Skip to content

HenriquesLab/PythonPackageCookiecutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PythonPackageCookiecutter

Python Package template made using cookiecutter!

How to use

Install cookiecutter

pip install cookiecutter

Generate package folder structure

First, navigate to a folder where you want your package to live.

cookiecutter https://github.com/HenriquesLab/PythonPackageCookiecutter

Cookiecutter will ask you for information regarding the package you want to create.

After this step is complete a new folder will appear in your working directory.

Install the new package

First navigate to the newly created folder:

cd MyPackageFolder
pip install -e .

You now have a minimal working example of a Python Package.


About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published