comeit


Namecomeit JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/mariugul/comeit
SummaryA pure Python project enforcing conventional commits.
upload_time2024-09-20 23:12:13
maintainerNone
docs_urlNone
authorMarius Gulbrandsen
requires_python<4.0,>=3.10
licenseMIT
keywords conventional commits git python commits commit
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Comeit - Git Commit Linter
Lints `git` commits in a Conventional Commits manner in pure Python.

## Install from [comeit - PyPi](https://pypi.org/project/comeit/)
```sh
pip install comeit
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mariugul/comeit",
    "name": "comeit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": "conventional commits, git, python, commits, commit",
    "author": "Marius Gulbrandsen",
    "author_email": "marius_gulbrandsen@hotmail.no",
    "download_url": "https://files.pythonhosted.org/packages/9d/57/59467d029a01be09773454c37f4787c3cf792fbb44284faca0b1892a9685/comeit-0.5.1.tar.gz",
    "platform": null,
    "description": "# Comeit - Git Commit Linter\nLints `git` commits in a Conventional Commits manner in pure Python.\n\n## Install from [comeit - PyPi](https://pypi.org/project/comeit/)\n```sh\npip install comeit\n```\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A pure Python project enforcing conventional commits.",
    "version": "0.5.1",
    "project_urls": {
        "Documentation": "https://example.com",
        "Homepage": "https://github.com/mariugul/comeit",
        "Repository": "https://github.com/mariugul/comeit"
    },
    "split_keywords": [
        "conventional commits",
        " git",
        " python",
        " commits",
        " commit"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f316a9184f5a07a633d548c4dcfa741609dc54afd8bbd369db5e07a8cacf1bc4",
                "md5": "464895f8e88ce6e0741fd8e776380059",
                "sha256": "fcb9d09f25a50c279b923b91995b68471d412b48102c87c593dab08c90774936"
            },
            "downloads": -1,
            "filename": "comeit-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "464895f8e88ce6e0741fd8e776380059",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 18796,
            "upload_time": "2024-09-20T23:12:12",
            "upload_time_iso_8601": "2024-09-20T23:12:12.388932Z",
            "url": "https://files.pythonhosted.org/packages/f3/16/a9184f5a07a633d548c4dcfa741609dc54afd8bbd369db5e07a8cacf1bc4/comeit-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d5759467d029a01be09773454c37f4787c3cf792fbb44284faca0b1892a9685",
                "md5": "75cd58d1a42f78cc5dd8272cd8b855b6",
                "sha256": "e7da69316c7c290d3d436b1d571c25fa435c0faa652f064fe26531ceb826c220"
            },
            "downloads": -1,
            "filename": "comeit-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "75cd58d1a42f78cc5dd8272cd8b855b6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 13939,
            "upload_time": "2024-09-20T23:12:13",
            "upload_time_iso_8601": "2024-09-20T23:12:13.878112Z",
            "url": "https://files.pythonhosted.org/packages/9d/57/59467d029a01be09773454c37f4787c3cf792fbb44284faca0b1892a9685/comeit-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-20 23:12:13",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mariugul",
    "github_project": "comeit",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "comeit"
}
        
Elapsed time: 0.42832s