10000 package names by stonebig · Pull Request #657 · winpython/winpython · GitHub
[go: up one dir, main page]

Skip to content

package names #657

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
Aug 11, 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
15 changes: 15 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,12 @@ description=Universal encoding detector for Python 2 and 3
[click]
description=A simple wrapper around optparse for powerful command line utilities.

[click_plugins]
description=An extension module for click to enable registering CLI commands via setuptools entry-points.

[cligj]
description=Click params for commmand line interfaces to GeoJSON

[clint]
description=Python Command Line Interface Tools

Expand Down Expand Up @@ -761,6 +767,9 @@ description=A relatively sane approach to multiple dispatch in Python
[multiprocess]
description=better multiprocessing and multithreading in python

[munch]
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

Expand Down Expand Up @@ -983,6 +992,9 @@ description=Text progress bar library for Python.
[progressbar2]
description=A Python Progressbar library to provide visual (yet text based) progress tolong running operations.

[prometheus_client]
description=Python client for the Prometheus monitoring system.

[prompt_toolkit]
description=Library for building powerful interactive command lines in Python

Expand Down Expand Up @@ -1182,6 +1194,9 @@ description=IPython needs this module to display color text in Windows command w
[pyserial]
description=Library encapsulating the access for the serial port

[pyshp]
description=Pure Python read/write support for ESRI Shapefile format

[pyside]
description=Python binding of the cross-platform GUI toolkit Qt

Expand Down
0