зеркало из https://github.com/mozilla/libmozdata.git
894bb7e46c | ||
---|---|---|
libmozdata | ||
tests | ||
.coveragerc | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
MANIFEST.in | ||
README.md | ||
VERSION | ||
config.ini-TEMPLATE | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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.
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 config.ini-TEMPLATE into config.ini and fill the token entries.
Bugs
https://github.com/mozilla/libmozdata/issues/new
Contact
Email: release-mgmt@mozilla.com