From 83c4853d18da6606c528d5b53e8a869c5ed15566 Mon Sep 17 00:00:00 2001 From: stonebig Date: Tue, 5 Jan 2016 22:52:06 +0100 Subject: [PATCH] some package names --- winpython/data/packages.ini | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 92c8c5e2..25ca8f32 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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