{"id":20936319,"url":"https://github.com/extrange/python-utils","last_synced_at":"2025-10-27T00:03:16.511Z","repository":{"id":253778304,"uuid":"844009878","full_name":"extrange/python-utils","owner":"extrange","description":"Collection of commonly used Python utility functions.","archived":false,"fork":false,"pushed_at":"2025-08-25T21:15:51.000Z","size":100,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-25T23:25:13.343Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/extrange.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null}},"created_at":"2024-08-18T05:16:20.000Z","updated_at":"2025-08-25T21:15:49.000Z","dependencies_parsed_at":"2024-08-19T13:44:05.681Z","dependency_job_id":"ee42de76-6974-41d1-a7db-60f375a2ecf5","html_url":"https://github.com/extrange/python-utils","commit_stats":null,"previous_names":["extrange/python-utils"],"tags_count":0,"template":false,"template_full_name":"extrange/project-template","purl":"pkg:github/extrange/python-utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrange%2Fpython-utils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrange%2Fpython-utils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrange%2Fpython-utils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrange%2Fpython-utils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/extrange","download_url":"https://codeload.github.com/extrange/python-utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/extrange%2Fpython-utils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281191515,"owners_count":26458806,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-11-18T22:19:05.628Z","updated_at":"2025-10-27T00:03:16.475Z","avatar_url":"https://github.com/extrange.png","language":"Python","readme":"# Python Utilities\n\nCollection of various, often reused Python utility functions.\n\nAll functions here are covered by tests.\n\nThis library has no other dependencies other than Python.\n\n## Usage\n\nInstall:\n\n```\npip install git+https://github.com/extrange/python-utils\n```\n\nUsage:\n\n```\nfrom python_utils import format_hhmmss\n\n# Use functions as per normal\n```\n\n## Development Notes\n\n[Install `uv`](https://docs.astral.sh/uv/getting-started/installation/), then activate the venv with `source .venv/bin/activate`.\n\nTesting: `pytest --cov-report html --cov src`\n\nWhen making **breaking changes** (e.g. removing functions and/or making parameters incompatible), update the major version number (i.e. 1.0.0 -\u003e 2.0.0).\n\nFor compatible changes, (e.g. adding functions) update the minor version number (i.e. 1.0.0 -\u003e 1.1.0).\n\nFor bugfixes, update the patch version (i.e. 1.0.0 -\u003e 1.0.1).\n\nFor more information, refer to [Semver](https://semver.org/).\n\nRunning tests:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrange%2Fpython-utils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextrange%2Fpython-utils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextrange%2Fpython-utils/lists"}