Skip to content

Commit a96866a

Browse files
author
stonebig
committed
package names
1 parent 241a470 commit a96866a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

winpython/data/packages.ini

Lines changed: 15 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
@@ -404,6 +407,9 @@ description=Python Geocoding Toolbox
404407
[geographiclib]
405408
description=The geodesic routines from GeographicLib
406409

410+
[geopandas]
411+
description=Geographic pandas extensions
412+
407413
[geoviews]
408414
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!
409415

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

509+
[intake]
510+
description=Data input plugin and catalog system
511+
503512
[ipykernel]
504513
description=IPython Kernel for Jupyter
505514

@@ -1238,6 +1247,9 @@ description=PyUtilib: A collection of Python utilities
12381247
[pyvisa]
12391248
description=Control all kinds of measurement equipment through various busses (GPIB, RS232, USB)
12401249
1250+
[pyviz_comms]
1251+
description=Launch jobs, organize the output, and dissect the results
1252+
12411253
[pywavelets]
12421254
description=Wavelet transforms module
12431255
@@ -1415,6 +1427,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
14151427
[sgp4]
14161428
description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
14171429
1430+
[shapely]
1431+
description=Geometric objects, predicates, and operations
1432+
14181433
[simplegeneric]
14191434
description=Simple generic functions (similar to Python's own len(), pickle.dump(), etc.)
14201435

0 commit comments

Comments
 (0)