@@ -41,6 +41,12 @@ description=Enthought application tools
41
41
[args]
42
42
description =Command Arguments for Humans.
43
43
44
+ [asciitree]
45
+ description =Draws ASCII trees.
46
+
47
+ [astor]
48
+ description =Read/rewrite/write Python ASTs
49
+
44
50
[astroid]
45
51
description =Rebuild a new abstract syntax tree from Python' s ast (required for pylint)
46
52
@@ -368,6 +374,9 @@ description=Backport of the concurrent.futures package from Python 3.2
368
374
[fuzzywuzzy]
369
375
description =Fuzzy string matching in python
370
376
377
+ [gast]
378
+ description =Python AST that abstracts the underlying Python version
379
+
371
380
[gensim]
372
381
description =Python framework for fast Vector Space Modelling
373
382
@@ -409,6 +418,9 @@ description=Lightweight in-process concurrent programming
409
418
[gridmap]
410
419
description =Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
411
420
421
+ [grpcio]
422
+ description =HTTP/2-based RPC framework
423
+
412
424
[guidata]
413
425
description =Automatically generated graphical user interfaces for easy data set edition and display
414
426
url =http://packages.python.org/guidata
@@ -461,6 +473,9 @@ description=Library for reading and writing a wide range of image, video, scient
461
473
[imagesize]
462
474
description =Getting image size from png/jpeg/jpeg2000/gif file
463
475
476
+ [ipykernel]
477
+ description =IPython Kernel for Jupyter
478
+
464
479
[ipyleaflet]
465
480
description =A Jupyter widget for dynamic Leaflet maps
466
481
@@ -753,6 +768,9 @@ description=# Jupyter Notebook
753
768
[numba]
754
769
description=compiling Python code using LLVM
755
770
771
+ [numcodecs]
772
+ description=buffer compression and transformation codecs for use in data storage and communication applications
773
+
756
774
[numdifftools]
757
775
description=Solves automatic numerical differentiation problems in one or more variables.
758
776
0 commit comments