@@ -128,6 +128,9 @@ description=The ssl.match_hostname() function from Python 3.4
128
128
[backports.weakref]
129
129
description =Backport of new features in Python' s weakref module
130
130
131
+ [bandit]
132
+ description=Security oriented static analyser for python code.
133
+
131
134
[baresql]
132
135
description=playing SQL directly on Python datas
133
136
@@ -425,6 +428,9 @@ description=Discover and load entry points from installed packages
425
428
[envisage]
426
429
description=Enthought extensible application framework
427
430
431
+ [eradicate]
432
+ description=Removes commented-out code.
433
+
428
434
[falcon]
429
435
description=An unladen web framework for building APIs and app backends.
430
436
@@ -464,6 +470,9 @@ description=A platform independent file lock.
464
470
[fiona]
465
471
description=reads and writes spatial data files
466
472
473
+ [flake8]
474
+ description=the modular source code checker: pep8, pyflakes and co
475
+
467
476
[flask]
468
477
description=A microframework based on Werkzeug, Jinja2 and good intentions
469
478
@@ -1274,6 +1283,9 @@ description=an organizational aid and wrapper for validation and tab completion
1274
1283
[prompt_toolkit]
1275
1284
description=Library for building powerful interactive command lines in Python
1276
1285
1286
+ [prospector]
1287
+ description=python static analysis tool
1288
+
1277
1289
[protobuf]
1278
1290
description=Protocol Buffers - Google' s data interchange format
1279
1291
@@ -1290,6 +1302,9 @@ description=Python-PostgreSQL Database Adapter
1290
1302
[ptpython]
1291
1303
description =Python REPL build on top of prompt_toolkit
1292
1304
1305
+ [ptvsd]
1306
+ description =Remote debugging server for Python support in Visual Studio and Visual Studio Code
1307
+
1293
1308
[ptyprocess]
1294
1309
description =Run a subprocess in a pseudo terminal
1295
1310
@@ -1403,12 +1418,18 @@ description=PyHive is a collection of Python DB-API and SQLAlchemy interfaces fo
1403
1418
[pyinstaller]
1404
1419
description=PyInstaller bundles a Python application and all its dependencies into a single package.
1405
1420
1421
+ [pylama]
1422
+ description=Code audit tool for python
1423
+
1406
1424
[pylearn2]
1407
1425
description=A Machine Learning library based on Theano
1408
1426
1409
1427
[pylint]
1410
1428
description=Logilab code analysis module: analyzes Python source code looking for bugs and signs of poor quality
1411
1429
1430
+ [pylons]
1431
+ description=Pylons Web Framework
1432
+
1412
1433
[pymatsolver]
1413
1434
description=pymatsolver: Matrix Solvers for Python
1414
1435
@@ -1501,6 +1522,9 @@ description=Python bindings for the Qt 3D framework
1501
1522
[pyqwt]
1502
1523
description=2D plotting library (set of Python bindings for the Qwt library featuring fast plotting)
1503
1524
1525
+ [pyramid]
1526
+ description=The Pyramid Web Framework, a Pylons project
1527
+
1504
1528
[pyreadline]
1505
1529
description=IPython needs this module to display color text in Windows command window
1506
1530
@@ -1528,6 +1552,9 @@ description=Python binding of the cross-platform GUI toolkit Qt
1528
1552
[pyside2]
1529
1553
description =Python binding of the cross-platform GUI toolkit Qt
1530
1554
1555
+ [pyspark]
1556
+ description =Apache Spark Python API
1557
+
1531
1558
[pystache]
1532
1559
description =Mustache for Python
1533
1560
@@ -1660,6 +1687,9 @@ description=A community based Python library for quantitative economics
1660
1687
[quiver_engine]
1661
1688
description =Interactive per-layer visualization for convents in keras
1662
1689
1690
+ [radon]
1691
+ description =Code Metrics in Python
1692
+
1663
1693
[rasterio]
1664
1694
description =Fast and direct raster I/O for use with Numpy and SciPy
1665
1695
0 commit comments