create-new-project

This project was created using the new_python_project script.

Setup

  1. Activate the virtual environment:
source venv/bin/activate
  1. Install dependencies:
pip install -r requirements.txt
  1. Run the main script:
python main.py
  1. Run tests:
pytest