Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
/ cookie-python-minimal Public archive

Minimal cookiecutter template for a python package 🍪

License

Notifications You must be signed in to change notification settings

h4c5/cookie-python-minimal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🍪 Minimal python package template

Minimal cookicutter template for a python package. It use :

Getting started

  1. cookiecutter https://github.com/h4c5/cookie-python-minimal
  2. cd your_project
  3. git init (necessary because of setuptools_scm that will manage the package version)
  4. pip install -e .[dev]
  5. ✨ developing ✨
  6. python -m build
  7. twine upload -r testpypi

About

Minimal cookiecutter template for a python package 🍪

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages