{"id":21126999,"url":"https://github.com/pyrustic/kurl","last_synced_at":"2026-05-20T06:03:26.943Z","repository":{"id":57438493,"uuid":"379410266","full_name":"pyrustic/kurl","owner":"pyrustic","description":"Konnection URL","archived":false,"fork":false,"pushed_at":"2022-03-21T20:34:41.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-21T06:03:01.900Z","etag":null,"topics":["api","conditional-request","fetch-api","fetch-resource","internet","json","library","pyrustic","python","url","web-cache"],"latest_commit_sha":null,"homepage":"https://pyrustic.github.io","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/pyrustic.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":"2021-06-22T21:56:49.000Z","updated_at":"2023-05-18T21:10:20.000Z","dependencies_parsed_at":"2022-08-29T08:41:07.590Z","dependency_job_id":null,"html_url":"https://github.com/pyrustic/kurl","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrustic%2Fkurl","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrustic%2Fkurl/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrustic%2Fkurl/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrustic%2Fkurl/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrustic","download_url":"https://codeload.github.com/pyrustic/kurl/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243573166,"owners_count":20312879,"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":["api","conditional-request","fetch-api","fetch-resource","internet","json","library","pyrustic","python","url","web-cache"],"created_at":"2024-11-20T04:46:13.675Z","updated_at":"2026-05-20T06:03:26.850Z","avatar_url":"https://github.com/pyrustic.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Intro Text --\u003e\n# Kurl\n\u003cb\u003e Konnection URL \u003c/b\u003e\n\nThis project is part of the [Pyrustic Ecosystem](https://pyrustic.github.io).\n\n\u003c!-- Quick Links --\u003e\n[Installation](#installation) | [Reference](https://github.com/pyrustic/kurl/tree/master/docs/reference#readme)\n\n\n`Kurl` is a library to fetch resources with an implementation of conditional request and a smart responses caching system. It is used by [Hubstore](https://github.com/pyrustic/hubstore) and more projects in the [Pyrustic Open Ecosystem](https://pyrustic.github.io).\n\nThis is a simple usage example:\n\n```python\nfrom kurl import Kurl\n\n\nkurl = Kurl()\nresponse = kurl.request(\"https://api.github.com/zen\")\n\nprint(response.headers)\n# output: [('Server', 'GitHub.com'), ...,  ('connection', 'close')]\n\nprint(response.body)\n# output: b'Avoid administrative distraction.'\n\nprint(response.error_reason)\n# output: None\n\nprint(response.json)\n# output: None\n\n```\n\nRead the [reference](https://github.com/pyrustic/kurl/tree/master/docs/reference#readme) !\n\n## Installation\n\n```bash\npip install kurl\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrustic%2Fkurl","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrustic%2Fkurl","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrustic%2Fkurl/lists"}