Skip to content

Development environment

All development for this library happens in the jinjarope repo on GitHub. First, you'll need to download the source code and install an editable version of the Python package:

# Clone the repository
git clone https://github.com/phil65/jinjarope.git
cd jinjarope

Build system

Hatch is used as the build system.

pip install hatch

More information