Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.2 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.2 KB

Create Python App

License: MIT test

Create-python-app is a python package template based on cookiecutter.

Features

  • Integrate pdm for dependency management.
  • Proper github workflows setup.
  • Optional cli setup with click.
  • Delicate Makefile.

Inspired by

Usage

# Install cookiecutter
pipx install cookiecutter

# Generate your project, just follow the prompts and fill out
cookiecutter https://github.com/iamgodot/create-python-app

# Let's say your project slug is greeting
cd greeting

# Make sure you have pdm installed
make install
make test

To use the release workflow, you have to add PYPI_API_TOKEN in repo secrets.

Contributing

For any questions or suggestions, please open an issue.

License

MIT