From 35226c10157631e6bd645669f57937896e207a9b Mon Sep 17 00:00:00 2001 From: stonebig Date: Wed, 28 Sep 2016 21:27:51 +0200 Subject: [PATCH] package names --- winpython/data/packages.ini | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 7f29adf8..2c744d66 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -273,6 +273,9 @@ category=plot [ghost.py] description=Webkit based webclient. +[google-api-python-client] +description=Google API Client Library for Python + [gr] description=Python visualization framework @@ -304,12 +307,15 @@ description=Composable, declarative data structures for building complex visuali [heapdict] description=a heap with decrease-key and increase-key operations -[husl] -description=Human-friendly HSL (Hue-Saturation-Lightness) - [html5lib] description=HTML parser based on the WHATWG HTML specification +[httplib2] +description=A comprehensive HTTP client library. + +[husl] +description=Human-friendly HSL (Hue-Saturation-Lightness) + [h5py] description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) @@ -571,6 +577,9 @@ category=scientific [numpydoc] description=Sphinx extension to support docstrings in Numpy format +[oauth2client] +description=OAuth 2.0 client library + [oct2py] description=Python to GNU Octave bridge --> run m-files from python. @@ -971,6 +980,9 @@ description=a python refactoring library... [rpy2] description=Python interface to the R language (embedded R) +[rsa] +description=Pure-Python RSA implementation + [rst2pdf] description=Tool for transforming reStructuredText to PDF using ReportLab @@ -1153,6 +1165,9 @@ description=A Simple Python Progress Meter [traitlets] description=Traitlets Python config system +[traittypes] +description=Scipy trait types + [ttfquery] description=FontTools-based package for querying system fonts @@ -1168,6 +1183,9 @@ description=An API and command-line toolset for Twitter (twitter.com) [twython] description=Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs +[uritemplate] +description=URI templates + [usjon] description=Ultra fast JSON encoder and decoder for Python