Skip to content

iamgodot/create-python-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A python package template based on cookiecutter.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published