Metadata-Version: 2.4
Name: curl2python
Version: 0.1.2
Summary: Convert curl commands to Python requests code
Author: Ayush Thakkar
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# curl-converter

Convert curl commands into Python requests code.

## Installation

```bash
pip install curl2python
