@@ -527,6 +527,9 @@ description=A Flask extension adding a decorator for CORS support
527
527
[flask_restplus]
528
528
description=Fully featured framework for fast, easy and documented API development with Flask
529
529
530
+ [flask_restx]
531
+ description=Fully featured framework for fast, easy and documented API development with Flask
532
+
530
533
[flask-seasurf]
531
534
description=SeaSurf is a Flask extension for preventing cross-site request forgery (CSRF)
532
535
@@ -800,6 +803,9 @@ description=A Python utility / library to sort Python imports.
800
803
[itsdangerous]
801
804
description=Various helpers to pass trusted data to untrusted environments and back.
802
805
806
+ [jax]
807
+ description=Differentiate, compile, and transform Numpy code.
808
+
803
809
[jedi]
804
810
description=An autocompletion tool for Python that can be used for text editors
805
811
@@ -1415,6 +1421,9 @@ description=Scientific reports with embedded python computations with reST, LaTe
1415
1421
[py]
1416
1422
description=library with cross-python path, ini-parsing, io, code, log facilities
1417
1423
1424
+ [pyaml]
1425
+ description=PyYAML-based module to produce pretty and readable YAML-serialized data
1426
+
1418
1427
[pyct]
1419
1428
description=python package common tasks for users (e.g. copy examples, fetch data, ...)
1420
1429
@@ -1454,6 +1463,9 @@ description=C parser in Python
1454
1463
[pydantic]
1455
1464
description=Data validation and settings management using python 3.6 type hinting
1456
1465
1466
+ [pydeck]
1467
+ description=Widget for deck.gl maps
1468
+
1457
1469
[pydicom]
1458
1470
description=Pure python package for working with DICOM files (medical imaging)
1459
1471
@@ -2153,6 +2165,9 @@ description=ANSII Color formatting for output in terminal
2153
2165
[terminado]
2154
2166
description=Terminals served to term.js using Tornado websockets
2155
2167
2168
+ [terminaltables]
2169
+ description=Generate simple tables in terminals from a nested list of strings.
2170
+
2156
2171
[testfixtures]
2157
2172
description= a collection of helpers and mock objects that are useful when writing unit tests or doc tests.
2158
2173
0 commit comments