@@ -41,6 +41,12 @@ description=Enthought application tools
4141[args]
4242description =Command Arguments for Humans.
4343
44+ [asciitree]
45+ description =Draws ASCII trees.
46+
47+ [astor]
48+ description =Read/rewrite/write Python ASTs
49+
4450[astroid]
4551description =Rebuild a new abstract syntax tree from Python' s ast (required for pylint)
4652
@@ -368,6 +374,9 @@ description=Backport of the concurrent.futures package from Python 3.2
368374[fuzzywuzzy]
369375description =Fuzzy string matching in python
370376
377+ [gast]
378+ description =Python AST that abstracts the underlying Python version
379+
371380[gensim]
372381description =Python framework for fast Vector Space Modelling
373382
@@ -409,6 +418,9 @@ description=Lightweight in-process concurrent programming
409418[gridmap]
410419description =Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).
411420
421+ [grpcio]
422+ description =HTTP/2-based RPC framework
423+
412424[guidata]
413425description =Automatically generated graphical user interfaces for easy data set edition and display
414426url =http://packages.python.org/guidata
@@ -461,6 +473,9 @@ description=Library for reading and writing a wide range of image, video, scient
461473[imagesize]
462474description =Getting image size from png/jpeg/jpeg2000/gif file
463475
476+ [ipykernel]
477+ description =IPython Kernel for Jupyter
478+
464479[ipyleaflet]
465480description =A Jupyter widget for dynamic Leaflet maps
466481
@@ -753,6 +768,9 @@ description=# Jupyter Notebook
753768[numba]
754769description=compiling Python code using LLVM
755770
771+ [numcodecs]
772+ description=buffer compression and transformation codecs for use in data storage and communication applications
773+
756774[numdifftools]
757775description=Solves automatic numerical differentiation problems in one or more variables.
758776
0 commit comments