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.1.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.1.0.tar.gz.
File metadata
- Download URL: git-cleaner-0.1.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 |
7f09160147d808a3791413b63a8db61b7f93c02bbc386ce6b1dc79eae30d9fef
|
|
| MD5 |
3c24029ed2f02486d07a2cc35d4e4c55
|
|
| BLAKE2b-256 |
30feec07b5382f8433e26124c4802fb727cfa8839f6e515359b8e097b0a7fd0d
|
File details
Details for the file git_cleaner-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: git_cleaner-0.1.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 |
6cff537ed8c37121bc0e8ef9bd5bb1d2707d866058fe5ac41048db12c9ecee8c
|
|
| MD5 |
090f8967ae50f96cc1f17b0331566f92
|
|
| BLAKE2b-256 |
a81fd1fe6c63726d291e3e3f2e47b603a8adf677785b4718eaa11916903976f2
|