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

Skip to content

Commit 40ad994

Browse files
authored
Merge pull request #602 from stonebig/master
update packages
2 parents ce1fb1c + 892939e commit 40ad994

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

winpython/data/packages.ini

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,12 @@ description=Enthought application tools
4141
[args]
4242
description=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]
4551
description=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]
369375
description=Fuzzy string matching in python
370376

377+
[gast]
378+
description=Python AST that abstracts the underlying Python version
379+
371380
[gensim]
372381
description=Python framework for fast Vector Space Modelling
373382

@@ -409,6 +418,9 @@ description=Lightweight in-process concurrent programming
409418
[gridmap]
410419
description=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]
413425
description=Automatically generated graphical user interfaces for easy data set edition and display
414426
url=http://packages.python.org/guidata
@@ -461,6 +473,9 @@ description=Library for reading and writing a wide range of image, video, scient
461473
[imagesize]
462474
description=Getting image size from png/jpeg/jpeg2000/gif file
463475

476+
[ipykernel]
477+
description=IPython Kernel for Jupyter
478+
464479
[ipyleaflet]
465480
description=A Jupyter widget for dynamic Leaflet maps
466481

@@ -753,6 +768,9 @@ description=# Jupyter Notebook
753768
[numba]
754769
description=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]
757775
description=Solves automatic numerical differentiation problems in one or more variables.
758776

0 commit comments

Comments
 (0)