8000 package names by stonebig · Pull Request #542 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package names #542

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 2 commits into from
Jun 17, 2017
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
6 changes: 6 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ description=A backport of the get_terminal_size function from Python 3.3's shuti
[backports.ssl_match_hostname]
description=The ssl.match_hostname() function from Python 3.4

[backports.weakref]
description=Backport of new features in Python's weakref module

[baresql]
description=playing SQL directly on Python datas

Expand All @@ -70,6 +73,9 @@ description=Python multiprocessing fork with improvements and bugfixes
[bitarray]
description=efficient arrays of booleans -- C extension

[bkcharts]
description=High level chart types built on top of Bokeh

[blaze]
description=Blaze

Expand Down
0