Metadata-Version: 1.1
Name: progressbar_easy
Version: 1.0.2
Summary: A simple progressbar to track progress with built in timer
Home-page: UNKNOWN
Author: Braxton Brown
Author-email: braxton.brown@outlook.com
License: MIT
Description: This is a simlple progress bar that allows for easy use to display progress.
        
        FEATURES
        ----------------
        \nTimer to estimate time remaining,
        \n\nChoice of length of bar
        \nChoice of character bar is made of
        \nOption for item count or percentage completed (or both)
        
        Change Log
        ==============
        
        1.0.2 (5/6/2021)
        ---------------------
        - Added support for updating multiple items (timer would update as one item)
        - Added ability to adjust the "learning rate" of the timer
        - Fixed bugs using "+=" (__iadd__) (caused timer to not work)
        
        1.0.1.2 (5/6/2021)
        ---------------------
        - Bug Fixes
        
        1.0.0 (5/6/2021)
        ---------------------
        - First Release
Keywords: progressbar,progress bar,progressbar_easy,easy progressbar,easy progress bar
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Education
Classifier: Operating System :: Microsoft :: Windows :: Windows 10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
