Skip to main content

Find and remove the mold from your source control repositories

Project description

bleach

Remove mold from your repositories :)

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 (TODO: link) 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bleachrepo-0.0.14.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

bleachrepo-0.0.14-py3-none-any.whl (7.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page