Skip to main content

Helper method to turn the click.progressbar into a Pacman!

Project description

Click Pacbar

https://img.shields.io/pypi/v/pacbar.svg

Helper method to turn the click.progressbar into a Pacman!

  • Free software: MIT license

Features

Same interface as click.progressbar (http://click.pocoo.org/6/utils/#showing-progress-bars), just use pacbar.

Made mostly for my personal use, so use at your own risk. Enjoy!

import time

from pacbar import pacbar

with pacbar(range(10)) as bar:
for x in bar:
        time.sleep(1)

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.0 (2018-07-06)

  • First release on PyPI.

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

click-pacbar-0.1.1.tar.gz (9.1 kB view hashes)

Uploaded Source

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