@@ -146,6 +146,9 @@ description=Security oriented static analyser for python code.
146
146
[baresql]
147
147
description=playing SQL directly on Python datas
148
148
149
+ [base58]
150
+ description=Base58 and Base58Check implementation
151
+
149
152
[bcolz]
150
153
description=columnar and compressed data containers.
151
154
@@ -452,6 +455,9 @@ description=Kick ass affine-invariant ensemble MCMC sampling
452
455
[enum34]
453
456
description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
454
457
458
+ [enum_compat]
459
+ description=enum/enum34 compatibility package
460
+
455
461
[entrypoints]
456
462
description=Discover and load entry points from installed packages
457
463
@@ -677,6 +683,9 @@ description=a heap with decrease-key and increase-key operations
677
683
[helpdev]
678
684
description=HelpDev - Extracts information about the Python environment easily.
679
685
686
+ [hiplot]
687
+ description=High dimensional Interactive Plotting tool
688
+
680
689
[holidays]
681
690
description=Generate and work with holidays in Python
682
691
@@ -1097,6 +1106,9 @@ description=MySQL driver written in Python
1097
1106
[nbbrowserpdf]
1098
1107
description =LaTeX-free PDF generation from Jupyter Notebooks
1099
1108
1109
+ [nbclient]
1110
+ description =A client library for executing notebooks. Formally nbconvert' s ExecutePreprocessor.
1111
+
1100
1112
[nbconvert]
1101
1113
description=Converting Jupyter Notebooks
1102
1114
@@ -1857,6 +1869,9 @@ description=OAuthlib authentication support for Requests.
1857
1869
[responder]
1858
1870
description =A sorta familiar HTTP framework.
1859
1871
1872
+ [retrying]
1873
+ description =simplify the task of adding retry behavior to just about anything.
1874
+
1860
1875
[rfc3986]
1861
1876
description =Validating URI References per RFC 3986
1862
1877
@@ -1976,6 +1991,9 @@ description=SFrame is an scalable, out-of-core dataframe, which allows you to wo
1976
1991
[sgp4]
1977
1992
description =Track earth satellite TLE orbits using up-to-date 2010 version of SGP4
1978
1993
1994
+ [shap]
1995
+ description =A game theoretic approach to explain the output of any machine learning model.
1996
+
1979
1997
[shapely]
1980
1998
description =Geometric objects, predicates, and operations
1981
1999
@@ -2123,6 +2141,9 @@ description=Statistical computations and models for use with SciPy
2123
2141
[stormhttp]
2124
2142
description=Performant asynchronous web application framework.
2125
2143
2144
+ [streamlite]
2145
+ description=Frontend library for machine learning engineers
2146
+
2126
2147
[streamz]
2127
2148
description=Streams
2128
2149
@@ -2297,6 +2318,9 @@ description=The lightning-fast ASGI server.
2297
2318
[uvloop]
2298
2319
description=Fast implementation of asyncio event loop on top of libuv
2299
2320
2321
+ [validators]
2322
+ description=Python Data Validation for Humans
2323
+
2300
2324
[vectormath]
2301
2325
description=vector math utilities for Python
2302
2326
0 commit comments