https://github.com/hacktoolkit/phablytics
Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).
https://github.com/hacktoolkit/phablytics
code-reviews git phabricator slack-bot slack-webhook source-control
Last synced: 7 months ago
JSON representation
Analytics, metrics, and reports for Phabricator (https://phacility.com/phabricator/).
- Host: GitHub
- URL: https://github.com/hacktoolkit/phablytics
- Owner: hacktoolkit
- License: mit
- Created: 2020-01-26T04:51:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-21T09:26:28.000Z (over 2 years ago)
- Last Synced: 2025-04-06T08:11:15.139Z (about 1 year ago)
- Topics: code-reviews, git, phabricator, slack-bot, slack-webhook, source-control
- Language: Python
- Homepage: https://github.com/hacktoolkit/phablytics
- Size: 130 KB
- Stars: 5
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://pypi.org/project/phablytics/)
[](https://pypi.org/project/phablytics/)
# 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]`
1. 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()
```
1. Create a `settings.py` file based off of `settings.py`
1. Run the Phablytics CLI and see help: `/path/to/phablytics -h`
# Releasing
1. Update both `VERSION` as well as `__version__` in `phablytics/__init__.py`
1. Update the `CHANGELOG.md` with the details of this release
1. Regenerate a new package for distribution: `make repackage`
1. Upload to PyPI: `make upload`
# Authors and Maintainers
- [Hacktoolkit](https://github.com/hacktoolkit)
- [Jonathan Tsai](https://github.com/jontsai)
# License
MIT. See `LICENSE.md`