Cookiecutter template for a Python package.
- Github repo: https://github.com/caizhengxin/cookiecutter-package/
- Documentation: https://cookiecutter-package.readthedocs.io/
- Free software: BSD lincense
- Cython
- Sphinx + ReadTheDocs
- Travis-CI
- Pre-commit
- Tox
- Bumpversion
- Pytest
- Flake8
- Github/Gitee/Gitlab
$ pip3 install cookiecutter
$ cookiecutter https://github.com/caizhengxin/cookiecutter-package.git
Setting vim ~/.pypirc
:
[distutils] index-server=pypi [pypi] username= password=
$ pip3 install twine
$ python setup.py sdist bdist_wheel
$ twine upload dist/*