Library to access and aggregate several Mozilla data sources.
Перейти к файлу
mlbonhomme 6b475d297b
Allow setting config options directly (#253)
2024-10-24 12:20:58 -04:00
.github
libmozdata
tests
.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.taskcluster.yml
CODE_OF_CONDUCT.md
LICENSE
MANIFEST.in
README.md
VERSION
mozdata.ini-TEMPLATE
requirements.txt
setup.cfg
setup.py
test-requirements.txt

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