8000 Merge pull request #661 from stonebig/master · ericpre/winpython@e587c12 · GitHub
[go: up one dir, main page]

Skip to content

Commit e587c12

Browse files
authored
Merge pull request winpython#661 from stonebig/master
package names
2 parents 2c4806a + 22589f3 commit e587c12

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

winpython/data/packages.ini

Lines changed: 57 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

@@ -218,6 +221,12 @@ description=Config file reading, writing and validation.
218221
[configparser]
219222
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
220223
224+
[contextlib2]
225+
description=Backports and enhancements for the contextlib module
226+
227+
[contextvars]
228+
description=PEP 567 Backport
229+
221230
[corner]
222231
description=Make some beautiful corner plots of samples.
223232
@@ -230,6 +239,9 @@ description=cryptography is a package which provides cryptographic recipes and p
230239
[cupy]
231240
description=NumPy-like API accelerated with CUD
232241
242+
[curio]
243+
description=Curio - Concurrent I/O
244+
233245
[cvxcanon]
234246
description=common operations for convex optimization modeling tools.
235247
@@ -293,6 +305,9 @@ description=Distributed computing
293305
[decorator]
294306
description=Better living through Python with decorators
295307
308+
[dm_sonnet]
309+
description=Sonnet is a library for building neural networks in TensorFlow.
310+
296311
[docopt]
297312
description=Pythonic argument parser, that will make you smile
298313
@@ -497,6 +512,9 @@ description=Internationalized Domain Names in Applications (IDNA)
497512
[imageio]
498513
description=Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
499514

515+
[immutables]
516+
description=A high-performance immutable mapping type for Python
517+
500518
[imagesize]
501519
description=Getting image size from png/jpeg/jpeg2000/gif file
502520

@@ -842,6 +860,9 @@ description=Sphinx extension to support docstrings in Numpy format
842860
[oauth2client]
843861
description=OAuth 2.0 client library
844862
863+
[observations]
864+
description=Tools for loading standard data sets in machine learning
865+
845866
[octave_kernel]
846867
description=A Jupyter kernel for Octave.
847868
@@ -869,6 +890,9 @@ description=a component-based data mining framework.
869890
[osqp]
870891
description=the Operator Splitting QP Solver.
871892
893+
[outcome]
894+
description=Capture the outcome of Python function calls.
895+
872896
[packaging]
873897
description=Core utilities for Python packages
874898
@@ -893,6 +917,9 @@ description=functional data manipulation for pandas
893917
[pandocfilters]
894918
description=Utilities for writing pandoc filters in python
895919
920+
[papermill]
921+
description=Parametrize and Run Jupyter Notebooks
922+
896923
[param]
897924
description=Declarative Python programming using Parameters.
898925
@@ -980,6 +1007,9 @@ description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
9801007
[pomegranate]
9811008
description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.
9821009
1010+
[ppci]
1011+
description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python
1012+
9831013
[prettytable]
9841014
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.
9851015
@@ -1191,6 +1221,9 @@ description=2D plotting library (set of Python bindings for the Qwt library feat
11911221
[pyreadline]
11921222
description=IPython needs this module to display color text in Windows command window
11931223
1224+
[pyrro_ppl]
1225+
description=A Python library for probabilistic modeling and inference
1226+
11941227
[pyserial]
11951228
description=Library encapsulating the access for the serial port
11961229
@@ -1212,6 +1245,9 @@ description=Python interface to Stan, a package for Bayesian inference
12121245
[pytest]
12131246
description=pytest: simple powerful testing with Python
12141247
1248+
[pytest_runner]
1249+
description=Invoke py.test as distutils command with dependency resolution
1250+
12151251
[python-crfsui 6D47 te]
12161252
description=Python binding for CRFsuite
12171253
@@ -1421,6 +1457,9 @@ description=scs: splitting conic solver
14211457
[seaborn]
14221458
description=statistical data visualization
14231459
1460+
[semantic_version]
1461+
description=A library implementing the 'SemVer' scheme.
1462+
14241463
[send2trash]
14251464
description=Send file to trash natively under Mac OS X, Windows and Linux.
14261465
@@ -1472,6 +1511,9 @@ description=A pure python implementation of a sliding window memory map manager
14721511
[snakeviz]
14731512
description=An in-browser Python profile viewer
14741513

1514+
[sniffio]
1515+
description=Sniff out which async library your code is running under
1516+
14751517
[snowballstemmer]
14761518
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
14771519

@@ -1574,6 +1616,9 @@ description=Terminals served to term.js using Tornado websockets
15741616
[testpath]
15751617
description=Test utilities for code working with files and commands
15761618
1619+
[textwrap3]
1620+
description=textwrap from Python 3.6 backport (plus a few tweaks)
1621+
15771622
[theano]
15781623
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
15791624
@@ -1592,6 +1637,9 @@ description=List processing tools and functional utilities
15921637
[torch]
15931638
description=a deep learning framework.
15941639
1640+
[torchfile]
1641+
description=Torch7 binary serialized file parser
1642+
15951643
[torchvision]
15961644
description=Datasets, Transforms and Models specific to Computer Vision
15971645
@@ -1616,6 +1664,12 @@ description=Enthought traits-capable user interfaces
16161664
[traittypes]
16171665
description=Scipy trait types
16181666
1667+
[trio]
1668+
description=An async/await-native I/O library for humans and snake people
1669+
1670+
[trio_asyncio]
1671+
description=a re-implementation of the asyncio mainloop on top of Trio
1672+
16191673
[ttfquery]
16201674
description=FontTools-based package for querying system fonts
16211675
@@ -1667,6 +1721,9 @@ description=Verbose logging level for Python's logging module
16671721
[vispy]
16681722
description=Interactive visualization in Python
16691723

1724+
[visdom]
1725+
description=A tool for visualizing live, rich data for Torch and Numpy
1726+
16701727
[vitables]
16711728
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats
16721729

0 commit comments

Comments
 (0)
0