a03378e41b | ||
---|---|---|
bin | ||
moztelemetry | ||
tests | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
README.md | ||
setup.cfg | ||
setup.py |
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