Skip to content

package names #406

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
Sep 28, 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
24 changes: 21 additions & 3 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ category=plot
[ghost.py]
description=Webkit based webclient.

[google-api-python-client]
description=Google API Client Library for Python

[gr]
description=Python visualization framework

Expand Down Expand Up @@ -304,12 +307,15 @@ description=Composable, declarative data structures for building complex visuali
[heapdict]
description=a heap with decrease-key and increase-key operations

[husl]
description=Human-friendly HSL (Hue-Saturation-Lightness)

[html5lib]
description=HTML parser based on the WHATWG HTML specification

[httplib2]
description=A comprehensive HTTP client library.

[husl]
description=Human-friendly HSL (Hue-Saturation-Lightness)

[h5py]
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)

Expand Down Expand Up @@ -571,6 +577,9 @@ category=scientific
[numpydoc]
description=Sphinx extension to support docstrings in Numpy format

[oauth2client]
description=OAuth 2.0 client library

[oct2py]
description=Python to GNU Octave bridge --> run m-files from python.

Expand Down Expand Up @@ -971,6 +980,9 @@ description=a python refactoring library...
[rpy2]
description=Python interface to the R language (embedded R)

[rsa]
description=Pure-Python RSA implementation

[rst2pdf]
description=Tool for transforming reStructuredText to PDF using ReportLab

Expand Down Expand Up @@ -1153,6 +1165,9 @@ description=A Simple Python Progress Meter
[traitlets]
description=Traitlets Python config system

[traittypes]
description=Scipy trait types

[ttfquery]
description=FontTools-based package for querying system fonts

Expand All @@ -1168,6 +1183,9 @@ 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

[uritemplate]
description=URI templates

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

Expand Down