Skip to content
/ skeleton Public template

Skeleton is a template used for creating Python modules.

License

Notifications You must be signed in to change notification settings

cloether/skeleton

Repository files navigation

Skeleton

skeleton is a template used for creating Python modules.

The official repo is here.

Note: This library is under active development.

Installation

Install in virtual environment:

$ 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

About

Skeleton is a template used for creating Python modules.

Topics

Resources

License

Stars

Watchers

Forks