Library to access and aggregate several Mozilla data sources.
Перейти к файлу
Bastien Abadie 894bb7e46c Support Pypi. 2016-08-29 19:08:13 +02:00
libmozdata Fix flake8 issues 2016-08-29 17:43:34 +02:00
tests Issue #8: move all the dates to UTC 2016-08-29 17:40:06 +02:00
.coveragerc Enable measuring branch coverage 2016-05-13 17:08:46 +01:00
.gitignore Support Pypi. 2016-08-29 19:08:13 +02:00
.travis.yml Rename 'clouseau' directory to 'libmozdata' 2016-08-29 15:14:08 +02:00
LICENSE Add LICENSE file 2016-04-26 10:57:19 +01:00
MANIFEST.in Support Pypi. 2016-08-29 19:08:13 +02:00
README.md fix typo 2016-08-29 17:44:32 +02:00
VERSION Support Pypi. 2016-08-29 19:08:13 +02:00
config.ini-TEMPLATE Add sections in config.ini for dataanalysis 2016-08-28 18:55:22 +02:00
requirements.txt Add security package extras for requests as a dependency 2016-08-29 02:36:20 +02:00
setup.cfg Support Pypi. 2016-08-29 19:08:13 +02:00
setup.py Support Pypi. 2016-08-29 19:08:13 +02:00
test-requirements.txt Support responses & automatically create local pickle+gzip mockups to speed up unit tests. 2016-06-27 14:50:10 +02:00
tox.ini Add tox.ini configuration file and ignore line length issues with flake8 2016-04-26 10:34:57 +01: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 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