|
1 | 1 | [adodbapi]
|
2 | 2 | description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
|
3 | 3 |
|
| 4 | +[aiohttp] |
| 5 | +description=http client/server for asyncio |
| 6 | + |
4 | 7 | [alabaster]
|
5 | 8 | description=A configurable sidebar-enabled Sphinx theme
|
6 | 9 |
|
@@ -55,21 +58,33 @@ description=Connect colorbrewer2.org color maps to Python and matplotlib
|
55 | 58 | [castra]
|
56 | 59 | description=On-disk partitioned store
|
57 | 60 |
|
| 61 | +[cchardet] |
| 62 | +description=Universal encoding detector. This library is faster than chardet. |
| 63 | +
|
58 | 64 | [certifi]
|
59 | 65 | description=Python package for providing Mozilla's CA Bundle.
|
60 | 66 |
|
61 | 67 | [cffi]
|
62 | 68 | description=Foreign Function Interface for Python calling C code.
|
63 | 69 |
|
| 70 | +[chardet] |
| 71 | +description=Universal encoding detector for Python 2 and 3 |
| 72 | + |
64 | 73 | [click]
|
65 | 74 | description=A simple wrapper around optparse for powerful command line utilities.
|
66 | 75 |
|
| 76 | +[cloudpickle] |
| 77 | +description=Extended pickling support for Python objects |
| 78 | + |
67 | 79 | [colorama]
|
68 | 80 | description=Cross-platform colored terminal text
|
69 | 81 |
|
70 | 82 | [configparser]
|
71 | 83 | description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
|
72 | 84 |
|
| 85 | +[corner] |
| 86 | +description=Make some beautiful corner plots of samples. |
| 87 | + |
73 | 88 | [coverage]
|
74 | 89 | description=Code coverage measurement for Python
|
75 | 90 |
|
@@ -159,6 +174,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
|
159 | 174 | [functools32]
|
160 | 175 | description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
|
161 | 176 |
|
| 177 | +[gensim] |
| 178 | +description=Python framework for fast Vector Space Modelling |
| 179 | +
|
162 | 180 | [ggplot]
|
163 | 181 | description=ggplot for python
|
164 | 182 | url=https://github.com/yhat/ggplot
|
@@ -537,7 +555,6 @@ description=Markov Chain Monte Carlo sampling toolkit.
|
537 | 555 | [pymeta3]
|
538 | 556 | description=Pattern-matching language based on Meta for Python 3 and 2
|
539 | 557 |
|
540 |
| - |
541 | 558 | [pymongo]
|
542 | 559 | description=Python driver for MongoDB <http://www.mongodb.org>
|
543 | 560 |
|
@@ -599,6 +616,9 @@ description=Mustache for Python
|
599 | 616 | [pytest]
|
600 | 617 | description=pytest: simple powerful testing with Python
|
601 | 618 |
|
| 619 | +[python-crfsuite] |
| 620 | +description=Python binding for CRFsuite |
| 621 | + |
602 | 622 | [python-dateutil]
|
603 | 623 | description=Powerful extensions to the standard datetime module
|
604 | 624 | url=http://labix.org/python-dateutil
|
@@ -765,6 +785,15 @@ description=Non-validating SQL parser
|
765 | 785 | [spyder]
|
766 | 786 | description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
|
767 | 787 |
|
| 788 | +[spyder.line_profiler] |
| 789 | +description=a plugin to run the python line profiler from within the spyder editor |
| 790 | +
|
| 791 | +[spyder.memory_profiler] |
| 792 | +description=a plugin to run the python memory_profiler from within the spyder editor. |
| 793 | +
|
| 794 | +[spyder.autopep8] |
| 795 | +description=A plugin to run the autopep8 python linter from within the spyder editor |
| 796 | +
|
768 | 797 | [sqlite_bro]
|
769 | 798 | description=a graphic SQLite Client in 1 Python file
|
770 | 799 |
|
@@ -812,6 +841,9 @@ description=Collection of utilities for interacting with PyPI
|
812 | 841 | [twitter]
|
813 | 842 | description=An API and command-line toolset for Twitter (twitter.com)
|
814 | 843 |
|
| 844 | +[twython] |
| 845 | +description=Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs |
| 846 | + |
815 | 847 | [usjon]
|
816 | 848 | description=Ultra fast JSON encoder and decoder for Python
|
817 | 849 |
|
|
0 commit comments