git-subrepo


Namegit-subrepo JSON
Version 0.4.6.post1 PyPI version JSON
download
home_pagehttps://github.com/flashdagger/git-subrepo-pypi
SummaryPython package for installing git subrepo extension.
upload_time2024-04-04 22:39:23
maintainerNone
docs_urlNone
authorflashdagger
requires_python>=3.6
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Git subrepo python package
Provides easy deployment for [git subrepo](https://github.com/ingydotnet/git-subrepo).
Read the [changes](https://github.com/ingydotnet/git-subrepo/blob/0.4.6/Changes) for current release.

## How to use
### Prerequisites
- git >= 2.10.0 [set in PATH variable]
- python >= 3.6


### Installation
Stable releases can be installed via [PyPI](https://pypi.python.org/pypi/git-subrepo):
```bash
$ pip install git-subrepo
# or
$ pipx install git-subrepo
```


### Usage
Run the subrepo command to see usage
```bash
subrepo <command> <argument> <options>
```

You can show help for any command
```bash
subrepo help status
```

### shell support
If you need to use subrepo as `git subrepo` command use the init scripts

#### Bash
```bash
$ source git-subrepo-init.sh
$ git subrepo version
```

#### Cmd
```bash
> git-subrepo-init.bat
> git subrepo version
```

#### PowerShell
```bash
PS> .\git-subrepo-init.ps1
PS> git subrepo version
```


## License
[MIT license](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/flashdagger/git-subrepo-pypi",
    "name": "git-subrepo",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "flashdagger",
    "author_email": "flashdagger@googlemail.com",
    "download_url": null,
    "platform": "any",
    "description": "\r\n# Git subrepo python package\r\nProvides easy deployment for [git subrepo](https://github.com/ingydotnet/git-subrepo).\r\nRead the [changes](https://github.com/ingydotnet/git-subrepo/blob/0.4.6/Changes) for current release.\r\n\r\n## How to use\r\n### Prerequisites\r\n- git >= 2.10.0 [set in PATH variable]\r\n- python >= 3.6\r\n\r\n\r\n### Installation\r\nStable releases can be installed via [PyPI](https://pypi.python.org/pypi/git-subrepo):\r\n```bash\r\n$ pip install git-subrepo\r\n# or\r\n$ pipx install git-subrepo\r\n```\r\n\r\n\r\n### Usage\r\nRun the subrepo command to see usage\r\n```bash\r\nsubrepo <command> <argument> <options>\r\n```\r\n\r\nYou can show help for any command\r\n```bash\r\nsubrepo help status\r\n```\r\n\r\n### shell support\r\nIf you need to use subrepo as `git subrepo` command use the init scripts\r\n\r\n#### Bash\r\n```bash\r\n$ source git-subrepo-init.sh\r\n$ git subrepo version\r\n```\r\n\r\n#### Cmd\r\n```bash\r\n> git-subrepo-init.bat\r\n> git subrepo version\r\n```\r\n\r\n#### PowerShell\r\n```bash\r\nPS> .\\git-subrepo-init.ps1\r\nPS> git subrepo version\r\n```\r\n\r\n\r\n## License\r\n[MIT license](LICENSE).\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python package for installing git subrepo extension.",
    "version": "0.4.6.post1",
    "project_urls": {
        "Homepage": "https://github.com/flashdagger/git-subrepo-pypi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c676e08c5849f450066a5f4e0e906257403dad7c712ad36eacf9e69f400ea57",
                "md5": "a6dc545930d6931939e2c12c89e07478",
                "sha256": "8f00fb56f7128bb9499678c9717ab54b1670ff55f5fed2deacf44fd778abc793"
            },
            "downloads": -1,
            "filename": "git_subrepo-0.4.6.post1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6dc545930d6931939e2c12c89e07478",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 86155,
            "upload_time": "2024-04-04T22:39:23",
            "upload_time_iso_8601": "2024-04-04T22:39:23.639988Z",
            "url": "https://files.pythonhosted.org/packages/8c/67/6e08c5849f450066a5f4e0e906257403dad7c712ad36eacf9e69f400ea57/git_subrepo-0.4.6.post1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-04 22:39:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "flashdagger",
    "github_project": "git-subrepo-pypi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "git-subrepo"
}
        
Elapsed time: 0.20474s