From 9862e6d40681155580fb7006983efbcb090da27e Mon Sep 17 00:00:00 2001 From: stonebig Date: Wed, 26 Feb 2020 20:32:06 +0100 Subject: [PATCH] package names --- winpython/data/packages.ini | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index 9f6e0292..7b3911e9 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -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. @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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