{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http"},{"label":"Dynamic Content","url":"https://skillfed.io/packages/category/internet-www-http-dynamic-content"}],"enrichment":{"capability":"Converts a Python requests request object into an equivalent cURL command string, useful for debugging, documentation, or reproducing HTTP requests outside Python.","skillfed_tags":["debugging","http-tools","requests-utilities"],"use_cases":["Debug a requests call by viewing its cURL equivalent to understand what's being sent.","Share reproducible HTTP request examples with teammates or in bug reports as shell commands.","Test an HTTP endpoint in curl before implementing it in Python code.","Log requests in cURL format for audit trails or integration documentation.","Convert Python-based API client calls into shell scripts for automation."],"what_it_does":"Curlify takes a requests request object and generates the equivalent cURL command as a string. It's a debugging and documentation tool: when you've built an HTTP request in Python using requests, you can see exactly what cURL command would reproduce it, which is useful for sharing reproducible examples, testing in shell environments, or understanding what your code is actually sending over the wire.\n\nThe package handles the conversion of headers, request method, body, query parameters, and SSL verification settings. It supports options like pretty-printing multi-line commands and adding the --compressed flag. With only requests as a runtime dependency and a pure-Python wheel, it installs quickly and has minimal overhead.","worth_installing":"Yes, if you regularly debug or document HTTP requests made with requests. The package is lightweight, has no known vulnerabilities, and solves a specific debugging need well. The aging maintenance status (446 days since last release) is not a blocker for a stable, narrow-scope tool, but check whether it handles your specific requests features before relying on it for critical workflows."},"id":"curlify","links":{"html":"https://skillfed.io/packages/curlify","md":"https://skillfed.io/packages/curlify.md","pypi":"https://pypi.org/project/curlify/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-05-25","license_spdx":null,"license_treatment":"permissive","name":"curlify","python_support":"supports_current","summary":"Convert Requests request objects to curl commands."},"popularity":{"monthly_downloads":10173871,"position":1474,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"3.0.0"}
