Metadata-Version: 2.1
Name: epicstuff
Version: 0.1.5
Summary: a few somewhat useful objects
Author-email: EpicStuff <EpicStuff@users.noreply.github.com>
Project-URL: Homepage, https://github.com/EpicStuff/EpicStuff
Project-URL: Issues, https://github.com/EpicStuff/EpicStuff/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: rich

# EpicStuff

a few somewhat useful python objects

## TODO:

-   [ ] when doing bar in bar with the second bar being transient, make so that the dots continue from where the previous bar left off
-   [ ] implement auto transient for bar in bar
-   [ ] add and implement simple=False for .Bar.track()

## Stuff:

-   Note to self:
    -   "self install" using `pip install -U -e .`
    -   build by running `python -m build` then `twine upload dist/*`
