cc4f613326
Bumps [types-setuptools](https://github.com/python/typeshed) from 62.6.1 to 63.2.2. - [Release notes](https://github.com/python/typeshed/releases) - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-setuptools dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
docs | ||
src/burnham | ||
tests | ||
CODE_OF_CONDUCT.md | ||
Dockerfile | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
dev-requirements.in | ||
dev-requirements.txt | ||
mypy.ini | ||
pyproject.toml | ||
requirements.txt | ||
setup.py | ||
tox.ini |
README.md
burnham
Application for end-to-end testing Mozilla's Glean telemetry. 👩🚀
Development status
We successfully completed the proof of concept and are now running burnham in production. 🚀
Community
Please check out the good first issue label for tasks, that are good candidates for your first contribution to burnham. Your contributions are greatly appreciated! Every little bit helps, and credit will always be given! 👍
Please note that burnham is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
License
Distributed under the terms of the Mozilla Public License 2.0, burnham is free and open source software.
Installation
burnham is available for download from PyPI via pip:
pip install burnham
Versions follow Calendar Versioning using a YY.MINOR.MICRO
scheme. 🗓
🚧 Note that we currently don't automatically upload new releases to PyPI (see GitHub issue #57).
Usage
Please see docs/usage.md for information about how to use the burnham application. 🚀
Glean metrics and pings
Please see docs/glean.md for information about Glean metrics and pings in burnham. 📊
Development
Please see docs/development.md for information about running burnham locally and using custom Glean SDK distributions. 💻