Skip to content

some package names #229

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 5, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
some package names
  • Loading branch information
stonebig committed Jan 5, 2016
commit 83c4853d18da6606c528d5b53e8a869c5ed15566
34 changes: 33 additions & 1 deletion winpython/data/packages.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[adodbapi]
description=A pure Python package implementing PEP 249 DB-API using Microsoft ADO.

[aiohttp]
description=http client/server for asyncio

[alabaster]
description=A configurable sidebar-enabled Sphinx theme

Expand Down Expand Up @@ -55,21 +58,33 @@ description=Connect colorbrewer2.org color maps to Python and matplotlib
[castra]
description=On-disk partitioned store

[cchardet]
description=Universal encoding detector. This library is faster than chardet.

[certifi]
description=Python package for providing Mozilla's CA Bundle.

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

[chardet]
description=Universal encoding detector for Python 2 and 3

[click]
description=A simple wrapper around optparse for powerful command line utilities.

[cloudpickle]
description=Extended pickling support for Python objects

[colorama]
description=Cross-platform colored terminal text

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

[corner]
description=Make some beautiful corner plots of samples.

[coverage]
description=Code coverage measurement for Python

Expand Down Expand Up @@ -159,6 +174,9 @@ description=Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
[functools32]
description=Backport of the functools module from Python 3.2.3 for use on 2.7 and PyPy.

[gensim]
description=Python framework for fast Vector Space Modelling

[ggplot]
description=ggplot for python
url=https://github.com/yhat/ggplot
Expand Down Expand Up @@ -537,7 +555,6 @@ description=Markov Chain Monte Carlo sampling toolkit.
[pymeta3]
description=Pattern-matching language based on Meta for Python 3 and 2


[pymongo]
description=Python driver for MongoDB <http://www.mongodb.org>

Expand Down Expand Up @@ -599,6 +616,9 @@ description=Mustache for Python
[pytest]
description=pytest: simple powerful testing with Python

[python-crfsuite]
description=Python binding for CRFsuite

[python-dateutil]
description=Powerful extensions to the standard datetime module
url=http://labix.org/python-dateutil
Expand Down Expand Up @@ -765,6 +785,15 @@ description=Non-validating SQL parser
[spyder]
description=Scientific PYthon Development EnviRonment: designed for interactive computing and data visualisation with a simple and intuitive user interface

[spyder.line_profiler]
description=a plugin to run the python line profiler from within the spyder editor

[spyder.memory_profiler]
description=a plugin to run the python memory_profiler from within the spyder editor.

[spyder.autopep8]
description=A plugin to run the autopep8 python linter from within the spyder editor

[sqlite_bro]
description=a graphic SQLite Client in 1 Python file

Expand Down Expand Up @@ -812,6 +841,9 @@ description=Collection of utilities for interacting with PyPI
[twitter]
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

[usjon]
description=Ultra fast JSON encoder and decoder for Python

Expand Down