{"id":15906160,"url":"https://github.com/lucacappelletti94/validate_version_code","last_synced_at":"2025-10-18T14:34:39.091Z","repository":{"id":62586958,"uuid":"188567157","full_name":"LucaCappelletti94/validate_version_code","owner":"LucaCappelletti94","description":"Python package to validate version code.","archived":false,"fork":false,"pushed_at":"2024-12-09T09:48:05.000Z","size":38,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-09T10:36:00.379Z","etag":null,"topics":[],"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/LucaCappelletti94.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-25T13:03:50.000Z","updated_at":"2024-12-09T09:45:28.000Z","dependencies_parsed_at":"2022-11-04T07:25:08.418Z","dependency_job_id":null,"html_url":"https://github.com/LucaCappelletti94/validate_version_code","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fvalidate_version_code","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fvalidate_version_code/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fvalidate_version_code/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LucaCappelletti94%2Fvalidate_version_code/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LucaCappelletti94","download_url":"https://codeload.github.com/LucaCappelletti94/validate_version_code/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229848553,"owners_count":18133649,"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":[],"created_at":"2024-10-06T13:21:33.637Z","updated_at":"2025-10-18T14:34:38.970Z","avatar_url":"https://github.com/LucaCappelletti94.png","language":"Python","readme":"validate_version_code\n=========================================================================================\n|travis| |sonar_quality| |sonar_maintainability| |codacy| |code_climate_maintainability| |pip| |downloads|\n\nPython package to validate version codes.\n\nHow do I install this package?\n----------------------------------------------\nAs usual, just download it using pip:\n\n.. code:: shell\n\n    pip install validate_version_code\n\nTests Coverage\n----------------------------------------------\nSince some software handling coverages sometimes\nget slightly different results, here's three of them:\n\n|coveralls| |sonar_coverage| |code_climate_coverage|\n\nUsage example\n--------------------------------------------\nHe's a basic how-to:\n\n.. code:: python\n\n    from validate_version_code import validate_version_code\n\n    valid_version_code = \"1.2.3\"\n    invalid_version_code = \"beta.3\"\n\n    assert validate_version_code(valid_version_code)\n    assert not validate_version_code(invalid_version_code)\n\n.. |travis| image:: https://travis-ci.org/LucaCappelletti94/validate_version_code.png\n   :target: https://travis-ci.org/LucaCappelletti94/validate_version_code\n   :alt: Travis CI build\n\n.. |sonar_quality| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_validate_version_code\u0026metric=alert_status\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_validate_version_code\n    :alt: SonarCloud Quality\n\n.. |sonar_maintainability| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_validate_version_code\u0026metric=sqale_rating\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_validate_version_code\n    :alt: SonarCloud Maintainability\n\n.. |sonar_coverage| image:: https://sonarcloud.io/api/project_badges/measure?project=LucaCappelletti94_validate_version_code\u0026metric=coverage\n    :target: https://sonarcloud.io/dashboard/index/LucaCappelletti94_validate_version_code\n    :alt: SonarCloud Coverage\n\n.. |coveralls| image:: https://coveralls.io/repos/github/LucaCappelletti94/validate_version_code/badge.svg?branch=master\n    :target: https://coveralls.io/github/LucaCappelletti94/validate_version_code?branch=master\n    :alt: Coveralls Coverage\n\n.. |pip| image:: https://badge.fury.io/py/validate-version-code.svg\n    :target: https://badge.fury.io/py/validate-version-code\n    :alt: Pypi project\n\n.. |downloads| image:: https://pepy.tech/badge/validate-version-code\n    :target: https://pepy.tech/badge/validate-version-code\n    :alt: Pypi total project downloads \n\n.. |codacy| image:: https://api.codacy.com/project/badge/Grade/7a1b6189d2b740319aee86fd8a7cecf4\n    :target: https://www.codacy.com/app/LucaCappelletti94/validate_version_code?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=LucaCappelletti94/validate_version_code\u0026amp;utm_campaign=Badge_Grade\n    :alt: Codacy Maintainability\n\n.. |code_climate_maintainability| image:: https://api.codeclimate.com/v1/badges/4edd0e56c8b989a77b7c/maintainability\n    :target: https://codeclimate.com/github/LucaCappelletti94/validate_version_code/maintainability\n    :alt: Maintainability\n\n.. |code_climate_coverage| image:: https://api.codeclimate.com/v1/badges/4edd0e56c8b989a77b7c/test_coverage\n    :target: https://codeclimate.com/github/LucaCappelletti94/validate_version_code/test_coverage\n    :alt: Code Climate Coverate\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucacappelletti94%2Fvalidate_version_code","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flucacappelletti94%2Fvalidate_version_code","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flucacappelletti94%2Fvalidate_version_code/lists"}