Spark bindings for Mozilla Telemetry
Перейти к файлу
Frank Bertsch 2c07e4c109 Make dataset docs actually run 2016-11-18 17:53:19 +01:00
bin Bug 1257551 - Add script to update histogram_tools 2016-04-26 10:46:50 +01:00
docs fix underline length in get_pings docs 2016-08-12 11:11:09 +01:00
moztelemetry Make dataset docs actually run 2016-11-18 17:53:19 +01:00
tests Bug 1317784 - Dataset.where should accept multiple parameters 2016-11-16 16:56:19 +01:00
.gitignore Bug 1289854 - Configure sphinx docs generation 2016-07-27 19:48:05 +01:00
.travis.yml Bug 1294663 - list conda packages in a separate file 2016-08-16 13:32:15 +01:00
LICENSE add license and how to install 2016-06-03 16:21:06 -07:00
README.md Add coveralls status image to README.md 2016-07-19 18:33:36 +01:00
environment.yml Bug 1294663 - list conda packages in a separate file 2016-08-16 13:32:15 +01:00
readthedocs.yml Bug 1294663 - add readthedocs config file 2016-08-16 13:33:15 +01:00
setup.cfg Add --runslow parameter to the test runner 2016-08-02 16:40:48 +01:00
setup.py Bump up package version 2016-11-16 16:56:19 +01:00

README.md

python_moztelemetry Build Status Coverage Status

Spark bindings for Mozilla Telemetry

Installing from pypi

  • To install this package from pypi run:
pip install python_moztelemetry

Updating the package on PyPI

  • Create / update your ~/.pypirc
[distutils]
index-servers=pypi
[pypi]
repository = https://pypi.python.org/pypi
[pypi]
username:example_user
password:example_pass
  • Fetch the latest code with git pull
  • Update PyPI with python setup.py sdist upload

Updating histogram_tools.py

moztelemetry/histogram_tools.py is a mirror of its counterpart from mozilla-central. To update it to the latest version you can run

bin/update_histogram_tools