Skip to content
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
39 changes: 33 additions & 6 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ description=tools for machine learning and data mining in Astronomy
[astropy]
description=Community-developed python astronomy tools

[async_generator]
description=Async generators and context managers for Python 3.5+

[atomicwrites]
description=Powerful Python library for atomic file writes.

Expand Down Expand Up @@ -197,6 +200,9 @@ description=Extended pickling support for Python objects
[clrmagic]
description=IPython cell magic to use .NET languages

[cmarkgfm]
description=Minimal bindings to GitHub's fork of cmark

[cntk]
description=The Microsoft Cognitive Toolkit

Expand Down Expand Up @@ -290,6 +296,12 @@ description=A data description language
[db.py]
description=a db package that doesn't suck

[decorator]
description=Better living through Python with decorators

[defusedxml]
description=XML bomb protection for Python stdlib modules

[descartes]
description=Use geometric objects as matplotlib paths and patches

Expand All @@ -302,9 +314,6 @@ description=Download, build, install, upgrade, and uninstall Python packages - e
[distributed]
description=Distributed computing

[decorator]
description=Better living through Python with decorators

[dm_sonnet]
description=Sonnet is a library for building neural networks in TensorFlow.

Expand Down Expand Up @@ -560,6 +569,9 @@ description=IPython/Jupy
[ipyvolume]
description=3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL

[ipywebrtc]
description=WebRTC for Jupyter notebook/lab

[ipywidgets]
description=IPython HTML widgets for Jupyter

Expand Down Expand Up @@ -614,6 +626,9 @@ description=Jupyter terminal console
[jupyter_core]
description=Jupyter core package. A base package on which Jupyter projects rely.

[jupyterlab_server]
description=JupyterLab Server

[jupyter_sphinx]
description=Jupyter Sphinx Extensions

Expand Down Expand Up @@ -773,9 +788,6 @@ description=Fast scatter density plots for Matplotlib
[mpmath]
description=Python library for arbitrary-precision floating-point arithmetic

[mypy]
description=Optional static typing for Python

[msgpack]
description=MessagePack (de)serializer.

Expand All @@ -800,6 +812,12 @@ description=A dot-accessible dictionary (a la JavaScript objects).
[mxbase]
description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools

[mypy]
description=Optional static typing for Python

[mypy_extensions]
description=Experimental type system extensions for programs checked with the mypy typechecker.

[mysql-connector-python]
description=MySQL driver written in Python

Expand Down Expand Up @@ -1236,6 +1254,9 @@ description=IPython needs this module to display color text in Windows command w
[pyrro_ppl]
description=A Python library for probabilistic modeling and inference

[pyrsistent]
description=Persistent/Functional/Immutable data structures

[pyserial]
description=Library encapsulating the access for the serial port

Expand Down Expand Up @@ -1350,6 +1371,9 @@ description=Collection of persistent (disk-based) queues
[quiver_engine]
description=Interactive per-layer visualization for convents in keras

[readme_renderer]
description=a library for rendering "readme" descriptions for Warehouse

[recommonmark]
description=A markdown parser for docutils

Expand Down Expand Up @@ -1496,6 +1520,9 @@ description=Simple generic functions (similar to Python's own len(), pickle.dump
[simplejson]
description=Simple, fast, extensible JSON (JavaScript Object Notation) encoder/decoder

[simpy]
description=Event discrete, process based simulation for Python.

[singledispatch]
description=This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3

Expand Down