microbar

Low-pressure bar graphs for Python.


License
BSD-3-Clause
Install
pip install microbar==0.3.1

Documentation

Overview

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

Compatibility Supported versions Supported implementations
Documentation Documentation Status Documentation Status
Metrics Code Quality Status Scrutinizer Status
Packages PyPI Package latest release PyPI Package monthly downloads PyPI Wheel
Requirements Requirements Status
Tests Travis-CI Build Status AppVeyor Build Status Coverage 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.3.1 patch
git push --tags
python setup.py sdist bdist_wheel upload

See Also

canassa/minibar for a vertical (progress) bar.