Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).
/path/to/pip install phablyticsin 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.pyfile based off ofsettings.py - Run the Phablytics CLI and see help:
/path/to/phablytics -h
- Update both
VERSIONas well as__version__inphablytics/__init__.py - Update the
CHANGELOG.mdwith the details of this release - Regenerate a new package for distribution:
make repackage - Upload to PyPI:
make upload
MIT. See LICENSE.md