• v0.1.0 ae22125c96

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 19s
    Stable

    7000pctAUTO released this 2026-03-22 10:44:48 +00:00 | 12 commits to main since this release

    Initial 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 python
    
    Downloads