Skip to content

Commit 547f43b

Browse files
author
stonebig
committed
update package list
1 parent 28cb577 commit 547f43b

1 file changed

Lines changed: 29 additions & 11 deletions

File tree

winpython/data/packages.ini

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
44
[astroml]
55
description=tools for machine learning and data mining in Astronomy
66
7+
[backports.ssl_match_hostname]
8+
description=The ssl.match_hostname() function from Python 3.4
9+
710
[baresql]
811
description=playing SQL directly on Python datas
912
@@ -257,6 +260,9 @@ description=Python-PostgreSQL Database Adapter
257260
[pulp]
258261
description=PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems
259262

263+
[pybars3]
264+
description=Handlebars.js templating for Python 3 and 2
265+
260266
[pydicom]
261267
description=Pure python package for working with DICOM files (medical imaging)
262268
url=http://code.google.com/p/pydicom
@@ -292,16 +298,30 @@ category=dataproc
292298
[PyHive]
293299
description=PyHive is a collection of Python DB-API and SQLAlchemy interfaces for Presto and Hive.
294300

295-
[pyparsing]
296-
description=A Python Parsing Module
297-
url=http://pyparsing.wikispaces.com/
301+
[pylearn2]
302+
description=A Machine Learning library based on Theano
303+
304+
[pylint]
305+
description=Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
306+
url=http://www.logilab.org/project/pylint
298307
category=util
299308

309+
[PyMeta3]
310+
description=Pattern-matching language based on OMeta for Python 3 and 2
311+
312+
[pyodbc]
313+
description=DB API Module for ODBC
314+
300315
[pyopengl]
301316
description=Cross platform Python binding to OpenGL and related APIs
302317
url=http://pyopengl.sourceforge.net
303318
category=visu3d
304319

320+
[pyparsing]
321+
description=A Python Parsing Module
322+
url=http://pyparsing.wikispaces.com/
323+
category=util
324+
305325
[pyqt]
306326
description=Cross-platform Application Framework: GUI, widgets, SQL, OpenGL, XML, Unicode...
307327
url=http://www.riverbankcomputing.co.uk/software/pyqt/intro
@@ -328,14 +348,6 @@ description=2D plotting library (set of Python bindings for the Qwt library feat
328348
url=http://pyqwt.sourceforge.net
329349
category=plot
330350

331-
[pylint]
332-
description=Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
333-
url=http://www.logilab.org/project/pylint
334-
category=util
335-
336-
[pyodbc]
337-
description=DB API Module for ODBC
338-
339351
[pyreadline]
340352
description=IPython needs this module to display color text in Windows command window
341353
url=http://ipython.org/pyreadline.html
@@ -499,6 +511,9 @@ category=scientific
499511
[terminado]
500512
description=Terminals served to term.js using Tornado websockets
501513

514+
[theano]
515+
description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
516+
502517
[tornado]
503518
description=Scalable, non-blocking web server and tools (required for IPython notebook)
504519

@@ -536,6 +551,9 @@ description=A built-package format for Python.
536551
description=WinPython distribution tools, including WPPM (package manager)
537552
url=http://winpython.github.io/
538553

554+
[wsgiref]
555+
description=WSGI (PEP 333) Reference Library
556+
539557
[xlrd]
540558
description=Extract data from Microsoft Excel spreadsheet files
541559
category=dataproc

0 commit comments

Comments
 (0)