git-garden


Namegit-garden JSON
Version 1.1.7 PyPI version JSON
download
home_pageNone
SummaryA simple Python git wrapper to help manage multi-project maintenance.
upload_time2025-08-22 00:21:25
maintainerNone
docs_urlNone
authorc0ff33-dev
requires_python>=3.10
licenseNone
keywords git
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Git-Garden

![Python](https://img.shields.io/pypi/pyversions/git-garden)
[![PyPI](https://img.shields.io/pypi/v/git-garden.svg)](https://pypi.org/project/git-garden/)
[![CI](https://img.shields.io/github/actions/workflow/status/c0ff33-dev/git-garden/ci.yml?branch=main)](https://github.com/c0ff33-dev/git-garden/actions/workflows/ci.yml)
[![Docs](https://img.shields.io/readthedocs/git-garden)](https://git-garden.readthedocs.io/)
[![Coverage](https://img.shields.io/coverallsCoverage/github/c0ff33-dev/git-garden?branch=main)](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/dc/51/e557f5abfdf60d206bd236b04521c07171ae920c1b007c80c441f1be9a4c/git_garden-1.1.7.tar.gz",
    "platform": null,
    "description": "# Git-Garden\n\n![Python](https://img.shields.io/pypi/pyversions/git-garden)\n[![PyPI](https://img.shields.io/pypi/v/git-garden.svg)](https://pypi.org/project/git-garden/)\n[![CI](https://img.shields.io/github/actions/workflow/status/c0ff33-dev/git-garden/ci.yml?branch=main)](https://github.com/c0ff33-dev/git-garden/actions/workflows/ci.yml)\n[![Docs](https://img.shields.io/readthedocs/git-garden)](https://git-garden.readthedocs.io/)\n[![Coverage](https://img.shields.io/coverallsCoverage/github/c0ff33-dev/git-garden?branch=main)](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.7",
    "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": "28b4ec4d5f0710c091523f83d10b2f97661ab39d64f018041e0949820e4bf0e3",
                "md5": "dfbfcd6dd2419814e2dfcf4b8758162e",
                "sha256": "6b377ffb2ce728735ad01ba3dd92aa6444d62b854ce6a339209c6a463de0c2d4"
            },
            "downloads": -1,
            "filename": "git_garden-1.1.7-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "dfbfcd6dd2419814e2dfcf4b8758162e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 8732,
            "upload_time": "2025-08-22T00:21:24",
            "upload_time_iso_8601": "2025-08-22T00:21:24.006859Z",
            "url": "https://files.pythonhosted.org/packages/28/b4/ec4d5f0710c091523f83d10b2f97661ab39d64f018041e0949820e4bf0e3/git_garden-1.1.7-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "dc51e557f5abfdf60d206bd236b04521c07171ae920c1b007c80c441f1be9a4c",
                "md5": "f99e507d11a6831d6caba8cf9623fd12",
                "sha256": "dbf3ea9ff17fced3081dfb9cf19c71967e1cd488cdb7909ec58ba48123c7d94f"
            },
            "downloads": -1,
            "filename": "git_garden-1.1.7.tar.gz",
            "has_sig": false,
            "md5_digest": "f99e507d11a6831d6caba8cf9623fd12",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11057,
            "upload_time": "2025-08-22T00:21:25",
            "upload_time_iso_8601": "2025-08-22T00:21:25.496137Z",
            "url": "https://files.pythonhosted.org/packages/dc/51/e557f5abfdf60d206bd236b04521c07171ae920c1b007c80c441f1be9a4c/git_garden-1.1.7.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-22 00:21:25",
    "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"
}
        
Elapsed time: 2.23681s