Personal tools
Skip to content. | Skip to navigation
statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon.
Manage dynamic plugins for Python applications
Sumo Logic Python SDK
utility belt for automated testing in python for python
Client library and command line utility for interacting with Openstack Object Storage API.
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support.
Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: - Excel (Sets + Books) - JSON (Sets + Books) - YAML (Sets + Books) - HTML (Sets) - TSV (Sets) - CSV (Sets) Note that tablib *purposefully* excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.) Overview -------- tablib.Dataset() A Dataset is a table of tabular data. It may or may not have a header row. They can be build and manipulated as raw Python datatypes (Lists of tuples|dictionaries). Datasets can be imported from JSON, YAML, and CSV; they can be exported to XLSX, XLS, ODS, JSON, YAML, CSV, TSV, and HTML. tablib.Databook() A Databook is a set of Datasets. The most common form of a Databook is an Excel file with multiple spreadsheets. Databooks can be imported from JSON and YAML; they can be exported to XLSX, XLS, ODS, JSON, and YAML.
A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.
Library for creating test suites for OpenStack projects.