Contributing

Contributions are welcome! Here’s how to get started:

  1. Fork the repository

  2. Create a feature branch (git checkout -b feature/my-feature)

  3. Add tests for your changes

  4. Run the test suite:

    pytest
    
  5. Submit a pull request

Development Setup

git clone https://github.com/lucas-ebi/sloth.git
cd sloth
pip install -e ".[dev]"

Code Style

This project uses black for formatting and flake8 for linting:

black sloth/ tests/
flake8 sloth/ tests/