python-semantic-versioning


Namepython-semantic-versioning JSON
Version 0.1.0a0 PyPI version JSON
download
home_page
Summary📌 A simple utility to facilitate Semantic Versioning of Python packages 🐍
upload_time2023-07-10 11:12:53
maintainer
docs_urlNone
author
requires_python
licenseMIT License
keywords python semantic versioning
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # python-semantic-versioning

## 🚨 Development status

The project is currently in an early *pre-alpha* stage of the development process.

## Summary

This project provides a package to adopt library app [Semantic Versioning](https://semver.org) compliant in builds with [PEP 440](https://peps.python.org/pep-0440/). The idea behind it is to use a cleaner object-oriented approach as an alternative to the conventional version specification based on plain strings.

## Installation

The latest version of the the package can be installed using `pip`:
```bash
$ pip install python-semantic-versioning --upgrade
```
or any other package manager specific to your project's Python environment.

## License

Released under the [MIT license](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "python-semantic-versioning",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,semantic,versioning",
    "author": "",
    "author_email": "Kamil Paduszy\u0144ski <paduszyk@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/0f/96/8d478c3b6930941237d2b3dd5a0bb4379142262c575366d6e7e377eba44c/python-semantic-versioning-0.1.0a0.tar.gz",
    "platform": null,
    "description": "# python-semantic-versioning\n\n## \ud83d\udea8 Development status\n\nThe project is currently in an early *pre-alpha* stage of the development process.\n\n## Summary\n\nThis project provides a package to adopt library app [Semantic Versioning](https://semver.org) compliant in builds with [PEP 440](https://peps.python.org/pep-0440/). The idea behind it is to use a cleaner object-oriented approach as an alternative to the conventional version specification based on plain strings.\n\n## Installation\n\nThe latest version of the the package can be installed using `pip`:\n```bash\n$ pip install python-semantic-versioning --upgrade\n```\nor any other package manager specific to your project's Python environment.\n\n## License\n\nReleased under the [MIT license](LICENSE).\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "\ud83d\udccc A simple utility to facilitate Semantic Versioning of Python packages \ud83d\udc0d",
    "version": "0.1.0a0",
    "project_urls": null,
    "split_keywords": [
        "python",
        "semantic",
        "versioning"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "283ec846d44e0488e6a359b60987cf267cbf9bb6de55875b790123032f56c416",
                "md5": "bdb39e834564d1bb643949ccadab2aa0",
                "sha256": "9e68003acdabab664123d9e1c079dc1868f20d10c69c31e0fab81edd5a4f603d"
            },
            "downloads": -1,
            "filename": "python_semantic_versioning-0.1.0a0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bdb39e834564d1bb643949ccadab2aa0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2916,
            "upload_time": "2023-07-10T11:12:51",
            "upload_time_iso_8601": "2023-07-10T11:12:51.143797Z",
            "url": "https://files.pythonhosted.org/packages/28/3e/c846d44e0488e6a359b60987cf267cbf9bb6de55875b790123032f56c416/python_semantic_versioning-0.1.0a0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0f968d478c3b6930941237d2b3dd5a0bb4379142262c575366d6e7e377eba44c",
                "md5": "3dbb12b483906b0266cc1bdbaf7d8604",
                "sha256": "aeae15bfcbf3a20313d51c5b01c7a823324454018123115c0aa735d9d8439a89"
            },
            "downloads": -1,
            "filename": "python-semantic-versioning-0.1.0a0.tar.gz",
            "has_sig": false,
            "md5_digest": "3dbb12b483906b0266cc1bdbaf7d8604",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2529,
            "upload_time": "2023-07-10T11:12:53",
            "upload_time_iso_8601": "2023-07-10T11:12:53.099664Z",
            "url": "https://files.pythonhosted.org/packages/0f/96/8d478c3b6930941237d2b3dd5a0bb4379142262c575366d6e7e377eba44c/python-semantic-versioning-0.1.0a0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-10 11:12:53",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "python-semantic-versioning"
}
        
Elapsed time: 0.09132s