pymetrics
Python code metric reporting tool
PyMetrics produces metrics for Python programs. Metrics include McCabe's
Cyclomatic Complexity metric, LoC, %Comments, etc. Users can also define their
own metrics using data from PyMetrics. PyMetrics optionally outputs stdout,
SQL command files and CSV
python-anyjson
Common interface for the best available JSON implementation
Loads whichever is the fastest JSON module installed and provides a uniform
API regardless of which JSON implementation is used. The exceptions will also
be the same whichever JSON module is used.
The ranking of the JSON implementations is based on a benchmark.
node-array-flatten
Flatten nested arrays
This node.js module flattens nested arrays
flatten(array)
Flatten a nested array structure
flatten.from(arrayish)
Flatten an array-like structure (E.g. arguments)
flatten.depth(array, depth)
Flatten a nested array structure with a specific depth
flatten.fromDepth(arrayish, depth)
Flatten an array-like structure with a specific depth
gmameui
front-end for the arcade games emulator MAME
python-getfem++
Python interface to the GETFEM++ generic finite element library
GETFEM++ is a library allowing the computation of any elementary matrix (even
for mixed finite element methods) on the largest class of methods and elements,
and for arbitrary dimension.
python-keyring
store and access your passwords safely
The Python keyring library provides an easy way to access the system
keyring service (e.g Gnome-Keyring, KWallet) from Python.
It can be used in any application that needs safe password storage.