Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dreikanter/python-bootstrap
A template project for python command line tools
https://github.com/dreikanter/python-bootstrap
Last synced: 11 days ago
JSON representation
A template project for python command line tools
- Host: GitHub
- URL: https://github.com/dreikanter/python-bootstrap
- Owner: dreikanter
- License: other
- Created: 2013-07-12T10:58:42.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-12T11:46:49.000Z (over 11 years ago)
- Last Synced: 2024-10-10T05:36:17.210Z (28 days ago)
- Language: Python
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Command-line Tool Bootstrap
This is an initiative to generalize typical python [CLI](http://en.wikipedia.org/wiki/Command-line_interface) tool skeleton into a reusable bootstrap project. It includes a python package skeleton, setup script, typical developer environment settings including `.gitignore` and `.editorconfig` files, and some other stuff that could be used to save your time.
- Project home page: [https://github.com/dreikanter/python-bootstrap](https://github.com/dreikanter/python-bootstrap)
- Author: Alex Musayev, [http://alex.musayev.com](http://alex.musayev.com)
- License: [MIT](http://opensource.org/licenses/MIT) (non-viral, totally free)