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
62 changes: 57 additions & 5 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,9 @@ description=Blaze
[bleach]
description=An easy whitelist-based HTML-sanitizing tool

[blinker]
description=Fast, simple object-to-object and broadcast signaling

[blosc]
description=Blosc data compressor

Expand Down Expand Up @@ -293,6 +296,9 @@ description=Backports and enhancements for the contextlib module
[contextvars]
description=PEP 567 Backport

[convertdate]
description=Converts between Gregorian dates and other calendar systems

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

Expand Down Expand Up @@ -392,6 +398,9 @@ description=Distributed computing
[dm_sonnet]
description=Sonnet is a library for building neural networks in TensorFlow.

[dnspython]
description=DNS toolkit

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

Expand Down Expand Up @@ -428,6 +437,9 @@ description=Discover and load entry points from installed packages
[envisage]
description=Enthought extensible application framework

[ephem]
description=Compute positions of the planets and stars

[eradicate]
description=Removes commented-out code.

Expand All @@ -440,6 +452,9 @@ description=C implementation of Python 3 functools.lru_cache
[fastai]
description=fastai makes deep learning with PyTorch faster, more accurate, and easier

[fastapi]
description=FastAPI framework, high performance, easy to learn, fast to code, ready for production

[fasteners]
description=A python package that provides useful locks.

Expand Down Expand Up @@ -611,9 +626,6 @@ description=Efficient curve/image plotting and other GUI tools for scientific da
[gym]
description=The OpenAI Gym: A toolkit for developing and comparing your reinforcement learning agents.

[h11]
description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

[hdfs]
description=HdfsCLI: API and command line interface for HDFS.

Expand All @@ -623,9 +635,15 @@ description=a heap with decrease-key and increase-key operations
[helpdev]
description=HelpDev - Extracts information about the Python environment easily.

[holidays]
description=Generate and work with holidays in Python

[holoviews]
description=Composable, declarative data structures for building complex visualizations easily.

[hpack]
description=Pure-Python HPACK header compression

[hvplot]
description=A high-level plotting API for pandas, dask, streamz and xarray built on HoloViews

Expand All @@ -641,9 +659,21 @@ description=Human friendly output for text interfaces using Python
[husl]
description=Human-friendly HSL (Hue-Saturation-Lightness)

[hypercorn]
description=A ASGI Server based on Hyper libraries and inspired by Gunicorn.

[hyperframe]
description=HTTP/2 framing layer for Python

[hypothesis]
description=A library for property based testing

[h11]
description=A pure-Python, bring-your-own-I/O implementation of HTTP/1.1

[h2]
description=HTTP/2 framing layer for Python

[h5py]
description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library)

Expand Down Expand Up @@ -680,6 +710,9 @@ description=Read metadata from Python packages
[intake]
description=Data input plugin and catalog system

[ipycanvas]
description=Interactive Canvas in Jupyter

[ipykernel]
description=IPython Kernel for Jupyter

Expand Down Expand Up @@ -875,6 +908,9 @@ description=Logging utilities
[loky]
description=Robust and reusable Executor for joblib

[lunardate]
description=A Chinese Calendar Library in Pure Python

[lxml]
description=Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.

Expand Down Expand Up @@ -1220,6 +1256,9 @@ description=Python Imaging Library - (basic) Image processing library
[pillow]
description=Python Imaging Library (fork)

[pint]
description=Physical quantities module

[pip]
description=A tool for installing and managing Python packages

Expand Down Expand Up @@ -1262,6 +1301,9 @@ description=A simple Python library for easily displaying tabular data in a visu
[prettytensor]
description=Pretty Tensor makes learning beautiful

[priority]
description=A pure-Python implementation of the HTTP/2 priority tree

[proglog]
description=Log and progress bar manager for console, notebooks, web...

Expand Down Expand Up @@ -1292,7 +1334,6 @@ description=Protocol Buffers - Google's data interchange format
[pscript]
description=Python to JavaScript compiler


[psutil]
description=Provides an interface for retrieving information on all running processes and system utilization (CPU, disk, memory, network) in a portable way

Expand Down Expand Up @@ -1353,6 +1394,9 @@ description=bindings to picosat (a SAT solver)
[pycparser]
description=C parser in Python

[pydantic]
description=Data validation and settings management using python 3.6 type hinting

[pydicom]
description=Pure python package for working with DICOM files (medical imaging)

Expand Down Expand Up @@ -1684,6 +1728,9 @@ description=Python bindings for the QScintilla programmers editor widget
[quantecon]
description=A community based Python library for quantitative economics

[quart]
description=A Python ASGI web microframework with the same API as Flask

[quiver_engine]
description=Interactive per-layer visualization for convents in keras

Expand Down Expand Up @@ -1836,6 +1883,9 @@ description=Service identity verification for pyOpenSSL.
[setuptools]
description=Download, build, install, upgrade, and uninstall Python packages - easily

[setuptools_git]
description=Setuptools revision control system plugin for Git

[sframe]
description=SFrame is an scalable, out-of-core dataframe, which allows you to work with datasets that are larger than the amount of RAM on your system.

Expand Down Expand Up @@ -2022,7 +2072,6 @@ description=TensorFlow helps the tensors flow
[tensorflow_estimator]
description=TensorFlow Estimator.


[tensorflow-probability]
description=Probabilistic modeling and statistical inference in TensorFlow

Expand Down Expand Up @@ -2243,6 +2292,9 @@ description=A Python module for decorators, wrappers and monkey patching.
[wsgiref]
description=WSGI (PEP 333) Reference Library

[wsproto]
description=WebSockets state-machine based protocol implementation

[w3lib]
description=Library of web-related functions

Expand Down