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

Skip to content

Commit 6716b37

Browse files
authored
Merge pull request #386 from stonebig/master
package names
2 parents fbbf3d2 + f9be2ac commit 6716b37

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

winpython/data/packages.ini

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ description=Interactive plotting for the Jupyter notebook, using d3.js and ipywi
7979
[brewer2mpl]
8080
description=Connect colorbrewer2.org color maps to Python and matplotlib
8181

82+
[cartopy]
83+
description=A cartographic python library with matplotlib support for visualisation
84+
8285
[castra]
8386
description=On-disk partitioned store
8487

@@ -127,11 +130,16 @@ description=Code coverage measurement for Python
127130
[cryptography]
128131
description=cryptography is a package which provides cryptographic recipes and primitives to Python developers
129132
133+
[cvxcanon]
134+
description=common operations for convex optimization modeling tools.
135+
130136
[cvxopt]
131-
description=Convex optimization library
132-
url=http://abel.ee.ucla.edu/cvxopt
137+
description=Convex optimization package
133138
category=scientific
134139
140+
[cvxpy]
141+
description=A domain-specific language for modeling convex optimization problems in Python
142+
135143
[cx_freeze]
136144
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)
137145
url=http://cx-freeze.sourceforge.net
@@ -195,6 +203,9 @@ description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, m
195203
url=http://www.egenix.com/products/python/mxBase
196204
category=util
197205
206+
[ecos]
207+
description=This is the Python package for ECOS: Embedded Cone Solver
208+
198209
[emcee]
199210
description=Kick ass affine-invariant ensemble MCMC sampling
200211
@@ -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
204215
[entrypoints]
205216
description=Discover and load entry points from installed packages
206217
218+
[fastcache]
219+
description=C implementation of Python 3 functools.lru_cache
220+
207221
[fasteners]
208222
description=A python package that provides useful locks.
209223
@@ -239,6 +253,9 @@ description=Python framework for fast Vector Space Modelling
239253
[geopy]
240254
description=Python Geocoding Toolbox
241255

256+
[geoviews]
257+
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!
258+
242259
[ggplot]
243260
description=ggplot for python
244261
url=https://github.com/yhat/ggplot
@@ -473,6 +490,9 @@ description=MessagePack (de)serializer.
473490
[multipledispatch]
474491
description=A relatively sane approach to multiple dispatch in Python
475492
493+
[multiprocess]
494+
description=better multiprocessing and multithreading in python
495+
476496
[mxbase]
477497
description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools
478498
url=http://www.egenix.com/products/python/mxBase
@@ -522,6 +542,9 @@ description=# Jupyter Notebook
522542
[numba]
523543
description=compiling Python code using LLVM
524544
545+
[numdifftools]
546+
description=Solves automatic numerical differentiation problems in one or more variables.
547+
525548
[numexpr]
526549
description=Fast evaluation of array expressions elementwise by using a vector-based virtual machine
527550
@@ -692,6 +715,9 @@ description=PyEDA is a Python library for electronic design automation.
692715
[pyflakes]
693716
description=passive checker of Python programs
694717
718+
[pyflux]
719+
description=Open source time series library for Python
720+
695721
[pygame]
696722
description=Pygame gives multimedia to python.
697723
@@ -772,6 +798,9 @@ description=Python bindings for the Qt Charts library
772798
[pyqtdatavisualization]
773799
description=Python bindings for the Qt Data Visualization library
774800
801+
[pyqtdeploy]
802+
description=PyQt Application Deployment Tool
803+
775804
[pyqtgraph]
776805
description=Scientific Graphics and GUI Library for Python
777806
@@ -975,6 +1004,9 @@ category=scientific
9751004
[scrapy]
9761005
description=A high-level Python Screen Scraping framework
9771006
1007+
[scs]
1008+
description=scs: splitting conic solver
1009+
9781010
[seaborn]
9791011
description=statistical data visualization
9801012

0 commit comments

Comments
 (0)