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

https://github.com/cmccandless/python-bootstrap

Template repository for Python packages
https://github.com/cmccandless/python-bootstrap

Last synced: 5 months ago
JSON representation

Template repository for Python packages

Awesome Lists containing this project

README

          

# python-bootstrap
Template repository for Python packages

## Usage
1. Fork this repository
2. Clone your fork
3. Run `bootstrap.py`
- This README will be replaces by the template README
- Included LICENSE will be removed; use `-l` option if you wish to generate a license
4. Confirm no errors occurred, then run `rm bootstrap.py && git rm bootstrap.py && git commit -m 'Delete bootstrap script'`