python-semantic-release


Namepython-semantic-release JSON
Version 9.7.1 PyPI version JSON
download
home_pageNone
SummaryAutomatic Semantic Versioning for Python projects
upload_time2024-05-07 03:29:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python Semantic Release
***********************

|Ruff| |Test Status| |PyPI Version| |conda-forge version| |Read the Docs Status| |Pre-Commit Enabled|

Automatic Semantic Versioning for Python projects. This is a Python
implementation of `semantic-release`_ for JS by Stephan Bönnemann. If
you find this topic interesting you should check out his `talk from
JSConf Budapest`_.

The general idea is to be able to detect what the next version of the
project should be based on the commits. This tool will use that to
automate the whole release, upload to an artifact repository and post changelogs to
GitHub. You can run the tool on a CI service, or just run it locally.

Installation
============

::

  python3 -m pip install python-semantic-release
  semantic-release --help

Python Semantic Release is also available from `conda-forge`_ or as a `GitHub Action`_.
Read more about the setup and configuration in our `getting started guide`_.

.. _semantic-release: https://github.com/semantic-release/semantic-release
.. _talk from JSConf Budapest: https://www.youtube.com/watch?v=tc2UgG5L7WM
.. _getting started guide: https://python-semantic-release.readthedocs.io/en/latest/#getting-started
.. _GitHub Action: https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
.. _conda-forge: https://anaconda.org/conda-forge/python-semantic-release

.. |Test Status| image:: https://img.shields.io/github/actions/workflow/status/python-semantic-release/python-semantic-release/main.yml?branch=master&label=Test%20Status&logo=github
   :target: https://github.com/python-semantic-release/python-semantic-release/actions/workflows/main.yml
   :alt: test-status
.. |PyPI Version| image:: https://img.shields.io/pypi/v/python-semantic-release?label=PyPI&logo=pypi
   :target: https://pypi.org/project/python-semantic-release/
   :alt: pypi
.. |conda-forge Version| image:: https://img.shields.io/conda/vn/conda-forge/python-semantic-release?logo=anaconda
   :target: https://anaconda.org/conda-forge/python-semantic-release
   :alt: conda-forge
.. |Read the Docs Status| image:: https://img.shields.io/readthedocs/python-semantic-release?label=Read%20the%20Docs&logo=Read%20the%20Docs
   :target: https://python-semantic-release.readthedocs.io/en/latest/
   :alt: docs
.. |Pre-Commit Enabled| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit
   :target: https://github.com/pre-commit/pre-commit
   :alt: pre-commit
.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
    :target: https://github.com/astral-sh/ruff
    :alt: Ruff

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "python-semantic-release",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "Rolf Erik Lekang <me@rolflekang.com>",
    "download_url": "https://files.pythonhosted.org/packages/5a/87/8b19104254af21c2b392afb6d07f6a86d0aaaefa48dd2dd8e1789fc48fa9/python_semantic_release-9.7.1.tar.gz",
    "platform": null,
    "description": "Python Semantic Release\n***********************\n\n|Ruff| |Test Status| |PyPI Version| |conda-forge version| |Read the Docs Status| |Pre-Commit Enabled|\n\nAutomatic Semantic Versioning for Python projects. This is a Python\nimplementation of `semantic-release`_ for JS by Stephan B\u00f6nnemann. If\nyou find this topic interesting you should check out his `talk from\nJSConf Budapest`_.\n\nThe general idea is to be able to detect what the next version of the\nproject should be based on the commits. This tool will use that to\nautomate the whole release, upload to an artifact repository and post changelogs to\nGitHub. You can run the tool on a CI service, or just run it locally.\n\nInstallation\n============\n\n::\n\n  python3 -m pip install python-semantic-release\n  semantic-release --help\n\nPython Semantic Release is also available from `conda-forge`_ or as a `GitHub Action`_.\nRead more about the setup and configuration in our `getting started guide`_.\n\n.. _semantic-release: https://github.com/semantic-release/semantic-release\n.. _talk from JSConf Budapest: https://www.youtube.com/watch?v=tc2UgG5L7WM\n.. _getting started guide: https://python-semantic-release.readthedocs.io/en/latest/#getting-started\n.. _GitHub Action: https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html\n.. _conda-forge: https://anaconda.org/conda-forge/python-semantic-release\n\n.. |Test Status| image:: https://img.shields.io/github/actions/workflow/status/python-semantic-release/python-semantic-release/main.yml?branch=master&label=Test%20Status&logo=github\n   :target: https://github.com/python-semantic-release/python-semantic-release/actions/workflows/main.yml\n   :alt: test-status\n.. |PyPI Version| image:: https://img.shields.io/pypi/v/python-semantic-release?label=PyPI&logo=pypi\n   :target: https://pypi.org/project/python-semantic-release/\n   :alt: pypi\n.. |conda-forge Version| image:: https://img.shields.io/conda/vn/conda-forge/python-semantic-release?logo=anaconda\n   :target: https://anaconda.org/conda-forge/python-semantic-release\n   :alt: conda-forge\n.. |Read the Docs Status| image:: https://img.shields.io/readthedocs/python-semantic-release?label=Read%20the%20Docs&logo=Read%20the%20Docs\n   :target: https://python-semantic-release.readthedocs.io/en/latest/\n   :alt: docs\n.. |Pre-Commit Enabled| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit\n   :target: https://github.com/pre-commit/pre-commit\n   :alt: pre-commit\n.. |Ruff| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n    :target: https://github.com/astral-sh/ruff\n    :alt: Ruff\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatic Semantic Versioning for Python projects",
    "version": "9.7.1",
    "project_urls": {
        "changelog": "https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md",
        "documentation": "https://python-semantic-release.readthedocs.io",
        "homepage": "https://python-semantic-release.readthedocs.io",
        "issues": "https://github.com/python-semantic-release/python-semantic-release/issues",
        "repository": "http://github.com/python-semantic-release/python-semantic-release.git"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5bde788cb8eda9980356a9b6c447d7bca6bd4b5e78eb8df94be0e72b1858767c",
                "md5": "c71f34213f1af5aa82793f4bbc36144a",
                "sha256": "fd96296952fb9a60eb3e75302afa702d7977c345b40590de1b85a0b767a07881"
            },
            "downloads": -1,
            "filename": "python_semantic_release-9.7.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c71f34213f1af5aa82793f4bbc36144a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 81511,
            "upload_time": "2024-05-07T03:29:15",
            "upload_time_iso_8601": "2024-05-07T03:29:15.546456Z",
            "url": "https://files.pythonhosted.org/packages/5b/de/788cb8eda9980356a9b6c447d7bca6bd4b5e78eb8df94be0e72b1858767c/python_semantic_release-9.7.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5a878b19104254af21c2b392afb6d07f6a86d0aaaefa48dd2dd8e1789fc48fa9",
                "md5": "eeed675db481920f47d0c4fcce8aa747",
                "sha256": "0bd98950f34e49bdf48e48b4fbaecbdcfadffca3b386b101996479f5012c6408"
            },
            "downloads": -1,
            "filename": "python_semantic_release-9.7.1.tar.gz",
            "has_sig": false,
            "md5_digest": "eeed675db481920f47d0c4fcce8aa747",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 175295,
            "upload_time": "2024-05-07T03:29:18",
            "upload_time_iso_8601": "2024-05-07T03:29:18.718141Z",
            "url": "https://files.pythonhosted.org/packages/5a/87/8b19104254af21c2b392afb6d07f6a86d0aaaefa48dd2dd8e1789fc48fa9/python_semantic_release-9.7.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-07 03:29:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "python-semantic-release",
    "github_project": "python-semantic-release",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "python-semantic-release"
}
        
Elapsed time: 0.27803s