Skip to main content

A Python library for creating command-line spinners

Project description

Commands for Using the Module

  1. Installing the module:

    pip install pyoura
    
  2. Using the spinner in a Python script:

    from pyoura.spinner import Spinner
    
    spinner = Spinner('Loading', 'dots')  # You can replace 'dots' with other spinner types
    spinner.start()
    
    try:
        # Simulate a long-running process
        import time
        time.sleep(5)
    finally:
        spinner.stop()
    
  3. Running the spinner from the command line:

    pyoura <spinner-type> <message>
    

    Example:

    pyoura dots "Loading, please wait..."
    
  4. Creating distribution files:

    python setup.py sdist bdist_wheel
    
  5. Uploading to TestPyPI:

    twine upload --repository testpypi dist/*
    
  6. Uploading to PyPI:

    twine upload --repository pypi dist/*
    

This README.md should help users understand how to install, use, and contribute to the Pyoura module.

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

pyoura-0.1.7.tar.gz (4.6 kB view details)

Uploaded Source

Built Distribution

pyoura-0.1.7-py3-none-any.whl (5.0 kB view details)

Uploaded Python 3

File details

Details for the file pyoura-0.1.7.tar.gz.

File metadata

  • Download URL: pyoura-0.1.7.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.0

File hashes

Hashes for pyoura-0.1.7.tar.gz
Algorithm Hash digest
SHA256 d6a48ade9571fd54673c79854835de5200d88aae58b40d7c24fd7462b092c3e5
MD5 af0fe7c96390dbf016a93b975eaa502e
BLAKE2b-256 7f25c843919966081872fecc012987d6c6d86a692b0a113eb4e473f58ee86ad7

See more details on using hashes here.

File details

Details for the file pyoura-0.1.7-py3-none-any.whl.

File metadata

  • Download URL: pyoura-0.1.7-py3-none-any.whl
  • Upload date:
  • Size: 5.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.10.0

File hashes

Hashes for pyoura-0.1.7-py3-none-any.whl
Algorithm Hash digest
SHA256 5df17ecdc49edf15abdac2d8b5c0b18f61576ca3aaafe5c873f249cfd9eac662
MD5 29804d5d80b70ac79b98dfa30bf0a96c
BLAKE2b-256 212a4b9bed244ba0e8cd068d928825ad4cf3239ee74d1c2b6b653be1a5b5912e

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