Metadata-Version: 2.1
Name: bldr-test
Version: 0.4.2
Summary: 
Author: Ethan Skowronski-Lutz
Author-email: 33399972+ethanmsl@users.noreply.github.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: typer[all] (>=0.7.0,<0.8.0)
Description-Content-Type: text/markdown


![tests_badge](https://github.com/ethanmsl/bldr_test/actions/workflows/test-poet.yml/badge.svg)


This is the `README.md`.  It is being pulled into the markdown files by pdoc.  
[This is a link to the GitHub Pages site](https://ethanmsl.github.io/bldr_test/bldr_test.html) hosting the auto-generated documentation.

**bold**  
*italic*  
~~strikethrough~~  

# Header

Link: [bldr-test on TestPyPi](https://test.pypi.org/project/bldr-test/)

use, install:
```zsh
pip3 list
echo
pip3 install -i https://test.pypi.org/simple/ bldr-test
echo
pip3 list
```

use, run:
```zsh
python3 -m bldr_test
```

use, uninstall:
```zsh
pip3 list
echo
pip3 uninstall bldr-test
echo
pip3 list
```

(Note: `-` vs. `_` above intended.  Also note: the `echo` commands are merely for more legible output)

