{"id":34066188,"url":"https://github.com/steveberardi/urlz","last_synced_at":"2026-06-01T04:05:51.323Z","repository":{"id":65189553,"uuid":"586287130","full_name":"steveberardi/urlz","owner":"steveberardi","description":"simple Pathlib-like usage of URLs","archived":false,"fork":false,"pushed_at":"2023-01-30T14:35:29.000Z","size":23,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-22T21:59:24.748Z","etag":null,"topics":["python","urlparser","urls"],"latest_commit_sha":null,"homepage":"","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/steveberardi.png","metadata":{"files":{"readme":"README.md","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":"2023-01-07T15:53:35.000Z","updated_at":"2025-11-02T01:34:47.000Z","dependencies_parsed_at":"2023-02-16T08:31:06.727Z","dependency_job_id":null,"html_url":"https://github.com/steveberardi/urlz","commit_stats":null,"previous_names":["steveberardi/wurl"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/steveberardi/urlz","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveberardi%2Furlz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveberardi%2Furlz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveberardi%2Furlz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveberardi%2Furlz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/steveberardi","download_url":"https://codeload.github.com/steveberardi/urlz/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/steveberardi%2Furlz/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33759255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"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":["python","urlparser","urls"],"created_at":"2025-12-14T06:23:05.468Z","updated_at":"2026-06-01T04:05:51.317Z","avatar_url":"https://github.com/steveberardi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# urlz\n![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/steveberardi/urlz/test.yml?style=for-the-badge)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/urlz?style=for-the-badge)\n![PyPI](https://img.shields.io/pypi/v/urlz?style=for-the-badge)\n\nurlz is a simple URL parsing library that provides Pathlib-like usage to URLs in Python:\n\n```python\n\u003e\u003e\u003e\u003e from urlz import URL\n\u003e\u003e\u003e\u003e url = URL(\"https://wordbrew.io\")\n\u003e\u003e\u003e\u003e str(url / \"about\" / \"index.html\")\n'https://wordbrew.io/about/index.html'\n```\n\nIt also provides a special URL-building function `urlify`:\n\n```python\n\u003e\u003e\u003e\u003e from urlz import urlify\n\u003e\u003e\u003e\u003e urlify(\"https://wordbrew.io\", \"about\", \"index.html\")\n'https://wordbrew.io/about/index.html'\n\n# with querystring params:\n\u003e\u003e\u003e\u003e urlify(\"https://wordbrew.io\", \"search\", params={\"q\": \"hello world\"})\n'https://wordbrew.io/search?q=hello+world'\n```\n\n## Installation\n```\npip install urlz\n```\n\n## TODO\n- QS param helpers\n- Path replacements (e.g. `url.replace(path=\"/new/stuff/\")`)\n- Validation helpers\n\n\n## Alternatives\nFor more URL-parsing fun, check out these libraries:\n\n- [furl](https://github.com/gruns/furl)\n- [purl](https://github.com/codeinthehole/purl)\n- [imurl](https://github.com/thesketh/imurl)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveberardi%2Furlz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsteveberardi%2Furlz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsteveberardi%2Furlz/lists"}