@@ -13,6 +13,9 @@ description=Rebuild a new abstract syntax tree from Python's ast (required for p
13
13
[astroml]
14
14
description=tools for machine learning and data mining in Astronomy
15
15
16
+ [attrs]
17
+ description=Attributes without boilerplate.
18
+
16
19
[babel]
17
20
description=Internationalization utilities
18
21
@@ -61,6 +64,9 @@ description=On-disk partitioned store
61
64
[cchardet]
62
65
description=Universal encoding detector. This library is faster than chardet.
63
66
67
+ [cssselect]
68
+ description=cssselect parses CSS3 Selectors and translates them to XPath 1.0
69
+
64
70
[certifi]
65
71
description=Python package for providing Mozilla' s CA Bundle.
66
72
@@ -234,6 +240,9 @@ description=IPython Kernel for Jupyter
234
240
[idlex]
235
241
description=IDLE Extensions for Python
236
242
243
+ [idna]
244
+ description=Internationalized Domain Names in Applications (IDNA)
245
+
237
246
[ipyparallel]
238
247
description=Interactive Parallel Computing with IPython
239
248
@@ -522,6 +531,12 @@ description=PuLP is an LP modeler written in python. PuLP can generate MPS or LP
522
531
[py]
523
532
description =library with cross-python path, ini-parsing, io, code, log facilities
524
533
534
+ [pyasn1]
535
+ description =ASN.1 types and codecs
536
+
537
+ [pyasn1-modules]
538
+ description =A collection of ASN.1-based protocols modules
539
+
525
540
[pyaudio]
526
541
description =Bindings for PortAudio v19, the cross-platform audio input/output stream library.
527
542
@@ -542,6 +557,9 @@ description=Pure python package for working with DICOM files (medical imaging)
542
557
url =http://code.google.com/p/pydicom
543
558
category =improc
544
559
560
+ [pydispatcher]
561
+ description =Multi-producer-multi-consumer signal dispatching mechanism
562
+
545
563
[pyeda]
546
564
description =PyEDA is a Python library for electronic design automation.
547
565
@@ -591,6 +609,9 @@ description=Cross platform Python binding to OpenGL and related APIs
591
609
url =http://pyopengl.sourceforge.net
592
610
category =visu3d
593
611
612
+ [pyopenssl]
613
+ description =Python wrapper module around the OpenSSL library
614
+
594
615
[pypdf2]
595
616
description =PDF toolkitPDF toolkit
596
617
@@ -694,6 +715,9 @@ description=Jupyter Qt console
694
715
[qtpy]
695
716
description =Provides an abstraction layer on top of the various Qt bindings (PyQt5, PyQt4 and PySide) and additional custom QWidgets.
696
717
718
+ [queuelib]
719
+ description =Collection of persistent (disk-based) queues
720
+
697
721
[redis]
698
722
description =Python client for Redis key-value store
699
723
@@ -768,6 +792,9 @@ description=A high-level Python Screen Scraping framework
768
792
[seaborn]
769
793
description =statistical data visualization
770
794
795
+ [service_identity]
796
+ description =Service identity verification for pyOpenSSL.
797
+
771
798
[setuptools]
772
799
description =Download, build, install, upgrade, and uninstall Python packages - easily
773
800
category =deploy
@@ -919,6 +946,9 @@ description=A Python module for decorators, wrappers and monkey patching.
919
946
[wsgiref]
920
947
description =WSGI (PEP 333) Reference Library
921
948
949
+ [w3lib]
950
+ description =Library of web-related functions
951
+
922
952
[xarray]
923
953
description =N-D labeled arrays and datasets in Python
924
954
0 commit comments