Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.
/ cookiecutter-lib Public archive

Cookiecutter template for a basic python library

License

Notifications You must be signed in to change notification settings

purarue/cookiecutter-lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I just use the single repo here now instead:

https://github.com/purarue/cookiecutter-template


Cookiecutter template for a basic python library.

This is for packages that aren't meant to be pushed to pypi, they'd live on my github.

But it still uses setuptools so that the python package is importable from anywhere on the system.

Run:

cookiecutter gh:purarue/cookiecutter-lib
# to install
pip install --user ./package_name
# to install in editable mode, so changes to code update global package immediately
pip install --user -e ./package_name

About

Cookiecutter template for a basic python library

Topics

Resources

License

Stars

Watchers

Forks

Languages