@@ -701,6 +701,9 @@ description=JupyterLab Server
701701[jupyter_sphinx]
702702description=Jupyter Sphinx Extensions
703703
704+ [jupytext]
705+ description=Jupyter notebooks as Markdown documents, Julia, Python or R scripts
706+
704707[kapteyn]
705708description=Python modules for astronomical applications
706709
@@ -833,6 +836,9 @@ description=Machine Learning Library Extensions
833836[mkl-service]
834837description =Python bindings to some MKL service functions
835838
839+ [mlflow]
840+ description =An ML Workflow Tool
841+
836842[mock]
837843description =Rolling backport of unittest.mock for all Pythons
838844
@@ -1058,6 +1064,9 @@ description=A module wrapper for os.path
10581064[patsy]
10591065description =Describing statistical models using symbolic formulas
10601066
1067+ [pbr]
1068+ description =Python Build Reasonableness
1069+
10611070[pdfrw]
10621071description =pure Python library that reads and writes PDFs
10631072
@@ -1428,6 +1437,9 @@ description=Qt plotting widgets for Python
14281437[python-twitter]
14291438description =A Python wrapper around the Twitter API
14301439
1440+ [python-zstandard]
1441+ description =Python bindings to the Zstandard (zstd) compression library
1442+
14311443[pythran]
14321444description =Ahead of Time compiler for numeric kernels
14331445
@@ -1676,6 +1688,9 @@ description=Scikit-learn compatible tools using theano
16761688[skll]
16771689description=SciKit-Learn Laboratory makes it easier to run machinelearning experiments with scikit-learn.
16781690
1691+ [skorch]
1692+ description=scikit-learn compatible neural network library for pytorch
1693+
16791694[skyfield]
16801695description=Elegant astronomy for Python
16811696
@@ -1703,6 +1718,9 @@ description=Python Sorted Container Types: SortedList, SortedDict, and SortedSet
17031718[sounddevice]
17041719description=Play and Record Sound with Python
17051720
1721+ [soupsieve]
1722+ description=A CSS4 selector implementation for Beautiful Soup.
1723+
17061724[spacy]
17071725description=Industrial-strength NLP
17081726
@@ -1775,6 +1793,9 @@ description=Symbolic Mathematics Library
17751793[tables]
17761794description =Package based on HDF5 library for managing hierarchical datasets (extremely large amounts of data)
17771795
1796+ [tabulate]
1797+ description =Pretty-print tabular data
1798+
17781799[tblib]
17791800description =Traceback serialization library.
17801801
@@ -1796,6 +1817,9 @@ description=ANSII Color formatting for output in terminal
17961817[terminado]
17971818description =Terminals served to term.js using Tornado websockets
17981819
1820+ [testfixtures]
1821+ description = a collection of helpers and mock objects that are useful when writing unit tests or doc tests.
1822+
17991823[testpath]
18001824description =Test utilities for code working with files and commands
18011825
@@ -1883,6 +1907,9 @@ description=Type Hints for Python
18831907[tzlocal]
18841908description =tzinfo object for the local timezone
18851909
1910+ [uarray]
1911+ description =Universal array library
1912+
18861913[uncertainties]
18871914description =Transparent calculations with uncertainties on the quantities involved (aka error propagation); fast calculation of derivatives
18881915
0 commit comments