minivc


Nameminivc JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryA minimal, Git-like version control tool (CLI, stdlib only).
upload_time2025-09-13 06:17:22
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords git version-control vcs cli learning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # minivc

Minimal Git-like VCS for learning & demos.

## Install
```bash
pipx install minivc
minivc -h

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "minivc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "git, version-control, vcs, cli, learning",
    "author": null,
    "author_email": "Bhanuja Karumuru <bhanukarumuru@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/8a/99/4ce5ccc8b71eb817846364ca8a71ee6340a600ecf6066f820c6e027891c9/minivc-0.2.0.tar.gz",
    "platform": null,
    "description": "# minivc\n\nMinimal Git-like VCS for learning & demos.\n\n## Install\n```bash\npipx install minivc\nminivc -h\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A minimal, Git-like version control tool (CLI, stdlib only).",
    "version": "0.2.0",
    "project_urls": null,
    "split_keywords": [
        "git",
        " version-control",
        " vcs",
        " cli",
        " learning"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "797ddb65506fed612e71a031e96c557e3d40e08221672a74853cc0f8fbf9abb2",
                "md5": "d8bdf0f003cf2cb403e0b33b1e4e2c13",
                "sha256": "cc46546e3c4ac720871ea2d010229ac209e9de10126ac205840077a185778844"
            },
            "downloads": -1,
            "filename": "minivc-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d8bdf0f003cf2cb403e0b33b1e4e2c13",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 11479,
            "upload_time": "2025-09-13T06:17:21",
            "upload_time_iso_8601": "2025-09-13T06:17:21.717394Z",
            "url": "https://files.pythonhosted.org/packages/79/7d/db65506fed612e71a031e96c557e3d40e08221672a74853cc0f8fbf9abb2/minivc-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8a994ce5ccc8b71eb817846364ca8a71ee6340a600ecf6066f820c6e027891c9",
                "md5": "db49f0f4118d6fa82ce4228f58d4e190",
                "sha256": "186501595304efcb42375130d1436f4dc9a3ab81d17a459672024153e2e733c9"
            },
            "downloads": -1,
            "filename": "minivc-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "db49f0f4118d6fa82ce4228f58d4e190",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 11178,
            "upload_time": "2025-09-13T06:17:22",
            "upload_time_iso_8601": "2025-09-13T06:17:22.818899Z",
            "url": "https://files.pythonhosted.org/packages/8a/99/4ce5ccc8b71eb817846364ca8a71ee6340a600ecf6066f820c6e027891c9/minivc-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-13 06:17:22",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "minivc"
}
        
Elapsed time: 1.44925s