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

Skip to content

update packages #602

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 10, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update packages
  • Loading branch information
stonebig committed Mar 10, 2018
commit 892939e79e1a945bcae93feaf7309da74550f999
18 changes: 18 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,12 @@ description=Enthought application tools
[args]
description=Command Arguments for Humans.

[asciitree]
description=Draws ASCII trees.

[astor]
description=Read/rewrite/write Python ASTs

[astroid]
description=Rebuild a new abstract syntax tree from Python's ast (required for pylint)

Expand Down Expand Up @@ -368,6 +374,9 @@ description=Backport of the concurrent.futures package from Python 3.2
[fuzzywuzzy]
description=Fuzzy string matching in python

[gast]
description=Python AST that abstracts the underlying Python version

[gensim]
description=Python framework for fast Vector Space Modelling

Expand Down Expand Up @@ -409,6 +418,9 @@ description=Lightweight in-process concurrent programming
[gridmap]
description=Easily map Python functions onto a cluster using a DRMAA-compatible grid engine like Sun Grid Engine (SGE).

[grpcio]
description=HTTP/2-based RPC framework

[guidata]
description=Automatically generated graphical user interfaces for easy data set edition and display
url=http://packages.python.org/guidata
Expand Down Expand Up @@ -461,6 +473,9 @@ description=Library for reading and writing a wide range of image, video, scient
[imagesize]
description=Getting image size from png/jpeg/jpeg2000/gif file

[ipykernel]
description=IPython Kernel for Jupyter

[ipyleaflet]
description=A Jupyter widget for dynamic Leaflet maps

Expand Down Expand Up @@ -753,6 +768,9 @@ description=# Jupyter Notebook
[numba]
description=compiling Python code using LLVM

[numcodecs]
description=buffer compression and transformation codecs for use in data storage and communication applications

[numdifftools]
description=Solves automatic numerical differentiation problems in one or more variables.

Expand Down