Skip to content

Commit 7abeba8

Browse files
authored
Merge pull request winpython#642 from stonebig/master
package names
2 parents 3591b41 + 2b3a48c commit 7abeba8

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-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: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,9 @@ description=A data description language
277277
[db.py]
278278
description=a db package that doesn't suck
279279
280+
[descartes]
281+
description=Use geometric objects as matplotlib paths and patches
282+
280283
[dill]
281284
description=serialize all of python (almost)
282285
@@ -348,6 +351,9 @@ description=Python interface to the Apache Arrow-based Feather File Format
348351
[filelock]
349352
description=A platform independent file lock.
350353
354+
[fiona]
355+
description=reads and writes spatial data files
356+
351357
[flask]
352358
description=A microframework based on Werkzeug, Jinja2 and good intentions
353359
@@ -395,6 +401,9 @@ description=Fuzzy string matching in python
395401
[gast]
396402
description=Python AST that abstracts the underlying Python version
397403

404+
[gdal]
405+
description=Geospatial Data Abstraction Library
406+
398407
[gensim]
399408
description=Python framework for fast Vector Space Modelling
400409

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

416+
[geopandas]
417+
description=Geographic pandas extensions
418+
407419
[geoviews]
408420
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!
409421

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

515+
[intake]
516+
description=Data input plugin and catalog system
517+
503518
[ipykernel]
504519
description=IPython Kernel for Jupyter
505520

@@ -590,6 +605,12 @@ description=Python modules for astronomical applications
590605
[keras]
591606
description=Theano-based Deep Learning library
592607

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+
593614
[keras-vis]
594615
description=Neural network visualization toolkit for keras
595616

@@ -734,6 +755,9 @@ description=Optional static typing for Python
734755
[msgpack]
735756
description=MessagePack (de)serializer.
736757
758+
[msgpack-numpy]
759+
description=Numpy data serialization using msgpack
760+
737761
[msgpack-python]
738762
description=MessagePack (de)serializer.
739763
@@ -1008,6 +1032,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
10081032
[py]
10091033
description=library with cross-python path, ini-parsing, io, code, log facilities
10101034

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

@@ -1131,6 +1158,9 @@ description=A Python Parsing Module
11311158
url=http://pyparsing.wikispaces.com/
11321159
category=util
11331160
1161+
[pyproj]
1162+
description=Python interface to PROJ.4 library
1163+
11341164
[pyqt]
11351165
description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...
11361166
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
@@ -1238,6 +1268,9 @@ description=PyUtilib: A collection of Python utilities
12381268
[pyvisa]
12391269
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
12401270
1271+
[pyviz_comms]
1272+
description=Launch jobs, organize the output, and dissect the results
1273+
12411274
[pywavelets]
12421275
description=Wavelet transforms module
12431276
@@ -1330,6 +1363,9 @@ description=Pure-Python RSA implementation
13301363
[rst2pdf]
13311364
description=Tool for transforming reStructuredText to PDF using ReportLab
13321365
1366+
[ruamel.yaml]
1367+
description=a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
1368+
13331369
[runipy]
13341370
description=Run IPython notebooks from the command line
13351371
@@ -1415,6 +1451,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
14151451
[sgp4]
14161452
description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
14171453
1454+
[shapely]
1455+
description=Geometric objects, predicates, and operations
1456+
14181457
[simplegeneric]
14191458
description=Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
14201459

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

1521+
[spyder_kernels]
1522+
description=Jupyter kernels for the Spyder console
1523+
14821524
[spyder_notebook]
14831525
description=Jupyter notebook integration with Spyder
14841526

0 commit comments

Comments
 (0)