You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: winpython/data/packages.ini
+34-2Lines changed: 34 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,9 @@ description=Interactive plotting for the Jupyter notebook, using d3.js and ipywi
79
79
[brewer2mpl]
80
80
description=Connect colorbrewer2.org color maps to Python and matplotlib
81
81
82
+
[cartopy]
83
+
description=A cartographic python library with matplotlib support for visualisation
84
+
82
85
[castra]
83
86
description=On-disk partitioned store
84
87
@@ -127,11 +130,16 @@ description=Code coverage measurement for Python
127
130
[cryptography]
128
131
description=cryptography is a package which provides cryptographic recipes and primitives to Python developers
129
132
133
+
[cvxcanon]
134
+
description=common operations for convex optimization modeling tools.
135
+
130
136
[cvxopt]
131
-
description=Convex optimization library
132
-
url=http://abel.ee.ucla.edu/cvxopt
137
+
description=Convex optimization package
133
138
category=scientific
134
139
140
+
[cvxpy]
141
+
description=A domain-specific language for modeling convex optimization problems in Python
142
+
135
143
[cx_freeze]
136
144
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)
137
145
url=http://cx-freeze.sourceforge.net
@@ -195,6 +203,9 @@ description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, m
195
203
url=http://www.egenix.com/products/python/mxBase
196
204
category=util
197
205
206
+
[ecos]
207
+
description=This is the Python package for ECOS: Embedded Cone Solver
208
+
198
209
[emcee]
199
210
description=Kick ass affine-invariant ensemble MCMC sampling
200
211
@@ -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
204
215
[entrypoints]
205
216
description=Discover and load entry points from installed packages
206
217
218
+
[fastcache]
219
+
description=C implementation of Python 3 functools.lru_cache
220
+
207
221
[fasteners]
208
222
description=A python package that provides useful locks.
209
223
@@ -239,6 +253,9 @@ description=Python framework for fast Vector Space Modelling
239
253
[geopy]
240
254
description=Python Geocoding Toolbox
241
255
256
+
[geoviews]
257
+
description=Stop plotting your data - annotate your data and let it visualize itself... on a map!
0 commit comments