Development
This guide will help you set up a development environment for the library project.
You can find the source code for the library in the GitHub repository.
Build docker image
docker build -t flask-inputfilter .
Run docker container in interactive mode
docker compose up -d
docker exec -it flask-inputfilter /bin/bash
Run tests
docker exec -it flask-inputfilter pytest
Run linting
docker exec -it flask-inputfilter lint