Skip to main content

Flexible wrapper for static progressbar writing.

Project description

Project: python-multibar
License: Apache 2.0
About: Tool for static progress bars writing.
OS: Independent
Python: 3.9+
Typing: Typed
Topic: Utilities


Documentation · Report Bug · Request Feature

Table of Contents
  1. Welcome to Python-Multibar
  2. Contributing
  3. Acknowledgments

Welcome to Python-Multibar!

PyPi Mypy badge Black Supported python versions

Installation

# Unix/macOS users should use
$ python -m pip install -U python-multibar

# Windows users should use
$ py -m pip install -U python-multibar

Quickstart

>>> import multibar

>>> writer = multibar.ProgressbarWriter()
>>> progressbar = writer.write(10, 100)
# Using __str__() method, we get a progressbar
# with a basic signature.
Out: '+-----'

# Writer returns progressbar object.
>>> type(progressbar)
Out: <class 'multibar.impl.progressbars.Progressbar'>

Documentation

You can access the documentation by clicking on the following link:

Examples

Some more of the features of python-multibar are in the project examples.


Python-Multibar Examples

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

NOTE: before creating a pull request, you first need to install the project's dependencies:

  • pip3 install -r dev-requirements.txt -r requirements.txt

Then go to the root directory of the project ...\python-multibar> and start all nox pipelines using the nox command.

If all sessions are completed successfully, then feel free to create a pull request. Thanks for your PR's!

Acknowledgments

Project details


Download files

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

Source Distribution

python-multibar-4.0.2.tar.gz (778.5 kB view details)

Uploaded Source

Built Distribution

python_multibar-4.0.2-py3-none-any.whl (42.6 kB view details)

Uploaded Python 3

File details

Details for the file python-multibar-4.0.2.tar.gz.

File metadata

  • Download URL: python-multibar-4.0.2.tar.gz
  • Upload date:
  • Size: 778.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.1 CPython/3.10.4 Windows/10

File hashes

Hashes for python-multibar-4.0.2.tar.gz
Algorithm Hash digest
SHA256 3caafec8cedfd5633f85af4874fc08a7f8a8e17b2be7d9c8f191b5162e670db9
MD5 572042ec89fdabba55bc45313bdcdd74
BLAKE2b-256 8c1dcc32ec2275843d68acf150c4973694142ec1cc60c12c2f18477f3ff463f1

See more details on using hashes here.

File details

Details for the file python_multibar-4.0.2-py3-none-any.whl.

File metadata

File hashes

Hashes for python_multibar-4.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 06a463cd7eb95b46a31709e3943135345b09a5018cd0925d4251e695d5504018
MD5 201d2babc001327e8e496d2a082ce642
BLAKE2b-256 d95ee0d2e37c837d56912ec276286eb8c027f6608e52bc28a329b71fcb3afc29

See more details on using hashes here.

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