Name | git-garden JSON |
Version |
1.1.1
JSON |
| download |
home_page | None |
Summary | A simple Python git wrapper to help manage multi-project maintenance. |
upload_time | 2025-03-09 13:52:51 |
maintainer | None |
docs_url | None |
author | c0ff33-dev |
requires_python | >=3.10 |
license | None |
keywords |
git
|
VCS |
 |
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Git-Garden

[](https://pypi.org/project/git-garden/)
[](https://github.com/c0ff33-dev/git-garden/actions/workflows/ci.yml)
[](https://git-garden.readthedocs.io/latest/)
[](https://coveralls.io/github/c0ff33-dev/git-garden?branch=main)
A simple Python git wrapper to help manage multi-project maintenance with automated fetching, pruning, fast-forwarding, deleting orphans and more!
## Installation
```
pip install git-garden
```
## Common Use Cases
```
# run with defaults: fetch & prune, report on local branches status only
# --dir is the root of the directories being walked for git repos
# if --dir is not passed it will default to the current working directory
git-garden --dir D:\dev
# attempt to fast-forward main/master (or --root) if behind
git-garden --ff
# include or exclude directories matching a sub-string
# i.e. for D:\dev\MyProject & D:\dev\MyOtherProject
git-garden --include MyProject --include MyOtherProject
git-garden --exclude MyProject --exclude MyOtherProject
# attempt to delete orphaned local branches
# (branches with remote tracking where remote no longer exists)
git-garden --delete
# see usage/syntax help
git-garden --help
```
Raw data
{
"_id": null,
"home_page": null,
"name": "git-garden",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": null,
"keywords": "git",
"author": "c0ff33-dev",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/5b/9f/de7087459b0b2f150d520b8c8b953a0896b246b16d6c430682a110f322cc/git_garden-1.1.1.tar.gz",
"platform": null,
"description": "# Git-Garden\n\n\n[](https://pypi.org/project/git-garden/)\n[](https://github.com/c0ff33-dev/git-garden/actions/workflows/ci.yml)\n[](https://git-garden.readthedocs.io/latest/)\n[](https://coveralls.io/github/c0ff33-dev/git-garden?branch=main)\n\nA simple Python git wrapper to help manage multi-project maintenance with automated fetching, pruning, fast-forwarding, deleting orphans and more!\n\n## Installation\n\n```\npip install git-garden\n```\n\n## Common Use Cases\n\n```\n# run with defaults: fetch & prune, report on local branches status only\n# --dir is the root of the directories being walked for git repos\n# if --dir is not passed it will default to the current working directory\ngit-garden --dir D:\\dev\n\n# attempt to fast-forward main/master (or --root) if behind\ngit-garden --ff\n\n# include or exclude directories matching a sub-string\n# i.e. for D:\\dev\\MyProject & D:\\dev\\MyOtherProject\ngit-garden --include MyProject --include MyOtherProject\ngit-garden --exclude MyProject --exclude MyOtherProject\n\n# attempt to delete orphaned local branches\n# (branches with remote tracking where remote no longer exists)\ngit-garden --delete\n\n# see usage/syntax help\ngit-garden --help\n```",
"bugtrack_url": null,
"license": null,
"summary": "A simple Python git wrapper to help manage multi-project maintenance.",
"version": "1.1.1",
"project_urls": {
"Documentation": "https://git-garden.readthedocs.io/latest/",
"Homepage": "https://github.com/c0ff33-dev/git-garden",
"Repository": "https://github.com/c0ff33-dev/git-garden.git"
},
"split_keywords": [
"git"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "0427afdcde84b4e5a75cf758f9734a10941a6bab651425279c21da73abb7c7ae",
"md5": "89246a447fe7fb59dcc13e4c2eb162bf",
"sha256": "d50941c7337dd57394196dbbceea69e4ce9066f2e13f51b1f380a709586ae511"
},
"downloads": -1,
"filename": "git_garden-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "89246a447fe7fb59dcc13e4c2eb162bf",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 8795,
"upload_time": "2025-03-09T13:52:49",
"upload_time_iso_8601": "2025-03-09T13:52:49.642692Z",
"url": "https://files.pythonhosted.org/packages/04/27/afdcde84b4e5a75cf758f9734a10941a6bab651425279c21da73abb7c7ae/git_garden-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5b9fde7087459b0b2f150d520b8c8b953a0896b246b16d6c430682a110f322cc",
"md5": "323132581708ada867b092320d84bc37",
"sha256": "554e0901291a3b970ab00c1b14f4ef37fbab097669c8434428882a44d1d15600"
},
"downloads": -1,
"filename": "git_garden-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "323132581708ada867b092320d84bc37",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 10871,
"upload_time": "2025-03-09T13:52:51",
"upload_time_iso_8601": "2025-03-09T13:52:51.065474Z",
"url": "https://files.pythonhosted.org/packages/5b/9f/de7087459b0b2f150d520b8c8b953a0896b246b16d6c430682a110f322cc/git_garden-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-03-09 13:52:51",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "c0ff33-dev",
"github_project": "git-garden",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "git-garden"
}