@@ -527,6 +527,9 @@ description=A Flask extension adding a decorator for CORS support
527527[flask_restplus]
528528description=Fully featured framework for fast, easy and documented API development with Flask
529529
530+ [flask_restx]
531+ description=Fully featured framework for fast, easy and documented API development with Flask
532+
530533[flask-seasurf]
531534description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
532535
@@ -800,6 +803,9 @@ description=A Python utility / library to sort Python imports.
800803[itsdangerous]
801804description=Various helpers to pass trusted data to untrusted environments and back.
802805
806+ [jax]
807+ description=Differentiate, compile, and transform Numpy code.
808+
803809[jedi]
804810description=An autocompletion tool for Python that can be used for text editors
805811
@@ -1415,6 +1421,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
14151421[py]
14161422description=library with cross-python path, ini-parsing, io, code, log facilities
14171423
1424+ [pyaml]
1425+ description=PyYAML-based module to produce pretty and readable YAML-serialized data
1426+
14181427[pyct]
14191428description=python package common tasks for users (e.g. copy examples, fetch data, ...)
14201429
@@ -1454,6 +1463,9 @@ description=C parser in Python
14541463[pydantic]
14551464description=Data validation and settings management using python 3.6 type hinting
14561465
1466+ [pydeck]
1467+ description=Widget for deck.gl maps
1468+
14571469[pydicom]
14581470description=Pure python package for working with DICOM files (medical imaging)
14591471
@@ -2153,6 +2165,9 @@ description=ANSII Color formatting for output in terminal
21532165[terminado]
21542166description=Terminals served to term.js using Tornado websockets
21552167
2168+ [terminaltables]
2169+ description=Generate simple tables in terminals from a nested list of strings.
2170+
21562171[testfixtures]
21572172description= a collection of helpers and mock objects that are useful when writing unit tests or doc tests.
21582173
0 commit comments