Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).


Keywords
phabricator, slack, slack-bot, git, source-control, code-reviews, slack-webhook
License
MIT
Install
pip install phablytics==3.5.0

Documentation

phablytics

Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).

Get Started

  1. /path/to/pip install phablytics in your local project.
    1. Or, if installing the web server: /path/to/pip install phablytics[web]
  2. 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()
    
  3. Create a settings.py file based off of settings.py
  4. Run the Phablytics CLI and see help: /path/to/phablytics -h

Releasing

  1. Update both VERSION as well as __version__ in phablytics/__init__.py
  2. Update the CHANGELOG.md with the details of this release
  3. Regenerate a new package for distribution: make repackage
  4. Upload to PyPI: make upload

Authors and Maintainers

License

MIT. See LICENSE.md