Using package templates
Using project templates, like cookiecutter
, makes it much faster and easier to begin writing a package. These templates create all of the basic files and structure your package needs.
In this exercise, you will use cookiecutter
to create a new package as if you were restarting impyrial
from scratch.
This exercise is part of the course
Developing Python Packages
Exercise instructions
- Use
cookiecutter
to create a blank Python package to restartimpyrial
. Use the template athttps://github.com/audreyfeldroy/cookiecutter-pypackage.git
. - Set the
project_name
andproject_slug
toimpyrial
. - Fill in the other options however you'd like.
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
