Library to access and aggregate several Mozilla data sources.
Перейти к файлу
Marco Castelluccio d30738ddb4 Version 0.2.7 2024-08-19 15:44:31 +02:00
.github Add new linters, update some already used ones and fix some new found issues 2021-09-14 14:47:50 +02:00
libmozdata Add `autoland` channel to `get_landing_patterns` (#247) 2024-08-19 15:43:07 +02:00
tests Add `autoland` channel to `get_landing_patterns` (#247) 2024-08-19 15:43:07 +02:00
.coveragerc Enable measuring branch coverage 2016-05-13 17:08:46 +01:00
.flake8 Update pre-commit repositories 2024-01-17 11:09:09 +01:00
.gitignore Rename config.ini-TEMPLATE to mozdata.ini-TEMPLATE 2016-08-31 19:15:35 +02:00
.isort.cfg Update pre-commit repositories 2024-01-17 11:09:09 +01:00
.pre-commit-config.yaml Update pre-commit repositories 2024-01-17 11:09:09 +01:00
.taskcluster.yml Restrict the events that will trigger Taskcluster (#229) 2023-05-15 16:16:41 +02:00
CODE_OF_CONDUCT.md Add new linters, update some already used ones and fix some new found issues 2021-09-14 14:47:50 +02:00
LICENSE Add LICENSE file 2016-04-26 10:57:19 +01:00
MANIFEST.in Remove useless stuff for libmozdata 2017-09-28 15:11:43 +02:00
README.md Add new linters, update some already used ones and fix some new found issues 2021-09-14 14:47:50 +02:00
VERSION Version 0.2.7 2024-08-19 15:44:31 +02:00
mozdata.ini-TEMPLATE Point to clouseau.moz.tools instead of Heroku (#234) 2023-06-19 11:21:54 -04:00
requirements.txt Add new linters, update some already used ones and fix some new found issues 2021-09-14 14:47:50 +02:00
setup.cfg Support Pypi. 2016-08-29 19:08:13 +02:00
setup.py Use black and pre-commit (#163) 2019-06-11 21:53:41 +02:00
test-requirements.txt Add new linters, update some already used ones and fix some new found issues 2021-09-14 14:47:50 +02:00

README.md

libmozdata

Library to access and aggregate several Mozilla data sources

The goal is to provide a library giving access to a wide range of Mozilla data sources. This library also provides some post processing on data.

Build Status codecov.io

Setup

Install the prerequisites via pip:

sudo pip install -r requirements.txt

Running tests

Install test prerequisites via pip:

sudo pip install -r test-requirements.txt

Run tests:

coverage run --source=libmozdata -m unittest discover tests/

Credentials

Copy the file mozdata.ini-TEMPLATE into mozdata.ini and fill the token entries.

Bugs

https://github.com/mozilla/libmozdata/issues/new

Contact

Email: calixte@mozilla.com or marco@mozilla.com