Meraki welcomes constructive pull requests that maintain backwards compatibility with prior versions.
# Clone and install dev dependencies
git clone https://github.com/meraki/dashboard-api-python.git
cd dashboard-api-python
uv sync- Create a feature branch from
main - Make your changes
- Run tests:
uv run pytest tests/unit - Run linting:
uv run ruff check . && uv run ruff format --check . - Open a pull request against
main
- Line length: 127 characters
- Formatter: ruff format
- Linter: ruff + flake8
- Test coverage floor: 90% (core, non-generated code)
- Python versions: 3.11+
- Bug fixes with regression tests
- Documentation improvements
- Test coverage improvements for non-generated code
- Performance improvements with benchmarks
- Generated API scope files (
meraki/api/,meraki/aio/api/) are auto-generated from the OpenAPI spec. Changes here will be overwritten. Fix the generator instead. - Do not vendor or bundle dependencies.
uv sync --group generator
uv run python generator/generate_library.py- GitHub Issues: bug reports and feature requests
- Meraki Community: general discussion
- api-feedback@meraki.net: direct contact