{"id":17144016,"url":"https://github.com/razerm/parver","last_synced_at":"2025-04-04T08:04:38.387Z","repository":{"id":32444083,"uuid":"132655906","full_name":"RazerM/parver","owner":"RazerM","description":"Parse and manipulate version numbers.","archived":false,"fork":false,"pushed_at":"2025-02-11T17:45:03.000Z","size":167,"stargazers_count":48,"open_issues_count":5,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-04T07:39:17.933Z","etag":null,"topics":["pep440","version"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RazerM.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-05-08T19:33:30.000Z","updated_at":"2025-02-11T17:45:06.000Z","dependencies_parsed_at":"2023-01-14T21:14:38.134Z","dependency_job_id":"4208ce80-9be5-4a41-a7fe-d46205fc36d4","html_url":"https://github.com/RazerM/parver","commit_stats":{"total_commits":128,"total_committers":2,"mean_commits":64.0,"dds":0.0078125,"last_synced_commit":"2f9396d5fcb42579769fc3a153a7490c9ecb0528"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazerM%2Fparver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazerM%2Fparver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazerM%2Fparver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RazerM%2Fparver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RazerM","download_url":"https://codeload.github.com/RazerM/parver/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247142062,"owners_count":20890652,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["pep440","version"],"created_at":"2024-10-14T20:42:53.110Z","updated_at":"2025-04-04T08:04:38.356Z","avatar_url":"https://github.com/RazerM.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":".. image:: https://img.shields.io/pypi/v/parver.svg\n   :target: https://pypi.org/project/parver/\n   :alt: PyPI\n\n.. image:: https://img.shields.io/badge/docs-read%20now-blue.svg\n   :target: https://parver.readthedocs.io/en/latest/?badge=latest\n   :alt: Documentation Status\n\n.. image:: https://github.com/RazerM/parver/workflows/CI/badge.svg?branch=master\n   :target: https://github.com/RazerM/parver/actions?workflow=CI\n   :alt: CI Status\n\n.. image:: https://codecov.io/gh/RazerM/parver/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/RazerM/parver\n   :alt: Test coverage\n\n.. image:: https://img.shields.io/github/license/RazerM/parver.svg\n   :target: https://raw.githubusercontent.com/RazerM/parver/master/LICENSE.txt\n   :alt: MIT License\n\nparver\n======\n\nparver allows parsing and manipulation of `PEP 440`_ version numbers.\n\nExample\n=======\n\n.. code:: python\n\n    \u003e\u003e\u003e Version.parse('1.3').bump_dev()\n    \u003cVersion '1.3.dev0'\u003e\n    \u003e\u003e\u003e v = Version.parse('v1.2.alpha-3')\n    \u003e\u003e\u003e v.is_alpha\n    True\n    \u003e\u003e\u003e v.pre\n    3\n    \u003e\u003e\u003e v\n    \u003cVersion 'v1.2.alpha-3'\u003e\n    \u003e\u003e\u003e v.normalize()\n    \u003cVersion '1.2a3'\u003e\n\n.. _`PEP 440`: https://www.python.org/dev/peps/pep-0440/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazerm%2Fparver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazerm%2Fparver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazerm%2Fparver/lists"}