Thanks to visit codestin.com
Credit goes to github.com

Skip to content

package names #369

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
Aug 6, 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
9 changes: 9 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,9 @@ description=Python package for providing Mozilla's CA Bundle.
[cffi]
description=Foreign Function Interface for Python calling C code.

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

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

Expand Down Expand Up @@ -124,6 +127,9 @@ description=Make some beautiful corner plots of samples.
[coverage]
description=Code coverage measurement for Python

[cryptography]
description=cryptography is a package which provides cryptographic recipes and primitives to Python developers

[cvxopt]
description=Convex optimization library
url=http://abel.ee.ucla.edu/cvxopt
Expand Down Expand Up @@ -1026,6 +1032,9 @@ description=Web-based SQLite database browser written in Python
[statsmodels]
description=Statistical computations and models for use with SciPy

[stormhttp]
description=Performant asynchronous web application framework.

[supersmoother]
description=Python implementation of Friedman's Supersmoother

Expand Down