Skip to content

Commit

Permalink
new package names
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebig committed Jul 18, 2016
1 parent 1c44183 commit 3706e77
Showing 1 changed file with 15 additions and 0 deletions.
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

0 comments on commit 3706e77

Please sign in to comment.