Skip to content

Development Guide

This guide provides instructions for setting up a development environment and contributing to the project.

Setting Up

  • Clone the repository.
  • Install dependencies using pip install -e .

Running Tests

  • Use tox to run tests across different environments.

Code Standards

  • Follow PEP 8 guidelines.
  • Ensure all code is covered by unit tests.

Thank you for contributing to this project!