@@ -701,6 +701,9 @@ description=JupyterLab Server
701
701
[jupyter_sphinx]
702
702
description=Jupyter Sphinx Extensions
703
703
704
+ [jupytext]
705
+ description=Jupyter notebooks as Markdown documents, Julia, Python or R scripts
706
+
704
707
[kapteyn]
705
708
description=Python modules for astronomical applications
706
709
@@ -833,6 +836,9 @@ description=Machine Learning Library Extensions
833
836
[mkl-service]
834
837
description =Python bindings to some MKL service functions
835
838
839
+ [mlflow]
840
+ description =An ML Workflow Tool
841
+
836
842
[mock]
837
843
description =Rolling backport of unittest.mock for all Pythons
838
844
@@ -1058,6 +1064,9 @@ description=A module wrapper for os.path
1058
1064
[patsy]
1059
1065
description =Describing statistical models using symbolic formulas
1060
1066
1067
+ [pbr]
1068
+ description =Python Build Reasonableness
1069
+
1061
1070
[pdfrw]
1062
1071
description =pure Python library that reads and writes PDFs
1063
1072
@@ -1428,6 +1437,9 @@ description=Qt plotting widgets for Python
1428
1437
[python-twitter]
1429
1438
description =A Python wrapper around the Twitter API
1430
1439
1440
+ [python-zstandard]
1441
+ description =Python bindings to the Zstandard (zstd) compression library
1442
+
1431
1443
[pythran]
1432
1444
description =Ahead of Time compiler for numeric kernels
1433
1445
@@ -1676,6 +1688,9 @@ description=Scikit-learn compatible tools using theano
1676
1688
[skll]
1677
1689
description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
1678
1690
1691
+ [skorch]
1692
+ description=scikit-learn compatible neural network library for pytorch
1693
+
1679
1694
[skyfield]
1680
1695
description=Elegant astronomy for Python
1681
1696
@@ -1703,6 +1718,9 @@ description=Python Sorted Container Types: SortedList, SortedDict, and SortedSet
1703
1718
[sounddevice]
1704
1719
description=Play and Record Sound with Python
1705
1720
1721
+ [soupsieve]
1722
+ description=A CSS4 selector implementation for Beautiful Soup.
1723
+
1706
1724
[spacy]
1707
1725
description=Industrial-strength NLP
1708
1726
@@ -1775,6 +1793,9 @@ description=Symbolic Mathematics Library
1775
1793
[tables]
1776
1794
description =Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
1777
1795
1796
+ [tabulate]
1797
+ description =Pretty-print tabular data
1798
+
1778
1799
[tblib]
1779
1800
description =Traceback serialization library.
1780
1801
@@ -1796,6 +1817,9 @@ description=ANSII Color formatting for output in terminal
1796
1817
[terminado]
1797
1818
description =Terminals served to term.js using Tornado websockets
1798
1819
1820
+ [testfixtures]
1821
+ description = a collection of helpers and mock objects that are useful when writing unit tests or doc tests.
1822
+
1799
1823
[testpath]
1800
1824
description =Test utilities for code working with files and commands
1801
1825
@@ -1883,6 +1907,9 @@ description=Type Hints for Python
1883
1907
[tzlocal]
1884
1908
description =tzinfo object for the local timezone
1885
1909
1910
+ [uarray]
1911
+ description =Universal array library
1912
+
1886
1913
[uncertainties]
1887
1914
description =Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
1888
1915
0 commit comments