An open API service indexing awesome lists of open source software.

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

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