Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 320 Bytes

File metadata and controls

20 lines (14 loc) · 320 Bytes

Contributing

How to Contribute

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Add tests
  5. Submit a pull request

Code Standards

  • Follow PEP 8
  • Add type hints
  • Write comprehensive docstrings
  • Include tests for new features

Testing

Run tests with: python -m pytest tests/