Skip to content

mpgomez/python_package_cookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python-package-cookiecutter

Simple cookiecutter repo to generate the skeleton for a basic python project.

What you get

It will generate the basic structure of a python project, with a package, that you can use as starting point for a new python project:

  • Basic readme
  • Setup and init files
  • Requirement files (main and dev ones)
  • Unit tests folder and initial files

Dependencies

You will need to install cookiecutter for this to work. Simply run:

python3 -m venv .env
source .env/bin/activate
pip install cookiecutter

How it works

Go to the directory where you want to generate your new repo and run:

cookiecutter gh:mpgomez/python_package_cookiecutter

Dependencies

You just need cookiecutter. Run:

pip3 install -r requirements.txt

License

Apache 2.0 License. See LICENSE file for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published