Contributions are welcome. No contributor license agreement is required.
- Fork the repo and clone your fork locally.
- Create a branch, make your changes, and add or update tests as needed.
- Run the test suite (see README.md).
- Keep commit messages clear and descriptive.
- Open a pull request.
- Python: 3.7+
- Install:
pip install -e .andpip install -r dev-requirements.txtfor tests. - Tests:
pytest tests/from the project root. - Style:
flake8 googleapiclient/ tests/; fix withautopep8 --in-place --recursive googleapiclient/ tests/if desired.
This project focuses on the Appning API and Android Publisher with JWT Bearer authentication. Keep changes aligned with that scope.