Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion winpython/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@
OTHER DEALINGS IN THE SOFTWARE.
"""

__version__ = '1.10.20180404'
__version__ = '1.10.20180624'
__license__ = __doc__
__project_url__ = 'http://winpython.github.io/'
42 changes: 42 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ description=A data description language
[db.py]
description=a db package that doesn't suck

[descartes]
description=Use geometric objects as matplotlib paths and patches

[dill]
description=serialize all of python (almost)

Expand Down Expand Up @@ -348,6 +351,9 @@ description=Python interface to the Apache Arrow-based Feather File Format
[filelock]
description=A platform independent file lock.

[fiona]
description=reads and writes spatial data files

[flask]
description=A microframework based on Werkzeug, Jinja2 and good intentions

Expand Down Expand Up @@ -395,6 +401,9 @@ description=Fuzzy string matching in python
[gast]
description=Python AST that abstracts the underlying Python version

[gdal]
description=Geospatial Data Abstraction Library

[gensim]
description=Python framework for fast Vector Space Modelling

Expand All @@ -404,6 +413,9 @@ description=Python Geocoding Toolbox
[geographiclib]
description=The geodesic routines from GeographicLib

[geopandas]
description=Geographic pandas extensions

[geoviews]
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!

Expand Down Expand Up @@ -500,6 +512,9 @@ description=Library for reading and writing a wide range of image, video, scient
[imagesize]
description=Getting image size from png/jpeg/jpeg2000/gif file

[intake]
description=Data input plugin and catalog system

[ipykernel]
description=IPython Kernel for Jupyter

Expand Down Expand Up @@ -590,6 +605,12 @@ description=Python modules for astronomical applications
[keras]
description=Theano-based Deep Learning library

[keras-applications]
description=Reference implementations of popular deep learning models

[keras-preprocessing]
description=Easy data preprocessing and data augmentation for deep learning models

[keras-vis]
description=Neural network visualization toolkit for keras

Expand Down Expand Up @@ -734,6 +755,9 @@ description=Optional static typing for Python
[msgpack]
description=MessagePack (de)serializer.

[msgpack-numpy]
description=Numpy data serialization using msgpack

[msgpack-python]
description=MessagePack (de)serializer.

Expand Down Expand Up @@ -1008,6 +1032,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
[py]
description=library with cross-python path, ini-parsing, io, code, log facilities

[pyct]
description=python package common tasks for users (e.g. copy examples, fetch data, ...)

[pyarrow]
description=Python library for Apache Arrow

Expand Down Expand Up @@ -1131,6 +1158,9 @@ description=A Python Parsing Module
url=http://pyparsing.wikispaces.com/
category=util

[pyproj]
description=Python interface to PROJ.4 library

[pyqt]
description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
Expand Down Expand Up @@ -1238,6 +1268,9 @@ description=PyUtilib: A collection of Python utilities
[pyvisa]
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)

[pyviz_comms]
description=Launch jobs, organize the output, and dissect the results

[pywavelets]
description=Wavelet transforms module

Expand Down Expand Up @@ -1330,6 +1363,9 @@ description=Pure-Python RSA implementation
[rst2pdf]
description=Tool for transforming reStructuredText to PDF using ReportLab

[ruamel.yaml]
description=a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order

[runipy]
description=Run IPython notebooks from the command line

Expand Down Expand Up @@ -1415,6 +1451,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
[sgp4]
description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4

[shapely]
description=Geometric objects, predicates, and operations

[simplegeneric]
description=Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)

Expand Down Expand Up @@ -1479,6 +1518,9 @@ description=ReadTheDocs.org theme for Sphinx, 2013 version.
[spyder]
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface

[spyder_kernels]
description=Jupyter kernels for the Spyder console

[spyder_notebook]
description=Jupyter notebook integration with Spyder

Expand Down