Skip to content

Commit bc22f00

Browse files
author
stonebig
committed
package names
1 parent 7b01da0 commit bc22f00

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

winpython/data/packages.ini

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ description=Altair Widgets: An interactive visualization for statistical data fo
2626
[amqp]
2727
description=Low-level AMQP client for Python (fork of amqplib).
2828

29+
[ansiwrap]
30+
description=textwrap, but savvy to ANSI colors and styles
31+
2932
[anyjson]
3033
description=Wraps the best available JSON implementation available in a common interface
3134

@@ -230,6 +233,9 @@ description=cryptography is a package which provides cryptographic recipes and p
230233
[cupy]
231234
description=NumPy-like API accelerated with CUD
232235
236+
[curio]
237+
description=Curio - Concurrent I/O
238+
233239
[cvxcanon]
234240
description=common operations for convex optimization modeling tools.
235241
@@ -293,6 +299,9 @@ description=Distributed computing
293299
[decorator]
294300
description=Better living through Python with decorators
295301
302+
[dm_sonnet]
303+
description=Sonnet is a library for building neural networks in TensorFlow.
304+
296305
[docopt]
297306
description=Pythonic argument parser, that will make you smile
298307
@@ -869,6 +878,9 @@ description=a component-based data mining framework.
869878
[osqp]
870879
description=the Operator Splitting QP Solver.
871880
881+
[outcome]
882+
description=Capture the outcome of Python function calls.
883+
872884
[packaging]
873885
description=Core utilities for Python packages
874886
@@ -893,6 +905,9 @@ description=functional data manipulation for pandas
893905
[pandocfilters]
894906
description=Utilities for writing pandoc filters in python
895907
908+
[papermill]
909+
description=Parametrize and Run Jupyter Notebooks
910+
896911
[param]
897912
description=Declarative Python programming using Parameters.
898913
@@ -980,6 +995,9 @@ description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
980995
[pomegranate]
981996
description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.
982997
998+
[ppci]
999+
description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
1000+
9831001
[prettytable]
9841002
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
9851003
@@ -1421,6 +1439,9 @@ description=scs: splitting conic solver
14211439
[seaborn]
14221440
description=statistical data visualization
14231441
1442+
[semantic_version]
1443+
description=A library implementing the 'SemVer' scheme.
1444+
14241445
[send2trash]
14251446
description=Send file to trash natively under Mac OS X, Windows and Linux.
14261447
@@ -1472,6 +1493,9 @@ description=A pure python implementation of a sliding window memory map manager
14721493
[snakeviz]
14731494
description=An in-browser Python profile viewer
14741495

1496+
[sniffio]
1497+
description=Sniff out which async library your code is running under
1498+
14751499
[snowballstemmer]
14761500
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
14771501

@@ -1574,6 +1598,9 @@ description=Terminals served to term.js using Tornado websockets
15741598
[testpath]
15751599
description=Test utilities for code working with files and commands
15761600
1601+
[textwrap3]
1602+
description=textwrap from Python 3.6 backport (plus a few tweaks)
1603+
15771604
[theano]
15781605
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
15791606
@@ -1616,6 +1643,9 @@ description=Enthought traits-capable user interfaces
16161643
[traittypes]
16171644
description=Scipy trait types
16181645
1646+
[trio]
1647+
description=An async/await-native I/O library for humans and snake people
1648+
16191649
[ttfquery]
16201650
description=FontTools-based package for querying system fonts
16211651

0 commit comments

Comments
 (0)