https://github.com/ianhomer/bootstrap-python
Reference application to help bootstrap a Python project
https://github.com/ianhomer/bootstrap-python
bootstrap python
Last synced: about 2 months ago
JSON representation
Reference application to help bootstrap a Python project
- Host: GitHub
- URL: https://github.com/ianhomer/bootstrap-python
- Owner: ianhomer
- License: apache-2.0
- Created: 2024-08-26T13:23:45.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T13:41:42.000Z (almost 2 years ago)
- Last Synced: 2025-02-09T05:35:59.012Z (over 1 year ago)
- Topics: bootstrap, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Python
Vanilla Python project to help with project bootstrapping. This gives unit test
and CI structure along with a CLI install pattern. Cherry pick what you need.
Run with
python main.py
Test with
pytest
Or test with watch (live re-runs of test on code change)
ptw
Install CLI locally (from this source)
pip install -e .
Then run CLI
bootstrap_python_foo