Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.6 KB

README.rst

File metadata and controls

65 lines (48 loc) · 1.6 KB

Skeleton

skeleton is a template used for creating Python modules.

The official repo is here.

Note

This library is under active development.

Installation

To install the library into the current virtual environment:

$ pip install skeleton

or:

$ python -m pip install skeleton

Running the Tests

Install test dependencies and run tox:

$ pip install skeleton[tests]
$ tox

Building the Docs

Install documentation dependencies and build:

$ pip install skeleton[docs]
$ python setup.py docs

Requirements

  • six
  • appdirs

Support

License

MIT - See LICENSE for more information.

Copyright

Copyright © 2021 Chad Loether