@@ -13,6 +13,9 @@ description=High-level declarative visualization library for Python
1313[appdirs]
1414description =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]
1720description =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]
98101description=A simple wrapper around optparse for powerful command line utilities.
99102
103+ [clint]
104+ description=Python Command Line Interface Tools
105+
100106[cloudpickle]
101107description=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]
312318description =IPython HTML widgets for Jupyter
313319
320+ [isort]
321+ description =A Python utility / library to sort Python imports.
322+
314323[itsdangerous]
315324description =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]
427436description=2D plotting library (embeddable in GUIs created with PyQt)
428437
438+ [mccabe]
439+ description=McCabe checker, plugin for flake8
440+
429441[mingwpy]
430442description=the python friendly windows compiler toolchain
431443url=https://anaconda.org/carlkl/mingwpy
@@ -469,6 +481,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
469481[nbconvert]
470482description=Converting Jupyter Notebooks
471483
484+ [nbdime]
485+ description=Tools for diffing and merging of Jupyter notebooks
486+
472487[nbformat]
473488description=The Jupyter Notebook format
474489
0 commit comments