@@ -5,6 +5,9 @@ description=Abseil Python Common Libraries
5
5
[adodbapi]
6
6
description =A pure Python package implementing PEP 249 DB-API using Microsoft ADO.
7
7
8
+ [affine]
9
+ description =Matrices describing affine transformation of the plane.
10
+
8
11
[aiodns]
9
12
description =Simple DNS resolver for asyncio
10
13
@@ -344,6 +347,9 @@ description=Better living through Python with decorators
344
347
[defusedxml]
345
348
description =XML bomb protection for Python stdlib modules
346
349
350
+ [deprecated]
351
+ description =Python @deprecated decorator to deprecate old python classes, functions or methods.
352
+
347
353
[descartes]
348
354
description =Use geometric objects as matplotlib paths and patches
349
355
@@ -1539,12 +1545,15 @@ description=Provides an abstraction layer on top of the various Qt bindings (PyQ
1539
1545
[qscintilla]
1540
1546
description =Python bindings for the QScintilla programmers editor widget
1541
1547
1542
- [queuelib ]
1543
- description =Collection of persistent (disk- based) queues
1548
+ [quantecon ]
1549
+ description =A community based Python library for quantitative economics
1544
1550
1545
1551
[quiver_engine]
1546
1552
description =Interactive per-layer visualization for convents in keras
1547
1553
1554
+ [rasterio]
1555
+ description =Fast and direct raster I/O for use with Numpy and SciPy
1556
+
1548
1557
[readme_renderer]
1549
1558
description =a library for rendering " readme" descriptions for Warehouse
1550
1559
@@ -1745,6 +1754,9 @@ description=Sniff out which async library your code is running under
1745
1754
[snowballstemmer]
1746
1755
description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms.
1747
1756
1757
+ [snuggs]
1758
+ description=Snuggs are s-expressions for Numpy
1759
+
1748
1760
[sortedcollections]
1749
1761
description=Python Sorted Collections
1750
1762
@@ -1766,7 +1778,25 @@ description=sparse multidimensional arrays on top of NumPy and Scipy.sparse
1766
1778
[sphinx]
1767
1779
description=Tool for generating documentation which uses reStructuredText as its markup language
1768
1780
1769
- [sphinxcontrib-websupport]
1781
+ [sphinxcontrib_applehelp]
1782
+ description=sphinx extension which outputs Apple help books
1783
+
1784
+ [sphinxcontrib_devhelp]
1785
+ description=sphinx extension which outputs Devhelp document
1786
+
1787
+ [sphinxcontrib_htmlhelp]
1788
+ description=sphinx extension which outputs html
1789
+
1790
+ [sphinxcontrib_jsmath]
1791
+ description=sphinx extension which renders display math in HTML via JavaScript
1792
+
1793
+ [sphinxcontrib_qthelp]
1794
+ description=sphinx extension which outputs QtHelp document
1795
+
1796
+ [sphinxcontrib_websupport]
1797
+ description=Sphinx API for Web Apps
1798
+
1799
+ [sphinxcontrib_serializinghtml]
1770
1800
description=Sphinx API for Web Apps
1771
1801
1772
1802
[sphinx_rtd_theme]
@@ -1835,6 +1865,9 @@ description=Pretty-print tabular data
1835
1865
[tblib]
1836
1866
description =Traceback serialization library.
1837
1867
1868
+ [tb_nightly]
1869
+ description =TensorBoard lets you watch Tensors Flow
1870
+
1838
1871
[tensorboard]
1839
1872
description =TensorBoard lets you watch Tensors Flow
1840
1873
@@ -1866,6 +1899,9 @@ description=Test utilities for code working with files and commands
1866
1899
[textwrap3]
1867
1900
description =textwrap from Python 3.6 backport (plus a few tweaks)
1868
1901
1902
+ [tf_estimator_nightly]
1903
+ description =TensorFlow Estimator.
1904
+
1869
1905
[thinc]
1870
1906
description =Practical Machine Learning for NLP
1871
1907
0 commit comments