git-ws-repo


Namegit-ws-repo JSON
Version 0.2.0 PyPI version JSON
download
home_page
SummaryGoogle's git-repo replacement powered by git-ws
upload_time2023-11-25 12:14:45
maintainer
docs_urlNone
authorc0fec0de
requires_python>=3.8.2,<4.0.0
licenseLGPL-3.0-or-later
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <a href="https://github.com/astral-sh/ruff" target="_blank">
        <img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json" alt="Ruff">
    </a>
    <a href="https://badge.fury.io/py/git-ws-repo" target="_blank">
        <img src="https://badge.fury.io/py/git-ws-repo.svg" alt="PyPI Version">
    </a>
    <a href="https://github.com/c0fec0de/git-ws-repo/actions/workflows/main.yml" target="_blank">
        <img src="https://github.com/c0fec0de/git-ws-repo/actions/workflows/main.yml/badge.svg" alt="Python Build">
    </a>
    <a href="https://coveralls.io/github/c0fec0de/git-ws-repo?branch=main" target="_blank">
        <img src="https://coveralls.io/repos/github/c0fec0de/git-ws-repo/badge.svg?branch=main" alt="Coverage Status">
    </a>
    <a href="https://git-ws-repo.readthedocs.io/en/stable" target="_blank">
        <img src="https://readthedocs.org/projects/git-ws-repo/badge/?version=stable" alt="Documentation Build">
    </a>
    <a href="https://pypi.python.org/pypi/git-ws-repo" target="_blank">
        <img src="https://img.shields.io/pypi/pyversions/git-ws-repo.svg" alt="python-versions">
    </a>
</p>

<p align="center">
    <a href="https://git-ws-repo.readthedocs.io/en/stable/" target="_blank">Documentation</a>
    -
    <a href="https://pypi.org/project/git-ws-repo/" target="_blank">PyPI</a>
    -
    <a href="https://github.com/c0fec0de/git-ws-repo" target="_blank">Sources</a>
    -
    <a href="https://github.com/c0fec0de/git-ws-repo/issues" target="_blank">Issues</a>
</p>

# Google's git-repo replacement powered by git-ws-repo

TODO


## 📦 Installation

Git Workspace Repo is written in Python.

### Recommended

Please install python and then try:

```bash
curl -L https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o pipx.pyz && python3 pipx.pyz install git-ws-repo
```

Maybe you need run:

```bash
python3 pipx.pyz ensurepath
```

### via `pipx`

If you already installed `pipx` (https://pypa.github.io/pipx/installation/) just run:

```bash
pipx install git-ws-repo
```

Maybe you need run:

```bash
pipx ensurepath
```

### via `pip`

```bash
pip install git-ws-repo
```

For testing you can try:

```bash
repo --version
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "git-ws-repo",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8.2,<4.0.0",
    "maintainer_email": "",
    "keywords": "",
    "author": "c0fec0de",
    "author_email": "c0fec0de@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/72/e2/8a6ab6a029bc6e6525b328cea2365d51f8f37805003d3c304f3a4ff5ec70/git_ws_repo-0.2.0.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <a href=\"https://github.com/astral-sh/ruff\" target=\"_blank\">\n        <img src=\"https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\" alt=\"Ruff\">\n    </a>\n    <a href=\"https://badge.fury.io/py/git-ws-repo\" target=\"_blank\">\n        <img src=\"https://badge.fury.io/py/git-ws-repo.svg\" alt=\"PyPI Version\">\n    </a>\n    <a href=\"https://github.com/c0fec0de/git-ws-repo/actions/workflows/main.yml\" target=\"_blank\">\n        <img src=\"https://github.com/c0fec0de/git-ws-repo/actions/workflows/main.yml/badge.svg\" alt=\"Python Build\">\n    </a>\n    <a href=\"https://coveralls.io/github/c0fec0de/git-ws-repo?branch=main\" target=\"_blank\">\n        <img src=\"https://coveralls.io/repos/github/c0fec0de/git-ws-repo/badge.svg?branch=main\" alt=\"Coverage Status\">\n    </a>\n    <a href=\"https://git-ws-repo.readthedocs.io/en/stable\" target=\"_blank\">\n        <img src=\"https://readthedocs.org/projects/git-ws-repo/badge/?version=stable\" alt=\"Documentation Build\">\n    </a>\n    <a href=\"https://pypi.python.org/pypi/git-ws-repo\" target=\"_blank\">\n        <img src=\"https://img.shields.io/pypi/pyversions/git-ws-repo.svg\" alt=\"python-versions\">\n    </a>\n</p>\n\n<p align=\"center\">\n    <a href=\"https://git-ws-repo.readthedocs.io/en/stable/\" target=\"_blank\">Documentation</a>\n    -\n    <a href=\"https://pypi.org/project/git-ws-repo/\" target=\"_blank\">PyPI</a>\n    -\n    <a href=\"https://github.com/c0fec0de/git-ws-repo\" target=\"_blank\">Sources</a>\n    -\n    <a href=\"https://github.com/c0fec0de/git-ws-repo/issues\" target=\"_blank\">Issues</a>\n</p>\n\n# Google's git-repo replacement powered by git-ws-repo\n\nTODO\n\n\n## \ud83d\udce6 Installation\n\nGit Workspace Repo is written in Python.\n\n### Recommended\n\nPlease install python and then try:\n\n```bash\ncurl -L https://github.com/pypa/pipx/releases/latest/download/pipx.pyz -o pipx.pyz && python3 pipx.pyz install git-ws-repo\n```\n\nMaybe you need run:\n\n```bash\npython3 pipx.pyz ensurepath\n```\n\n### via `pipx`\n\nIf you already installed `pipx` (https://pypa.github.io/pipx/installation/) just run:\n\n```bash\npipx install git-ws-repo\n```\n\nMaybe you need run:\n\n```bash\npipx ensurepath\n```\n\n### via `pip`\n\n```bash\npip install git-ws-repo\n```\n\nFor testing you can try:\n\n```bash\nrepo --version\n```\n",
    "bugtrack_url": null,
    "license": "LGPL-3.0-or-later",
    "summary": "Google's git-repo replacement powered by git-ws",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ea746760ab68c30394662049267fa19429b8cab9c7ba204c12c3b7a1173cd5f",
                "md5": "f9408b073de94ea5ba4feb53050eebb9",
                "sha256": "a062ef0591c055c2b7b8fdeee6677b9680d36bfea802173da6b248dd5775590a"
            },
            "downloads": -1,
            "filename": "git_ws_repo-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9408b073de94ea5ba4feb53050eebb9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8.2,<4.0.0",
            "size": 24313,
            "upload_time": "2023-11-25T12:14:44",
            "upload_time_iso_8601": "2023-11-25T12:14:44.103778Z",
            "url": "https://files.pythonhosted.org/packages/5e/a7/46760ab68c30394662049267fa19429b8cab9c7ba204c12c3b7a1173cd5f/git_ws_repo-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "72e28a6ab6a029bc6e6525b328cea2365d51f8f37805003d3c304f3a4ff5ec70",
                "md5": "0c5bfbd102aacfba19cdfe2a02c5ecd0",
                "sha256": "8449b2fd0c9a454c7f1df30829d7a0bcc708e004a2c7bb28ab8babe68fcf1236"
            },
            "downloads": -1,
            "filename": "git_ws_repo-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0c5bfbd102aacfba19cdfe2a02c5ecd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8.2,<4.0.0",
            "size": 7131,
            "upload_time": "2023-11-25T12:14:45",
            "upload_time_iso_8601": "2023-11-25T12:14:45.653989Z",
            "url": "https://files.pythonhosted.org/packages/72/e2/8a6ab6a029bc6e6525b328cea2365d51f8f37805003d3c304f3a4ff5ec70/git_ws_repo-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-25 12:14:45",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "git-ws-repo"
}
        
Elapsed time: 0.13740s