Skip to content

new package names #356

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
Jul 18, 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
15 changes: 15 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ description=High-level declarative visualization library for Python
[appdirs]
description=A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".

[args]
description=Command Arguments for Humans.

[astroid]
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)

Expand Down Expand Up @@ -97,6 +100,9 @@ description=Universal encoding detector for Python 2 and 3
[click]
description=A simple wrapper around optparse for powerful command line utilities.

[clint]
description=Python Command Line Interface Tools

[cloudpickle]
description=Extended pickling support for Python objects

Expand Down Expand Up @@ -311,6 +317,9 @@ description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, a
[ipywidgets]
description=IPython HTML widgets for Jupyter

[isort]
description=A Python utility / library to sort Python imports.

[itsdangerous]
description=Various helpers to pass trusted data to untrusted environments and back.

Expand Down Expand Up @@ -426,6 +435,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
[matplotlib]
description=2D plotting library (embeddable in GUIs created with PyQt)

[mccabe]
description=McCabe checker, plugin for flake8

[mingwpy]
description=the python friendly windows compiler toolchain
url=https://anaconda.org/carlkl/mingwpy
Expand Down Expand Up @@ -469,6 +481,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
[nbconvert]
description=Converting Jupyter Notebooks

[nbdime]
description=Tools for diffing and merging of Jupyter notebooks

[nbformat]
description=The Jupyter Notebook format

Expand Down