Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).
/path/to/pip install phablytics
in your local project.- Or, if installing the web server:
/path/to/pip install phablytics[web]
- Or, if installing the web server:
- On your first install on a new machine, you'll want to update interfaces:
from phabricator import Phabricator phab = Phabricator() phab.update_interfaces() phab.user.whoami()
- Create a
settings.py
file based off ofsettings.py
- Run the Phablytics CLI and see help:
/path/to/phablytics -h
- Update both
VERSION
as well as__version__
inphablytics/__init__.py
- Update the
CHANGELOG.md
with the details of this release - Regenerate a new package for distribution:
make repackage
- Upload to PyPI:
make upload
MIT. See LICENSE.md