Skip to content

package names #812

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
Feb 26, 2020
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
24 changes: 24 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ description=Security oriented static analyser for python code.
[baresql]
description=playing SQL directly on Python datas

[base58]
description=Base58 and Base58Check implementation

[bcolz]
description=columnar and compressed data containers.

Expand Down Expand Up @@ -452,6 +455,9 @@ description=Kick ass affine-invariant ensemble MCMC sampling
[enum34]
description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4

[enum_compat]
description=enum/enum34 compatibility package

[entrypoints]
description=Discover and load entry points from installed packages

Expand Down Expand Up @@ -677,6 +683,9 @@ description=a heap with decrease-key and increase-key operations
[helpdev]
description=HelpDev - Extracts information about the Python environment easily.

[hiplot]
description=High dimensional Interactive Plotting tool

[holidays]
description=Generate and work with holidays in Python

Expand Down Expand Up @@ -1097,6 +1106,9 @@ description=MySQL driver written in Python
[nbbrowserpdf]
description=LaTeX-free PDF generation from Jupyter Notebooks

[nbclient]
description=A client library for executing notebooks. Formally nbconvert's ExecutePreprocessor.

[nbconvert]
description=Converting Jupyter Notebooks

Expand Down Expand Up @@ -1857,6 +1869,9 @@ description=OAuthlib authentication support for Requests.
[responder]
description=A sorta familiar HTTP framework.

[retrying]
description=simplify the task of adding retry behavior to just about anything.

[rfc3986]
description=Validating URI References per RFC 3986

Expand Down Expand Up @@ -1976,6 +1991,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
[sgp4]
description=Track earth satellite TLE orbits using up-to-date 2010 version of SGP4

[shap]
description=A game theoretic approach to explain the output of any machine learning model.

[shapely]
description=Geometric objects, predicates, and operations

Expand Down Expand Up @@ -2123,6 +2141,9 @@ description=Statistical computations and models for use with SciPy
[stormhttp]
description=Performant asynchronous web application framework.

[streamlite]
description=Frontend library for machine learning engineers

[streamz]
description=Streams

Expand Down Expand Up @@ -2297,6 +2318,9 @@ description=The lightning-fast ASGI server.
[uvloop]
description=Fast implementation of asyncio event loop on top of libuv

[validators]
description=Python Data Validation for Humans

[vectormath]
description=vector math utilities for Python

Expand Down