@@ -273,6 +273,9 @@ category=plot
273
273
[ghost.py]
274
274
description =Webkit based webclient.
275
275
276
+ [google-api-python-client]
277
+ description =Google API Client Library for Python
278
+
276
279
[gr]
277
280
description =Python visualization framework
278
281
@@ -304,12 +307,15 @@ description=Composable, declarative data structures for building complex visuali
304
307
[heapdict]
305
308
description =a heap with decrease-key and increase-key operations
306
309
307
- [husl]
308
- description =Human-friendly HSL (Hue-Saturation-Lightness)
309
-
310
310
[html5lib]
311
311
description =HTML parser based on the WHATWG HTML specification
312
312
313
+ [httplib2]
314
+ description =A comprehensive HTTP client library.
315
+
316
+ [husl]
317
+ description =Human-friendly HSL (Hue-Saturation-Lightness)
318
+
313
319
[h5py]
314
320
description =General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)
315
321
@@ -571,6 +577,9 @@ category=scientific
571
577
[numpydoc]
572
578
description=Sphinx extension to support docstrings in Numpy format
573
579
580
+ [oauth2client]
581
+ description=OAuth 2.0 client library
582
+
574
583
[oct2py]
575
584
description=Python to GNU Octave bridge --> run m-files from python.
576
585
@@ -971,6 +980,9 @@ description=a python refactoring library...
971
980
[rpy2]
972
981
description =Python interface to the R language (embedded R)
973
982
983
+ [rsa]
984
+ description =Pure-Python RSA implementation
985
+
974
986
[rst2pdf]
975
987
description =Tool for transforming reStructuredText to PDF using ReportLab
976
988
@@ -1153,6 +1165,9 @@ description=A Simple Python Progress Meter
1153
1165
[traitlets]
1154
1166
description =Traitlets Python config system
1155
1167
1168
+ [traittypes]
1169
+ description =Scipy trait types
1170
+
1156
1171
[ttfquery]
1157
1172
description =FontTools-based package for querying system fonts
1158
1173
@@ -1168,6 +1183,9 @@ description=An API and command-line toolset for Twitter (twitter.com)
1168
1183
[twython]
1169
1184
description =Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs
1170
1185
1186
+ [uritemplate]
1187
+ description =URI templates
1188
+
1171
1189
[usjon]
1172
1190
description =Ultra fast JSON encoder and decoder for Python
1173
1191
0 commit comments