/pyskel

An empty Python installable project to bootstrap new code development

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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.