versiontag


Nameversiontag JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/thelabnyc/python-versiontag
SummarySimple git tag based version numbers
upload_time2017-01-23 17:57:37
maintainer
docs_urlNone
authorCraig Weber
requires_python
licenseISC
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            Versiontag
==========

Python project versioning for lazy people
-----------------------------------------

|  |license| |kit| |format| |downloads| |travisci|

.. |license| image:: https://img.shields.io/pypi/l/versiontag.svg
    :target: https://pypi.python.org/pypi/versiontag
.. |kit| image:: https://badge.fury.io/py/versiontag.svg
    :target: https://pypi.python.org/pypi/versiontag
.. |format| image:: https://img.shields.io/pypi/format/versiontag.svg
    :target: https://pypi.python.org/pypi/versiontag
.. |downloads| image:: https://img.shields.io/pypi/dm/versiontag.svg?maxAge=2592000
    :target: https://pypi.python.org/pypi/versiontag
.. |travisci| image:: https://travis-ci.org/thelabnyc/python-versiontag.svg
    :target: https://travis-ci.org/thelabnyc/python-versiontag


What's versiontag?
------------------

Versiontag is an ultra-simple library design to make accessing the current
version number of your software easy.


Why do I need it?
-----------------

Version numbers are all too often duplicated among setup.py, git tags, and
other sources of truth. This library makes it possible to consolidate on git
tags as a single source of truth regarding version numbers. That decreases the
likely hood of making errors when publishing new package versions.

**Full Documentation**: https://python-versiontag.readthedocs.io

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/thelabnyc/python-versiontag",
    "name": "versiontag",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Craig Weber",
    "author_email": "crgwbr@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/49/8c/8d24aa7ba228b78c0f532b85448f104149cfe11fae558409dcd6a7d4565a/versiontag-1.2.0.tar.gz",
    "platform": "",
    "description": "Versiontag\n==========\n\nPython project versioning for lazy people\n-----------------------------------------\n\n|  |license| |kit| |format| |downloads| |travisci|\n\n.. |license| image:: https://img.shields.io/pypi/l/versiontag.svg\n    :target: https://pypi.python.org/pypi/versiontag\n.. |kit| image:: https://badge.fury.io/py/versiontag.svg\n    :target: https://pypi.python.org/pypi/versiontag\n.. |format| image:: https://img.shields.io/pypi/format/versiontag.svg\n    :target: https://pypi.python.org/pypi/versiontag\n.. |downloads| image:: https://img.shields.io/pypi/dm/versiontag.svg?maxAge=2592000\n    :target: https://pypi.python.org/pypi/versiontag\n.. |travisci| image:: https://travis-ci.org/thelabnyc/python-versiontag.svg\n    :target: https://travis-ci.org/thelabnyc/python-versiontag\n\n\nWhat's versiontag?\n------------------\n\nVersiontag is an ultra-simple library design to make accessing the current\nversion number of your software easy.\n\n\nWhy do I need it?\n-----------------\n\nVersion numbers are all too often duplicated among setup.py, git tags, and\nother sources of truth. This library makes it possible to consolidate on git\ntags as a single source of truth regarding version numbers. That decreases the\nlikely hood of making errors when publishing new package versions.\n\n**Full Documentation**: https://python-versiontag.readthedocs.io\n",
    "bugtrack_url": null,
    "license": "ISC",
    "summary": "Simple git tag based version numbers",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/thelabnyc/python-versiontag"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b264939f51fa17978830bb9f0cafd0aff7bce27678461ca66c5e8eba388daca3",
                "md5": "d1c16c6229528407b138c0f46cfeeb8d",
                "sha256": "5568cae59135aaca172ed7c01a1c9b20785890211e3146adcb12142228d1216a"
            },
            "downloads": -1,
            "filename": "versiontag-1.2.0-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1c16c6229528407b138c0f46cfeeb8d",
            "packagetype": "bdist_wheel",
            "python_version": "3.6",
            "requires_python": null,
            "size": 7209,
            "upload_time": "2017-01-23T17:57:38",
            "upload_time_iso_8601": "2017-01-23T17:57:38.949304Z",
            "url": "https://files.pythonhosted.org/packages/b2/64/939f51fa17978830bb9f0cafd0aff7bce27678461ca66c5e8eba388daca3/versiontag-1.2.0-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "498c8d24aa7ba228b78c0f532b85448f104149cfe11fae558409dcd6a7d4565a",
                "md5": "1787561c866e78f93d494135886d7d28",
                "sha256": "f0732276baaf0acf4368a3f9a902d65a847da25105a1ec3669ff2ad770b5d5e0"
            },
            "downloads": -1,
            "filename": "versiontag-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1787561c866e78f93d494135886d7d28",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6998,
            "upload_time": "2017-01-23T17:57:37",
            "upload_time_iso_8601": "2017-01-23T17:57:37.701629Z",
            "url": "https://files.pythonhosted.org/packages/49/8c/8d24aa7ba228b78c0f532b85448f104149cfe11fae558409dcd6a7d4565a/versiontag-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2017-01-23 17:57:37",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "thelabnyc",
    "github_project": "python-versiontag",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "versiontag"
}
        
Elapsed time: 0.78624s