Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1b822f

Browse files
authored
Merge pull request #406 from stonebig/master
package names
2 parents 4af25bd + 35226c1 commit b1b822f

File tree

1 file changed

+21
-3
lines changed

1 file changed

+21
-3
lines changed

winpython/data/packages.ini

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,9 @@ category=plot
273273
[ghost.py]
274274
description=Webkit based webclient.
275275

276+
[google-api-python-client]
277+
description=Google API Client Library for Python
278+
276279
[gr]
277280
description=Python visualization framework
278281

@@ -304,12 +307,15 @@ description=Composable, declarative data structures for building complex visuali
304307
[heapdict]
305308
description=a heap with decrease-key and increase-key operations
306309

307-
[husl]
308-
description=Human-friendly HSL (Hue-Saturation-Lightness)
309-
310310
[html5lib]
311311
description=HTML parser based on the WHATWG HTML specification
312312

313+
[httplib2]
314+
description=A comprehensive HTTP client library.
315+
316+
[husl]
317+
description=Human-friendly HSL (Hue-Saturation-Lightness)
318+
313319
[h5py]
314320
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
315321

@@ -571,6 +577,9 @@ category=scientific
571577
[numpydoc]
572578
description=Sphinx extension to support docstrings in Numpy format
573579
580+
[oauth2client]
581+
description=OAuth 2.0 client library
582+
574583
[oct2py]
575584
description=Python to GNU Octave bridge --> run m-files from python.
576585
@@ -971,6 +980,9 @@ description=a python refactoring library...
971980
[rpy2]
972981
description=Python interface to the R language (embedded R)
973982

983+
[rsa]
984+
description=Pure-Python RSA implementation
985+
974986
[rst2pdf]
975987
description=Tool for transforming reStructuredText to PDF using ReportLab
976988

@@ -1153,6 +1165,9 @@ description=A Simple Python Progress Meter
11531165
[traitlets]
11541166
description=Traitlets Python config system
11551167

1168+
[traittypes]
1169+
description=Scipy trait types
1170+
11561171
[ttfquery]
11571172
description=FontTools-based package for querying system fonts
11581173

@@ -1168,6 +1183,9 @@ description=An API and command-line toolset for Twitter (twitter.com)
11681183
[twython]
11691184
description=Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs
11701185

1186+
[uritemplate]
1187+
description=URI templates
1188+
11711189
[usjon]
11721190
description=Ultra fast JSON encoder and decoder for Python
11731191

0 commit comments

Comments
 (0)