-
released this
2026-03-22 10:44:48 +00:00 | 12 commits to main since this releaseInitial release of curl-converter-cli
Features
- Convert curl commands to Python, JavaScript, Go, Ruby, and PHP
- Parse and extract URL, HTTP method, headers, body data, authentication, cookies
- Support for Basic Auth, Bearer Token, and API Key authentication
- Handle JSON and form data automatically
- Interactive CLI mode for pasting curl commands
Installation
pip install -e .Usage
curlconverter convert -c "curl -X POST https://api.example.com" -l pythonDownloads