{"id":20157059,"url":"https://github.com/shpaker/curlify3","last_synced_at":"2025-09-21T10:31:58.070Z","repository":{"id":261655240,"uuid":"882356050","full_name":"shpaker/curlify3","owner":"shpaker","description":"yet another library to convert request object to curl command","archived":false,"fork":false,"pushed_at":"2024-11-08T17:34:56.000Z","size":83,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-31T17:17:23.950Z","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/shpaker.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}},"created_at":"2024-11-02T15:58:58.000Z","updated_at":"2025-04-07T10:20:06.000Z","dependencies_parsed_at":"2024-11-07T18:43:31.440Z","dependency_job_id":null,"html_url":"https://github.com/shpaker/curlify3","commit_stats":null,"previous_names":["shpaker/curlify3"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shpaker/curlify3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shpaker%2Fcurlify3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shpaker%2Fcurlify3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shpaker%2Fcurlify3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shpaker%2Fcurlify3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shpaker","download_url":"https://codeload.github.com/shpaker/curlify3/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shpaker%2Fcurlify3/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276229042,"owners_count":25606942,"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-09-21T02:00:07.055Z","response_time":72,"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-13T23:43:40.190Z","updated_at":"2025-09-21T10:31:57.674Z","avatar_url":"https://github.com/shpaker.png","language":"Python","readme":"# yet another library to convert request object to curl command\n\n[![PyPI](https://img.shields.io/pypi/v/curlify3.svg)](https://pypi.python.org/pypi/curlify3)\n[![PyPI](https://img.shields.io/pypi/dm/curlify3.svg)](https://pypi.python.org/pypi/curlify3)\n\n### Support request's objects from:\n\n- requests\n- httpx\n- aiohttp server\n- starlette/fastapi\n\n## Installation\n\n```sh\npip install curlify3\n```\n\n## Example\n\n```py\nfrom curlify3 import to_curl\nimport requests\n\nresponse = requests.get(\"http://google.ru\")\nprint(to_curl(response.request))\n# curl -H 'user-agent: python-requests/2.32.3' -H 'accept-encoding: gzip, deflate' -H 'accept: */*' -H 'connection: keep-alive' http://www.google.ru/\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshpaker%2Fcurlify3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshpaker%2Fcurlify3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshpaker%2Fcurlify3/lists"}