Skip to content

Commit 2b3a48c

Browse files
author
stonebig
committed
package names, updating tag
1 parent a96866a commit 2b3a48c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

winpython/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
OTHER DEALINGS IN THE SOFTWARE.
2929
"""
3030

31-
__version__ = '1.10.20180404'
31+
__version__ = '1.10.20180624'
3232
__license__ = __doc__
3333
__project_url__ = 'http://winpython.github.io/'

winpython/data/packages.ini

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,9 @@ description=Python interface to the Apache Arrow-based Feather File Format
351351
[filelock]
352352
description=A platform independent file lock.
353353
354+
[fiona]
355+
description=reads and writes spatial data files
356+
354357
[flask]
355358
description=A microframework based on Werkzeug, Jinja2 and good intentions
356359
@@ -398,6 +401,9 @@ description=Fuzzy string matching in python
398401
[gast]
399402
description=Python AST that abstracts the underlying Python version
400403

404+
[gdal]
405+
description=Geospatial Data Abstraction Library
406+
401407
[gensim]
402408
description=Python framework for fast Vector Space Modelling
403409

@@ -599,6 +605,12 @@ description=Python modules for astronomical applications
599605
[keras]
600606
description=Theano-based Deep Learning library
601607

608+
[keras-applications]
609+
description=Reference implementations of popular deep learning models
610+
611+
[keras-preprocessing]
612+
description=Easy data preprocessing and data augmentation for deep learning models
613+
602614
[keras-vis]
603615
description=Neural network visualization toolkit for keras
604616

@@ -743,6 +755,9 @@ description=Optional static typing for Python
743755
[msgpack]
744756
description=MessagePack (de)serializer.
745757
758+
[msgpack-numpy]
759+
description=Numpy data serialization using msgpack
760+
746761
[msgpack-python]
747762
description=MessagePack (de)serializer.
748763
@@ -1017,6 +1032,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
10171032
[py]
10181033
description=library with cross-python path, ini-parsing, io, code, log facilities
10191034

1035+
[pyct]
1036+
description=python package common tasks for users (e.g. copy examples, fetch data, ...)
1037+
10201038
[pyarrow]
10211039
description=Python library for Apache Arrow
10221040

@@ -1140,6 +1158,9 @@ description=A Python Parsing Module
11401158
url=http://pyparsing.wikispaces.com/
11411159
category=util
11421160
1161+
[pyproj]
1162+
description=Python interface to PROJ.4 library
1163+
11431164
[pyqt]
11441165
description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...
11451166
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
@@ -1342,6 +1363,9 @@ description=Pure-Python RSA implementation
13421363
[rst2pdf]
13431364
description=Tool for transforming reStructuredText to PDF using ReportLab
13441365
1366+
[ruamel.yaml]
1367+
description=a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
1368+
13451369
[runipy]
13461370
description=Run IPython notebooks from the command line
13471371
@@ -1494,6 +1518,9 @@ description=ReadTheDocs.org theme for Sphinx, 2013 version.
14941518
[spyder]
14951519
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
14961520

1521+
[spyder_kernels]
1522+
description=Jupyter kernels for the Spyder console
1523+
14971524
[spyder_notebook]
14981525
description=Jupyter notebook integration with Spyder
14991526

0 commit comments

Comments
 (0)