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

Skip to content

Commit 18c0365

Browse files
committed
Merge pull request #296 from stonebig/master
more package names
2 parents 66ff2ad + 221a7b2 commit 18c0365

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

winpython/data/packages.ini

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
1313
[astroml]
1414
description=tools for machine learning and data mining in Astronomy
1515
16+
[attrs]
17+
description=Attributes without boilerplate.
18+
1619
[babel]
1720
description=Internationalization utilities
1821
@@ -61,6 +64,9 @@ description=On-disk partitioned store
6164
[cchardet]
6265
description=Universal encoding detector. This library is faster than chardet.
6366
67+
[cssselect]
68+
description=cssselect parses CSS3 Selectors and translates them to XPath 1.0
69+
6470
[certifi]
6571
description=Python package for providing Mozilla's CA Bundle.
6672

@@ -234,6 +240,9 @@ description=IPython Kernel for Jupyter
234240
[idlex]
235241
description=IDLE Extensions for Python
236242
243+
[idna]
244+
description=Internationalized Domain Names in Applications (IDNA)
245+
237246
[ipyparallel]
238247
description=Interactive Parallel Computing with IPython
239248
@@ -522,6 +531,12 @@ description=PuLP is an LP modeler written in python. PuLP can generate MPS or LP
522531
[py]
523532
description=library with cross-python path, ini-parsing, io, code, log facilities
524533

534+
[pyasn1]
535+
description=ASN.1 types and codecs
536+
537+
[pyasn1-modules]
538+
description=A collection of ASN.1-based protocols modules
539+
525540
[pyaudio]
526541
description=Bindings for PortAudio v19, the cross-platform audio input/output stream library.
527542

@@ -542,6 +557,9 @@ description=Pure python package for working with DICOM files (medical imaging)
542557
url=http://code.google.com/p/pydicom
543558
category=improc
544559

560+
[pydispatcher]
561+
description=Multi-producer-multi-consumer signal dispatching mechanism
562+
545563
[pyeda]
546564
description=PyEDA is a Python library for electronic design automation.
547565

@@ -591,6 +609,9 @@ description=Cross platform Python binding to OpenGL and related APIs
591609
url=http://pyopengl.sourceforge.net
592610
category=visu3d
593611

612+
[pyopenssl]
613+
description=Python wrapper module around the OpenSSL library
614+
594615
[pypdf2]
595616
description=PDF toolkitPDF toolkit
596617

@@ -694,6 +715,9 @@ description=Jupyter Qt console
694715
[qtpy]
695716
description=Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
696717

718+
[queuelib]
719+
description=Collection of persistent (disk-based) queues
720+
697721
[redis]
698722
description=Python client for Redis key-value store
699723

@@ -768,6 +792,9 @@ description=A high-level Python Screen Scraping framework
768792
[seaborn]
769793
description=statistical data visualization
770794

795+
[service_identity]
796+
description=Service identity verification for pyOpenSSL.
797+
771798
[setuptools]
772799
description=Download, build, install, upgrade, and uninstall Python packages - easily
773800
category=deploy
@@ -919,6 +946,9 @@ description=A Python module for decorators, wrappers and monkey patching.
919946
[wsgiref]
920947
description=WSGI (PEP 333) Reference Library
921948

949+
[w3lib]
950+
description=Library of web-related functions
951+
922952
[xarray]
923953
description=N-D labeled arrays and datasets in Python
924954

0 commit comments

Comments
 (0)