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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
cloether
Apr 24, 2023
b5a660e · Apr 24, 2023
Mar 29, 2021
Oct 9, 2021
Apr 24, 2023
Apr 24, 2023
Nov 24, 2022
Feb 21, 2021
May 11, 2021
Mar 21, 2021
Nov 24, 2022
Nov 24, 2022
May 11, 2021
Oct 9, 2021
Oct 9, 2021
May 29, 2021
May 29, 2021
Oct 9, 2021
Nov 24, 2022
Nov 24, 2022

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