Skip to content

package names #638

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 2, 2018
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
39 changes: 30 additions & 9 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ description=tools for machine learning and data mining in Astronomy
[astropy]
description=Community-developed python astronomy tools

[atomicwrites]
description=Powerful Python library for atomic file writes.

[attrs]
description=Classes Without Boilerplate

Expand Down Expand Up @@ -185,6 +188,9 @@ description=Extended pickling support for Python objects
[clrmagic]
description=IPython cell magic to use .NET languages

[cntk]
description=The Microsoft Cognitive Toolkit

[colorama]
description=Cross-platform colored terminal text

Expand Down Expand Up @@ -250,24 +256,27 @@ description=Cython implementation of Toolz: High performance functional utilitie
[dash]
description=A Python framework for building reactive web-apps. Developed by Plotly.

[datashader]
description=Data visualization toolchain based on aggregating into a grid

[datashape]
description=A data description language

[db.py]
description=a db package that doesn't suck

[dask]
description=Minimal task scheduling abstraction

[dask_ml]
description=a library for distributed and parallel machine learning using dask

[dask-searchcv]
description=Tools for doing hyperparameter search with Scikit-Learn and Dask

[datafabric]
description=Distributed In-Memory system for analytics

[datashader]
description=Data visualization toolchain based on aggregating into a grid

[datashape]
description=A data description language

[db.py]
description=a db package that doesn't suck

[dill]
description=serialize all of python (almost)

Expand Down Expand Up @@ -415,6 +424,9 @@ description=Python Git Library
[gmpy2]
description=GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x

[gnumath]
description=Extensible array functions that operate on xnd containers.

[google-api-python-client]
description=Google API Client Library for Python

Expand Down Expand Up @@ -763,6 +775,9 @@ description=Next generation slides from Jupyter Notebooks
[nbsphinx]
description=Jupyter Notebook Tools for Sphinx

[ndtypes]
description=Dynamic types for data description and in-memory computations

[netcdftime]
description=Time-handling functionality from netcdf4-python

Expand Down Expand Up @@ -831,6 +846,9 @@ description=A Python library to read/write Excel 2007 xlsx/xlsm files
[orange]
description=a component-based data mining framework.

[osqp]
description=the Operator Splitting QP Solver.

[packaging]
description=Core utilities for Python packages

Expand Down Expand Up @@ -1692,6 +1710,9 @@ description=Interact with Excel from Python and vice versa
description=Create spreadsheet files compatible with Microsoft Excel 97/2000/XP/2003 files, OpenOffice.org Calc, and Gnumeric
category=dataproc

[xnd]
description=General container that maps a wide range of Python values directly to memory

[xonsh]
description=an exotic, usable shell

Expand Down