Skip to content
/ pyskel Public template

An empty Python installable project to bootstrap new code development

License

Notifications You must be signed in to change notification settings

claudiodsf/pyskel

Repository files navigation

Pyskel

An empty Python installable project to bootstrap new code development.

Features:

  • Installable using pip;
  • Distributable using python setup.py sdist (tar.gz archive) and python setup.py bdist_wheel (python wheel);
  • The python wheel can be uploaded to PyPI via twine;
  • Automated versioning via python-versioneer (embedded);
  • Configuration file support via configobj (embedded).

Use the provided script set_package_and_author.py to change the name of the package, and the author's name and email.

About

An empty Python installable project to bootstrap new code development

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages