@@ -13,6 +13,9 @@ description=High-level declarative visualization library for Python
13
13
[appdirs]
14
14
description =A small Python module for determining appropriate " + " platform-specific dirs, e.g. a " user data dir" .
15
15
16
+ [args]
17
+ description =Command Arguments for Humans.
18
+
16
19
[astroid]
17
20
description =Rebuild a new abstract syntax tree from Python' s ast (required for pylint)
18
21
@@ -97,6 +100,9 @@ description=Universal encoding detector for Python 2 and 3
97
100
[click]
98
101
description=A simple wrapper around optparse for powerful command line utilities.
99
102
103
+ [clint]
104
+ description=Python Command Line Interface Tools
105
+
100
106
[cloudpickle]
101
107
description=Extended pickling support for Python objects
102
108
@@ -311,6 +317,9 @@ description=IPython/Jupyter notebook module for Vega, and Vega-Lite, Polestar, a
311
317
[ipywidgets]
312
318
description =IPython HTML widgets for Jupyter
313
319
320
+ [isort]
321
+ description =A Python utility / library to sort Python imports.
322
+
314
323
[itsdangerous]
315
324
description =Various helpers to pass trusted data to untrusted environments and back.
316
325
@@ -426,6 +435,9 @@ description=Implements a XML/HTML/XHTML Markup safe string for Python
426
435
[matplotlib]
427
436
description=2D plotting library (embeddable in GUIs created with PyQt)
428
437
438
+ [mccabe]
439
+ description=McCabe checker, plugin for flake8
440
+
429
441
[mingwpy]
430
442
description=the python friendly windows compiler toolchain
431
443
url=https://anaconda.org/carlkl/mingwpy
@@ -469,6 +481,9 @@ description=LaTeX-free PDF generation from Jupyter Notebooks
469
481
[nbconvert]
470
482
description=Converting Jupyter Notebooks
471
483
484
+ [nbdime]
485
+ description=Tools for diffing and merging of Jupyter notebooks
486
+
472
487
[nbformat]
473
488
description=The Jupyter Notebook format
474
489
0 commit comments