Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 57 additions & 0 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ description=Altair Widgets: An interactive visualization for statistical data fo
[amqp]
description=Low-level AMQP client for Python (fork of amqplib).

[ansiwrap]
description=textwrap, but savvy to ANSI colors and styles

[anyjson]
description=Wraps the best available JSON implementation available in a common interface

Expand Down Expand Up @@ -218,6 +221,12 @@ description=Config file reading, writing and validation.
[configparser]
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.

[contextlib2]
description=Backports and enhancements for the contextlib module

[contextvars]
description=PEP 567 Backport

[corner]
description=Make some beautiful corner plots of samples.

Expand All @@ -230,6 +239,9 @@ description=cryptography is a package which provides cryptographic recipes and p
[cupy]
description=NumPy-like API accelerated with CUD

[curio]
description=Curio - Concurrent I/O

[cvxcanon]
description=common operations for convex optimization modeling tools.

Expand Down Expand Up @@ -293,6 +305,9 @@ description=Distributed computing
[decorator]
description=Better living through Python with decorators

[dm_sonnet]
description=Sonnet is a library for building neural networks in TensorFlow.

[docopt]
description=Pythonic argument parser, that will make you smile

Expand Down Expand Up @@ -497,6 +512,9 @@ description=Internationalized Domain Names in Applications (IDNA)
[imageio]
description=Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.

[immutables]
description=A high-performance immutable mapping type for Python

[imagesize]
description=Getting image size from png/jpeg/jpeg2000/gif file

Expand Down Expand Up @@ -842,6 +860,9 @@ description=Sphinx extension to support docstrings in Numpy format
[oauth2client]
description=OAuth 2.0 client library

[observations]
description=Tools for loading standard data sets in machine learning

[octave_kernel]
description=A Jupyter kernel for Octave.

Expand Down Expand Up @@ -869,6 +890,9 @@ description=a component-based data mining framework.
[osqp]
description=the Operator Splitting QP Solver.

[outcome]
description=Capture the outcome of Python function calls.

[packaging]
description=Core utilities for Python packages

Expand All @@ -893,6 +917,9 @@ description=functional data manipulation for pandas
[pandocfilters]
description=Utilities for writing pandoc filters in python

[papermill]
description=Parametrize and Run Jupyter Notebooks

[param]
description=Declarative Python programming using Parameters.

Expand Down Expand Up @@ -980,6 +1007,9 @@ description=Polygon3 is a Python-3 package that handles polygonal shapes in 2D
[pomegranate]
description=Pomegranate is a graphical models library for Python, implemented in Cython for speed.

[ppci]
description=A compiler for ARM, X86, MSP430, xtensa and more implemented in pure Python

[prettytable]
description=A simple Python library for easily displaying tabular data in a visually appealing ASCII table format.

Expand Down Expand Up @@ -1191,6 +1221,9 @@ description=2D plotting library (set of Python bindings for the Qwt library feat
[pyreadline]
description=IPython needs this module to display color text in Windows command window

[pyrro_ppl]
description=A Python library for probabilistic modeling and inference

[pyserial]
description=Library encapsulating the access for the serial port

Expand All @@ -1212,6 +1245,9 @@ description=Python interface to Stan, a package for Bayesian inference
[pytest]
description=pytest: simple powerful testing with Python

[pytest_runner]
description=Invoke py.test as distutils command with dependency resolution

[python-crfsuite]
description=Python binding for CRFsuite

Expand Down Expand Up @@ -1421,6 +1457,9 @@ description=scs: splitting conic solver
[seaborn]
description=statistical data visualization

[semantic_version]
description=A library implementing the 'SemVer' scheme.

[send2trash]
description=Send file to trash natively under Mac OS X, Windows and Linux.

Expand Down Expand Up @@ -1472,6 +1511,9 @@ description=A pure python implementation of a sliding window memory map manager
[snakeviz]
description=An in-browser Python profile viewer

[sniffio]
description=Sniff out which async library your code is running under

[snowballstemmer]
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.

Expand Down Expand Up @@ -1574,6 +1616,9 @@ description=Terminals served to term.js using Tornado websockets
[testpath]
description=Test utilities for code working with files and commands

[textwrap3]
description=textwrap from Python 3.6 backport (plus a few tweaks)

[theano]
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.

Expand All @@ -1592,6 +1637,9 @@ description=List processing tools and functional utilities
[torch]
description=a deep learning framework.

[torchfile]
description=Torch7 binary serialized file parser

[torchvision]
description=Datasets, Transforms and Models specific to Computer Vision

Expand All @@ -1616,6 +1664,12 @@ description=Enthought traits-capable user interfaces
[traittypes]
description=Scipy trait types

[trio]
description=An async/await-native I/O library for humans and snake people

[trio_asyncio]
description=a re-implementation of the asyncio mainloop on top of Trio

[ttfquery]
description=FontTools-based package for querying system fonts

Expand Down Expand Up @@ -1667,6 +1721,9 @@ description=Verbose logging level for Python's logging module
[vispy]
description=Interactive visualization in Python

[visdom]
description=A tool for visualizing live, rich data for Torch and Numpy

[vitables]
description=Graphical tool for browsing and editing files in both HDF5 and PyTables formats

Expand Down