Thanks to visit codestin.com
Credit goes to github.com

Skip to content

package names #386

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
Sep 3, 2016
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
package names
  • Loading branch information
stonebig committed Sep 3, 2016
commit f9be2ac1c462453f111687b4b3a263e169b120fb
36 changes: 34 additions & 2 deletions winpython/data/packages.ini
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ description=Interactive plotting for the Jupyter notebook, using d3.js and ipywi
[brewer2mpl]
description=Connect colorbrewer2.org color maps to Python and matplotlib

[cartopy]
description=A cartographic python library with matplotlib support for visualisation

[castra]
description=On-disk partitioned store

Expand Down Expand Up @@ -127,11 +130,16 @@ description=Code coverage measurement for Python
[cryptography]
description=cryptography is a package which provides cryptographic recipes and primitives to Python developers

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

[cvxopt]
description=Convex optimization library
url=http://abel.ee.ucla.edu/cvxopt
description=Convex optimization package
category=scientific

[cvxpy]
description=A domain-specific language for modeling convex optimization problems in Python

[cx_freeze]
description=Deployment tool which converts Python scripts into stand-alone Windows executables (i.e. target machine does not require Python or any other library to be installed)
url=http://cx-freeze.sourceforge.net
Expand Down Expand Up @@ -195,6 +203,9 @@ description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, m
url=http://www.egenix.com/products/python/mxBase
category=util

[ecos]
description=This is the Python package for ECOS: Embedded Cone Solver

[emcee]
description=Kick ass affine-invariant ensemble MCMC sampling

Expand All @@ -204,6 +215,9 @@ description=Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
[entrypoints]
description=Discover and load entry points from installed packages

[fastcache]
description=C implementation of Python 3 functools.lru_cache

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

Expand Down Expand Up @@ -239,6 +253,9 @@ description=Python framework for fast Vector Space Modelling
[geopy]
description=Python Geocoding Toolbox

[geoviews]
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!

[ggplot]
description=ggplot for python
url=https://github.com/yhat/ggplot
Expand Down Expand Up @@ -473,6 +490,9 @@ description=MessagePack (de)serializer.
[multipledispatch]
description=A relatively sane approach to multiple dispatch in Python

[multiprocess]
description=better multiprocessing and multithreading in python

[mxbase]
description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
url=http://www.egenix.com/products/python/mxBase
Expand Down Expand Up @@ -522,6 +542,9 @@ description=# Jupyter Notebook
[numba]
description=compiling Python code using LLVM

[numdifftools]
description=Solves automatic numerical differentiation problems in one or more variables.

[numexpr]
description=Fast evaluation of array expressions elementwise by using a vector-based virtual machine

Expand Down Expand Up @@ -692,6 +715,9 @@ description=PyEDA is a Python library for electronic design automation.
[pyflakes]
description=passive checker of Python programs

[pyflux]
description=Open source time series library for Python

[pygame]
description=Pygame gives multimedia to python.

Expand Down Expand Up @@ -772,6 +798,9 @@ description=Python bindings for the Qt Charts library
[pyqtdatavisualization]
description=Python bindings for the Qt Data Visualization library

[pyqtdeploy]
description=PyQt Application Deployment Tool

[pyqtgraph]
description=Scientific Graphics and GUI Library for Python

Expand Down Expand Up @@ -975,6 +1004,9 @@ category=scientific
[scrapy]
description=A high-level Python Screen Scraping framework

[scs]
description=scs: splitting conic solver

[seaborn]
description=statistical data visualization

Expand Down