Skip to main content

Low-pressure bar graphs for Python.

Project description

Low-pressure bar graphs for Python.

Features

  • Safe: Object is thread-safe and parameters are type-checked.

  • Friendly: Raises human-readable errors.

  • Tested: Package has good test coverage.

  • Customizable: Constructor takes custom bar characters.

  • Free software: Published under a OSI-compatible license.

  • Compatible: Runs on multiple versions of CPython and PyPy.

  • Convenient: Package installable from PyPI via pip.

Status

Installation

pip install microbar

Documentation

https://microbar.readthedocs.io/en/latest/

Testing

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Releasing

bumpversion --new-version 0.2.0 minor
python setup.py sdist bdist_wheel upload

See Also

canassa/minibar for a vertical (progress) bar.

Changelog

0.1.0 (2016-09-02)

  • First release on PyPI.

0.2.0 (2016-09-02)

  • Integrations of CI services.

0.3.0 (2016-09-03)

  • First usable version, full test suite.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

microbar-0.3.1.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

microbar-0.3.1-py2.py3-none-any.whl (4.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page