skeleton
is a template used for creating Python modules.
The official repo is here.
Note: This library is under active development.
Install in virtual environment:
$ pip install skeleton
Install test dependencies and run tox
:
$ pip install skeleton[tests]
$ tox
Install documentation dependencies and build:
$ pip install skeleton[docs]
$ python setup.py docs
- six
- appdirs
- Ask a Question
- Request Assistance
- Submit Bug Report
- Submit Feature Request
- Submit Issue
MIT - See LICENSE for more information.
Copyright © 2021 Chad Loether