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

Skip to content

Commit 9c66785

Browse files
authored
Merge pull request #356 from stonebig/master
new package names
2 parents 8569e2a + 3706e77 commit 9c66785

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

winpython/data/packages.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ description=High-level declarative visualization library for Python
1313
[appdirs]
1414
description=A small Python module for determining appropriate " + "platform-specific dirs, e.g. a "user data dir".
1515

16+
[args]
17+
description=Command Arguments for Humans.
18+
1619
[astroid]
1720
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)
1821
@@ -97,6 +100,9 @@ description=Universal encoding detector for Python 2 and 3
97100
[click]
98101
description=A simple wrapper around optparse for powerful command line utilities.
99102
103+
[clint]
104+
description=Python Command Line Interface Tools
105+
100106
[cloudpickle]
101107
description=Extended pickling support for Python objects
102108
@@ -311,6 +317,9 @@ description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, a
311317
[ipywidgets]
312318
description=IPython HTML widgets for Jupyter
313319

320+
[isort]
321+
description=A Python utility / library to sort Python imports.
322+
314323
[itsdangerous]
315324
description=Various helpers to pass trusted data to untrusted environments and back.
316325

@@ -426,6 +435,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
426435
[matplotlib]
427436
description=2D plotting library (embeddable in GUIs created with PyQt)
428437
438+
[mccabe]
439+
description=McCabe checker, plugin for flake8
440+
429441
[mingwpy]
430442
description=the python friendly windows compiler toolchain
431443
url=https://anaconda.org/carlkl/mingwpy
@@ -469,6 +481,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
469481
[nbconvert]
470482
description=Converting Jupyter Notebooks
471483
484+
[nbdime]
485+
description=Tools for diffing and merging of Jupyter notebooks
486+
472487
[nbformat]
473488
description=The Jupyter Notebook format
474489

0 commit comments

Comments
 (0)