burnham/application
dependabot[bot] cc4f613326
Bump types-setuptools from 62.6.1 to 63.2.2 in /application
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>
2022-07-29 04:05:06 +00:00
..
docs Docs: Dashes instead of underscores in parameter names (#417) 2022-06-02 22:31:20 +00:00
src/burnham Restore airflow_task_id after disable upload (#418) 2022-06-02 16:29:34 -06:00
tests Restore airflow_task_id after disable upload (#418) 2022-06-02 16:29:34 -06:00
CODE_OF_CONDUCT.md Copy CODE_OF_CONDUCT.md to application directory 2020-02-07 19:30:48 +01:00
Dockerfile Fixes #413: Update python version. (#425) 2022-07-12 13:17:14 +02:00
LICENSE Move Python package files to subdirectory 2020-02-07 19:10:42 +01:00
MANIFEST.in Move Python package files to subdirectory 2020-02-07 19:10:42 +01:00
README.md Correct development documentation 2022-03-18 11:19:38 +01:00
dev-requirements.in Add types-setuptools to dev-requirements 2021-08-16 14:39:29 +02:00
dev-requirements.txt Bump types-setuptools from 62.6.1 to 63.2.2 in /application 2022-07-29 04:05:06 +00:00
mypy.ini Fixes #413: Update python version. (#425) 2022-07-12 13:17:14 +02:00
pyproject.toml Update coverage config to fail under 95% 2020-10-23 18:53:40 +02:00
requirements.txt Bump setuptools from 63.1.0 to 63.2.0 in /application (#439) 2022-07-19 14:42:26 -05:00
setup.py Fixes #413: Update python version. (#425) 2022-07-12 13:17:14 +02:00
tox.ini Fixes #413: Update python version. (#425) 2022-07-12 13:17:14 +02:00

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. 💻