Spark bindings for Mozilla Telemetry
Перейти к файлу
Andy McKay a03378e41b add license and how to install 2016-06-03 16:21:06 -07:00
bin Bug 1257551 - Add script to update histogram_tools 2016-04-26 10:46:50 +01:00
moztelemetry Update histogram_tools. 2016-05-12 13:14:08 +00:00
tests Rebased on the latest master. 2016-04-26 15:21:33 +02:00
.gitignore Add a .gitignore to ignore common stuff. 2015-09-09 14:05:59 -03:00
.travis.yml Bug 1175115 - Add Travis CI configuration file. 2016-04-26 10:46:50 +01:00
LICENSE add license and how to install 2016-06-03 16:21:06 -07:00
README.md add license and how to install 2016-06-03 16:21:06 -07:00
setup.cfg Bug 1175115 - Set up pytest test runner 2016-04-26 10:46:50 +01:00
setup.py Update histogram_tools. 2016-05-12 13:14:08 +00:00

README.md

python_moztelemetry

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