@@ -221,6 +221,12 @@ description=Config file reading, writing and validation.
221
221
[configparser]
222
222
description=This library brings the updated configparser from Python 3.5 to Python 2.6-3.5.
223
223
224
+ [contextlib2]
225
+ description=Backports and enhancements for the contextlib module
226
+
227
+ [contextvars]
228
+ description=PEP 567 Backport
229
+
224
230
[corner]
225
231
description=Make some beautiful corner plots of samples.
226
232
@@ -506,6 +512,9 @@ description=Internationalized Domain Names in Applications (IDNA)
506
512
[imageio]
507
513
description =Library for reading and writing a wide range of image, video, scientific, and volumetric data formats.
508
514
515
+ [immutable
8000
s]
516
+ description =A high-performance immutable mapping type for Python
517
+
509
518
[imagesize]
510
519
description =Getting image size from png/jpeg/jpeg2000/gif file
511
520
@@ -851,6 +860,9 @@ description=Sphinx extension to support docstrings in Numpy format
851
860
[oauth2client]
852
861
description=OAuth 2.0 client library
853
862
863
+ [observations]
864
+ description=Tools for loading standard data sets in machine learning
865
+
854
866
[octave_kernel]
855
867
description=A Jupyter kernel for Octave.
856
868
@@ -1209,6 +1221,9 @@ description=2D plotting library (set of Python bindings for the Qwt library feat
1209
1221
[pyreadline]
1210
1222
description=IPython needs this module to display color text in Windows command window
1211
1223
1224
+ [pyrro_ppl]
1225
+ description=A Python library for probabilistic modeling and inference
1226
+
1212
1227
[pyserial]
1213
1228
description=Library encapsulating the access for the serial port
1214
1229
@@ -1230,6 +1245,9 @@ description=Python interface to Stan, a package for Bayesian inference
1230
1245
[pytest]
1231
1246
description=pytest: simple powerful testing with Python
1232
1247
1248
+ [pytest_runner]
1249
+ description=Invoke py.test as distutils command with dependency resolution
1250
+
1233
1251
[python-crfsuite]
1234
1252
description=Python binding for CRFsuite
1235
1253
@@ -1619,6 +1637,9 @@ description=List processing tools and functional utilities
1619
1637
[torch]
1620
1638
description=a deep learning framework.
1621
1639
1640
+ [torchfile]
1641
+ description=Torch7 binary serialized file parser
1642
+
1622
1643
[torchvision]
1623
1644
description=Datasets, Transforms and Models specific to Computer Vision
1624
1645
@@ -1646,6 +1667,9 @@ description=Scipy trait types
1646
1667
[trio]
1647
1668
description=An async/await-native I/O library for humans and snake people
1648
1669
1670
+ [trio_asyncio]
1671
+ description=a re-implementation of the asyncio mainloop on top of Trio
1672
+
1649
1673
[ttfquery]
1650
1674
description=FontTools-based package for querying system fonts
1651
1675
@@ -1697,6 +1721,9 @@ description=Verbose logging level for Python's logging module
1697
1721
[vispy]
1698
1722
description =Interactive visualization in Python
1699
1723
1724
+ [visdom]
1725
+ description =A tool for visualizing live, rich data for Torch and Numpy
1726
+
1700
1727
[vitables]
1701
1728
description =Graphical tool for browsing and editing files in both HDF5 and PyTables formats
1702
1729
0 commit comments