Find and remove the mold from your source control repositories
Project description
bleach
Remove mold from your repositories :)
Bleach is a project dedicated to helping software development teams keep track of their repositories and make sure no pull request is left unattended. Bleach may query GitHub and BitBucket repositories, and write alerts on pull requests open for too long to Slack.
Installing
For unpriviliged users:
pip install --user bleachrepo
Or for priviliged users / with sudo:
pip install bleachrepo
Running
For public repositories:
python -m bleach <org> <repo>
For example:
python -m bleach shesekino bleach
For private repositories:
Obtain a GitHub access token with repo
permissions, then set it as an environment variable:
export BLEACH_GITHUB_ACCESS_TOKEN=<access token>
and run normally.
Writing to Slack
Set an access token to slack:
export BLEACH_SLACK_ACCESS_TOKEN=<access token>
and the channel you wish to write to:
export BLEACH_SLACK_CHANNEL=<channel>
then run:
python -m bleach --outputMethod slack <org> <repo>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for bleachrepo-0.0.16-py2-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f16d18ed5e0d6241b118ae10b2a7595107ed8cebdd329ebe82d4f2b1b6b72737 |
|
MD5 | 0c989c7976f5fb0fb41fab496e72f3d8 |
|
BLAKE2b-256 | 9ed643b2d91045960e6863d0e7b322d66f1bc0fe3f4cf777bab99cd737a7fda9 |