node-prompts
Nodejs lightweight, beautiful and user-friendly interactive prompts
prompts permits one to easy use cli prompts to enquire users for information:
* User friendly: prompt uses layout and colors to create beautiful cli
interfaces.
* Promised: uses promises and `async`/`await`. No callback hell.
* Flexible: all prompts are independent and can be used on their own.
* Testable: provides a way to submit answers programmatically.
* Unified: consistent experience across all [prompts](#-types).
python-pyside.qtsql
Qt 4 SQL module - Python bindings
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.
python-milter
Python extension for Sendmail Milter Protocol
Python milter provides Python extensions for the Milter protocol traditionally
used by Sendmail and now also used by Postfix. It provides a thin layer of
Python over the Milter protocol.
python-mpmath
library for arbitrary-precision floating-point arithmetic
Mpmath is a pure-Python library for multiprecision floating-point
arithmetic. It provides an extensive set of transcendental functions,
unlimited exponent sizes, complex numbers, interval arithmetic,
numerical integration and differentiation, root-finding, linear
algebra, and much more. Almost any calculation can be performed just
as well at 10-digit or 1000-digit precision, and in many cases mpmath
implements asymptotically fast algorithms that scale well for
extremely high precision work.
python-musicbrainz2
interface to the MusicBrainz XML web service
python-musicbrainz2 provides simple, object oriented access to the
MusicBrainz web service. It is useful for applications like CD rippers,
taggers, media players, and other tools that need music metadata.
python-pyside.qtopengl
Qt 4 OpenGL module - Python bindings
Qt is a cross-platform C++ application framework. Qt's primary feature
is its rich set of widgets that provide standard GUI functionality.