{{long_description}}
pip install {{pypi_package_name}}
pip install git+https://github.com/{{github_username}}/{{repo_name}}.git
import {{package_name}}
# Example usage
# TODO: Add your usage examples here
# Clone the repository
git clone https://github.com/{{github_username}}/{{repo_name}}.git
cd {{repo_name}}
# Install in development mode with all dependencies
make dev-setup
# Run all tests
make test
# Run tests with coverage
make test-cov
# Run fast tests (stop on first failure)
make test-fast
# Format code
make format
# Lint code
make lint
# Type check
make type-check
# Run all checks
make check-all
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Run the test suite (
make test
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
{{license_name}}. See LICENSE for details.
If you use this software in your research, please cite it using the information in CITATION.cff.