Cleanup merged branches with notification to last committer.
Project description
================= Git Cleaner
Cleanup merged branches with notification to last committer.
Installation
.. code-block:: bash
# Normal install from PyPI
sudo pip3 install --upgrade git-cleaner
# From git
sudo pip3 install --upgrade --no-cache git+https://github.com/keepbot/py-git-cleaner@master
# Locally
git clone https://github.com/keepbot/py-git-cleaner.git
sudo pip3 install --upgrade --no-cache ./py-git-cleaner
Usage
.. code-block:: bash
git-cleaner COMMAND [OPTIONS]
Commands:
list-merged Print list of merged branches with dates
list-no-merged Print list of not merged branches with dates
notify-last-committer Notify developers about outdated branches
remove-outdated-branches Delete outdated branches
show-config Print config entries
Global options:
-h, --help Show this message and exit.
-v, --version Show the version and exit.
Local options:
-h, --help Show this message and exit.
--target TEXT Name of merge branch
--age INTEGER Age of nearest branch
--merged / --no-merged Merged or not merged branches
Environment
Following variables should be set:
.. code-block:: bash
GIT_PROVIDER=bitbucket.org
GIT_USER=keepbot
GIT_REPO_NAME=py-git-cleaner
EMAIL_FROM=git-cleaner@example.com
EMAIL_SMTP_SERVER=smtp.example.com
EMAIL_SMTP_PORT=587
EMAIL_USER=git-cleaner@example.com
EMAIL_PASS=git-cleaner-password
EMAIL_ERROR=git-cleaner-error@example.com
OAUTH_CLIENT_ID=bitbucket-client-id
OAUTH_CLIENT_SECRET=bitbucket-sercret-id
OAUTH_URI_ACCESS_TOKEN=https://bitbucket.org/site/oauth2/access_token
OAUTH_URI_AUTHORIZATION=https://bitbucket.org/site/oauth2/authorize
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
git-cleaner-0.2.0.tar.gz
(7.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file git-cleaner-0.2.0.tar.gz.
File metadata
- Download URL: git-cleaner-0.2.0.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f276471b6c777b2ea54a484bacf726f36db2babaf0de1e00d6d7ddb0c19f94d
|
|
| MD5 |
da26e7ddd6915b4cf75f2f2452d04282
|
|
| BLAKE2b-256 |
95d5917b3bf80d86f94b90663510d965c4bf18df59ea42fc401b54d65dbe9e1e
|
File details
Details for the file git_cleaner-0.2.0-py2.py3-none-any.whl.
File metadata
- Download URL: git_cleaner-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.19.1 setuptools/40.0.0 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.7.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97327f7100ed41d1dd07b3f713250e57cad78805d88c810d451916fb9c0dbf95
|
|
| MD5 |
3919fa4bbce5258ac47090588af02a2e
|
|
| BLAKE2b-256 |
776082348ac2220380921a8046d3773da20717c9a5cec4025e452be04e2f3ca2
|