Skip to content

Commit f9ce80c

Browse files
authored
Merge pull request winpython#812 from stonebig/master
package names
2 parents 65cf020 + 9862e6d commit f9ce80c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

winpython/data/packages.ini

+24
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,9 @@ description=Security oriented static analyser for python code.
146146
[baresql]
147147
description=playing SQL directly on Python datas
148148
149+
[base58]
150+
description=Base58 and Base58Check implementation
151+
149152
[bcolz]
150153
description=columnar and compressed data containers.
151154
@@ -452,6 +455,9 @@ description=Kick ass affine-invariant ensemble MCMC sampling
452455
[enum34]
453456
description=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]
456462
description=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]
678684
description=HelpDev - Extracts information about the Python environment easily.
679685
686+
[hiplot]
687+
description=High dimensional Interactive Plotting tool
688+
680689
[holidays]
681690
description=Generate and work with holidays in Python
682691
@@ -1097,6 +1106,9 @@ description=MySQL driver written in Python
10971106
[nbbrowserpdf]
10981107
description=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]
11011113
description=Converting Jupyter Notebooks
11021114
@@ -1857,6 +1869,9 @@ description=OAuthlib authentication support for Requests.
18571869
[responder]
18581870
description=A sorta familiar HTTP framework.
18591871

1872+
[retrying]
1873+
description=simplify the task of adding retry behavior to just about anything.
1874+
18601875
[rfc3986]
18611876
description=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]
19771992
description=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]
19801998
description=Geometric objects, predicates, and operations
19811999

@@ -2123,6 +2141,9 @@ description=Statistical computations and models for use with SciPy
21232141
[stormhttp]
21242142
description=Performant asynchronous web application framework.
21252143
2144+
[streamlite]
2145+
description=Frontend library for machine learning engineers
2146+
21262147
[streamz]
21272148
description=Streams
21282149
@@ -2297,6 +2318,9 @@ description=The lightning-fast ASGI server.
22972318
[uvloop]
22982319
description=Fast implementation of asyncio event loop on top of libuv
22992320
2321+
[validators]
2322+
description=Python Data Validation for Humans
2323+
23002324
[vectormath]
23012325
description=vector math utilities for Python
23022326

0 commit comments

Comments
 (0)