xgit-python


Namexgit-python JSON
Version 0.6 PyPI version JSON
download
home_pagehttps://github.com/bondbox/xgit-python
SummaryGit tool based on GitPython.
upload_time2023-12-27 17:41:01
maintainer
docs_urlNone
authorMingzhe Zou
requires_python>=3.8
licenseMIT
keywords git gitpython xgit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            xgit
====

Git tool based on GitPython.

build
-----

fast build via [xpip](https://github.com/bondbox/xpip-python):

```shell
xpip-build setup --all && ls -lh dist/*
```

or build in linux:

```shell
rm -rf "build" "dist" "*.egg-info"
python setup.py check sdist bdist_wheel --universal
```



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/bondbox/xgit-python",
    "name": "xgit-python",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "git,GitPython,xgit",
    "author": "Mingzhe Zou",
    "author_email": "zoumingzhe@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/05/df/4a5c4120bf4327caca5358b34f4c1ab823849bb716e1ed098977d7b1ee31/xgit-python-0.6.tar.gz",
    "platform": "any",
    "description": "xgit\n====\n\nGit tool based on GitPython.\n\nbuild\n-----\n\nfast build via [xpip](https://github.com/bondbox/xpip-python):\n\n```shell\nxpip-build setup --all && ls -lh dist/*\n```\n\nor build in linux:\n\n```shell\nrm -rf \"build\" \"dist\" \"*.egg-info\"\npython setup.py check sdist bdist_wheel --universal\n```\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Git tool based on GitPython.",
    "version": "0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/bondbox/xgit-python/issues",
        "Documentation": "https://github.com/bondbox/xgit-python",
        "Homepage": "https://github.com/bondbox/xgit-python",
        "Source Code": "https://github.com/bondbox/xgit-python"
    },
    "split_keywords": [
        "git",
        "gitpython",
        "xgit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "66276afde73bb8e56fa350e3d25350f9f3ffacf0955796935e2b258edb673d04",
                "md5": "4d540e19077574c4d4520a3af97f1700",
                "sha256": "d127f68a7cf6aa7c97c8314da91b13e218935fb2e71a28779bcfd8dffc6165e7"
            },
            "downloads": -1,
            "filename": "xgit_python-0.6-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4d540e19077574c4d4520a3af97f1700",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": ">=3.8",
            "size": 10957,
            "upload_time": "2023-12-27T17:40:59",
            "upload_time_iso_8601": "2023-12-27T17:40:59.218851Z",
            "url": "https://files.pythonhosted.org/packages/66/27/6afde73bb8e56fa350e3d25350f9f3ffacf0955796935e2b258edb673d04/xgit_python-0.6-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "05df4a5c4120bf4327caca5358b34f4c1ab823849bb716e1ed098977d7b1ee31",
                "md5": "58b1c6f05d1362a5e553c359210b48e4",
                "sha256": "301df1064ae8be3b9184d4f7b64f46163afa0efc0cc7ab5c98d576ebf66d4201"
            },
            "downloads": -1,
            "filename": "xgit-python-0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "58b1c6f05d1362a5e553c359210b48e4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 8332,
            "upload_time": "2023-12-27T17:41:01",
            "upload_time_iso_8601": "2023-12-27T17:41:01.425801Z",
            "url": "https://files.pythonhosted.org/packages/05/df/4a5c4120bf4327caca5358b34f4c1ab823849bb716e1ed098977d7b1ee31/xgit-python-0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-27 17:41:01",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bondbox",
    "github_project": "xgit-python",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "xgit-python"
}
        
Elapsed time: 0.16224s