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

Skip to content

packages names addition #181

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
Oct 3, 2015
Merged
Changes from 1 commit
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
Next Next commit
packages names addition
  • Loading branch information
stonebig committed Oct 3, 2015
commit e8b6b9f9648a346f4c4d5fac8c9476ef1b820536
6 changes: 6 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ description=Statistical and novel interactive HTML plots for Python
[bottle]
description=Fast and simple WSGI-framework for small web-applications.

[bottleneck]
description=Fast NumPy array functions written in Cython

[bqplot]
description=Interactive plotting for the Jupyter notebook, using d3.js and ipywidgets.

[brewer2mpl]
description=Connect colorbrewer2.org color maps to Python and matplotlib

Expand Down
0