Contributing¶
Development Setup¶
Getting Started¶
- Fork and clone the repository
- Install Hatch
Via pip:
Or directly.
- Create a development environment
- Run tests
# Run all tests
hatch run test:pytest tests/
# Run specific test file
hatch run test:pytest tests/test_codec.py
# Run with coverage
hatch run test:pytest tests/ --cov=src/anscombe_transform
Testing¶
The project uses pytest for testing. Tests are organized in the tests/ directory.
Building Documentation¶
Local Documentation Server¶
Building Documentation¶
Getting Help¶
- Questions? Open a GitHub Discussion
- Bug reports? Open an Issue
License¶
By contributing, you agree that your contributions will be licensed under the MIT License.