Skip to content

Commit 85ed2a8

Browse files
committed
Merge pull request #229 from stonebig/master
some package names
2 parents 641859b + 83c4853 commit 85ed2a8

File tree

1 file changed

+33
-1
lines changed

1 file changed

+33
-1
lines changed

winpython/data/packages.ini

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[adodbapi]
22
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
33

4+
[aiohttp]
5+
description=http client/server for asyncio
6+
47
[alabaster]
58
description=A configurable sidebar-enabled Sphinx theme
69

@@ -55,21 +58,33 @@ description=Connect colorbrewer2.org color maps to Python and matplotlib
5558
[castra]
5659
description=On-disk partitioned store
5760
61+
[cchardet]
62+
description=Universal encoding detector. This library is faster than chardet.
63+
5864
[certifi]
5965
description=Python package for providing Mozilla's CA Bundle.
6066

6167
[cffi]
6268
description=Foreign Function Interface for Python calling C code.
6369

70+
[chardet]
71+
description=Universal encoding detector for Python 2 and 3
72+
6473
[click]
6574
description=A simple wrapper around optparse for powerful command line utilities.
6675

76+
[cloudpickle]
77+
description=Extended pickling support for Python objects
78+
6779
[colorama]
6880
description=Cross-platform colored terminal text
6981

7082
[configparser]
7183
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
7284

85+
[corner]
86+
description=Make some beautiful corner plots of samples.
87+
7388
[coverage]
7489
description=Code coverage measurement for Python
7590

@@ -159,6 +174,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
159174
[functools32]
160175
description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.
161176
177+
[gensim]
178+
description=Python framework for fast Vector Space Modelling
179+
162180
[ggplot]
163181
description=ggplot for python
164182
url=https://github.com/yhat/ggplot
@@ -537,7 +555,6 @@ description=Markov Chain Monte Carlo sampling toolkit.
537555
[pymeta3]
538556
description=Pattern-matching language based on Meta for Python 3 and 2
539557

540-
541558
[pymongo]
542559
description=Python driver for MongoDB <http://www.mongodb.org>
543560

@@ -599,6 +616,9 @@ description=Mustache for Python
599616
[pytest]
600617
description=pytest: simple powerful testing with Python
601618

619+
[python-crfsuite]
620+
description=Python binding for CRFsuite
621+
602622
[python-dateutil]
603623
description=Powerful extensions to the standard datetime module
604624
url=http://labix.org/python-dateutil
@@ -765,6 +785,15 @@ description=Non-validating SQL parser
765785
[spyder]
766786
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface
767787
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+
768797
[sqlite_bro]
769798
description=a graphic SQLite Client in 1 Python file
770799
@@ -812,6 +841,9 @@ description=Collection of utilities for interacting with PyPI
812841
[twitter]
813842
description=An API and command-line toolset for Twitter (twitter.com)
814843

844+
[twython]
845+
description=Actively maintained, pure Python wrapper for the Twitter API. Supports both normal and streaming Twitter APIs
846+
815847
[usjon]
816848
description=Ultra fast JSON encoder and decoder for Python
817849

0 commit comments

Comments
 (0)