New Features
* implement Spinner class
* add context manager functionality
* add runtime property to ProgBar
* implement update_frequency functionality
Fixes
* fix bug where bar display exceeds width_ratio if counter goes above total
Performance improvements
* remove leading space when no prefix is passed to display
Refactorings
* remove total property and start counter at 1 instead of 0
* improve type annotations
Docs
* update readme
* improve display() doc string