git2version


Namegit2version JSON
Version 0.0.48 PyPI version JSON
download
home_page
SummaryA tool to create a project version number from a git repository
upload_time2024-02-23 12:53:14
maintainer
docs_urlNone
authorJoseph McKenna
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A tool to create a project version number from a git repository

    Generates a PEP 440 compliant string based on the git history of the repository.

    The version string is generated as follows:
    {major_version}.{minor_version}.{patch_version}{a{number_of_files_changed}}{b{number_of_untracked_files}}
    Where the {major_version} is set by the user
    The {minor_version} is the number of merges
    The {patch_version} is the number of commits
    The {number_of_files_changed} is the number of files changed
    The {number_of_untracked_files} is the number of untracked files

    If the repoistory is pristine, then with will not be marked as 'alpha' or 'beta'

    

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "git2version",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Joseph McKenna",
    "author_email": "jtkmckenna@quantifiedcarbon.com",
    "download_url": "https://files.pythonhosted.org/packages/c5/e9/2c5de14833f7e6cf6b89dbb156cc1943e9eded5e49cb7af2bf0584c7c76f/git2version-0.0.48.tar.gz",
    "platform": null,
    "description": "A tool to create a project version number from a git repository\n\n    Generates a PEP 440 compliant string based on the git history of the repository.\n\n    The version string is generated as follows:\n    {major_version}.{minor_version}.{patch_version}{a{number_of_files_changed}}{b{number_of_untracked_files}}\n    Where the {major_version} is set by the user\n    The {minor_version} is the number of merges\n    The {patch_version} is the number of commits\n    The {number_of_files_changed} is the number of files changed\n    The {number_of_untracked_files} is the number of untracked files\n\n    If the repoistory is pristine, then with will not be marked as 'alpha' or 'beta'\n\n    \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A tool to create a project version number from a git repository",
    "version": "0.0.48",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cdac06b48114effc0950b517dfec79ca7f69c6e19b98b12d0fbe023282203416",
                "md5": "c9563a1cd8b5fab9a574d1caa8fd27ee",
                "sha256": "ae86b631df4838163053675ce39fa598bb39cb79ea0ba162d0566fe82c9c4393"
            },
            "downloads": -1,
            "filename": "git2version-0.0.48-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c9563a1cd8b5fab9a574d1caa8fd27ee",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3775,
            "upload_time": "2024-02-23T12:53:12",
            "upload_time_iso_8601": "2024-02-23T12:53:12.895497Z",
            "url": "https://files.pythonhosted.org/packages/cd/ac/06b48114effc0950b517dfec79ca7f69c6e19b98b12d0fbe023282203416/git2version-0.0.48-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c5e92c5de14833f7e6cf6b89dbb156cc1943e9eded5e49cb7af2bf0584c7c76f",
                "md5": "5763e5877e83e93bde1418b78e9e31a4",
                "sha256": "7aeb8e31c6216a0502e0e8a2201508a6b8628ab2c0a09b49437b3029d5bff79a"
            },
            "downloads": -1,
            "filename": "git2version-0.0.48.tar.gz",
            "has_sig": false,
            "md5_digest": "5763e5877e83e93bde1418b78e9e31a4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3992,
            "upload_time": "2024-02-23T12:53:14",
            "upload_time_iso_8601": "2024-02-23T12:53:14.482058Z",
            "url": "https://files.pythonhosted.org/packages/c5/e9/2c5de14833f7e6cf6b89dbb156cc1943e9eded5e49cb7af2bf0584c7c76f/git2version-0.0.48.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-23 12:53:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "git2version"
}
        
Elapsed time: 4.89107s