@@ -146,6 +146,9 @@ description=Security oriented static analyser for python code.
146146[baresql]
147147description=playing SQL directly on Python datas
148148
149+ [base58]
150+ description=Base58 and Base58Check implementation
151+
149152[bcolz]
150153description=columnar and compressed data containers.
151154
@@ -452,6 +455,9 @@ description=Kick ass affine-invariant ensemble MCMC sampling
452455[enum34]
453456description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
454457
458+ [enum_compat]
459+ description=enum/enum34 compatibility package
460+
455461[entrypoints]
456462description=Discover and load entry points from installed packages
457463
@@ -677,6 +683,9 @@ description=a heap with decrease-key and increase-key operations
677683[helpdev]
678684description=HelpDev - Extracts information about the Python environment easily.
679685
686+ [hiplot]
687+ description=High dimensional Interactive Plotting tool
688+
680689[holidays]
681690description=Generate and work with holidays in Python
682691
@@ -1097,6 +1106,9 @@ description=MySQL driver written in Python
10971106[nbbrowserpdf]
10981107description =LaTeX-free PDF generation from Jupyter Notebooks
10991108
1109+ [nbclient]
1110+ description =A client library for executing notebooks. Formally nbconvert' s ExecutePreprocessor.
1111+
11001112[nbconvert]
11011113description=Converting Jupyter Notebooks
11021114
@@ -1857,6 +1869,9 @@ description=OAuthlib authentication support for Requests.
18571869[responder]
18581870description =A sorta familiar HTTP framework.
18591871
1872+ [retrying]
1873+ description =simplify the task of adding retry behavior to just about anything.
1874+
18601875[rfc3986]
18611876description =Validating URI References per RFC 3986
18621877
@@ -1976,6 +1991,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
19761991[sgp4]
19771992description =Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
19781993
1994+ [shap]
1995+ description =A game theoretic approach to explain the output of any machine learning model.
1996+
19791997[shapely]
19801998description =Geometric objects, predicates, and operations
19811999
@@ -2123,6 +2141,9 @@ description=Statistical computations and models for use with SciPy
21232141[stormhttp]
21242142description=Performant asynchronous web application framework.
21252143
2144+ [streamlite]
2145+ description=Frontend library for machine learning engineers
2146+
21262147[streamz]
21272148description=Streams
21282149
@@ -2297,6 +2318,9 @@ description=The lightning-fast ASGI server.
22972318[uvloop]
22982319description=Fast implementation of asyncio event loop on top of libuv
22992320
2321+ [validators]
2322+ description=Python Data Validation for Humans
2323+
23002324[vectormath]
23012325description=vector math utilities for Python
23022326
0 commit comments