Metadata-Version: 2.4
Name: feasibility
Version: 0.0.2
Summary: Feasibility checker
Author: Ayush Thakkar
License: MIT
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: curl2python
Requires-Dist: openpyxl
Dynamic: license-file

# curl-feasibility

A powerful cURL-based feasibility testing framework for APIs and web scraping.

This library converts cURL commands into executable Python requests and allows you to:
- Test request feasibility
- Run concurrent requests
- Validate responses
- Use `requests` or `curl_cffi`
- Enable/disable headers, cookies, params dynamically
- Use browser impersonation with `curl_cffi`

---

# Features

- Convert cURL to Python request config using `curl2python`
- Supports:
  - headers
  - cookies
  - params
  - json
  - form-data
- Supports multiple request engines:
  - requests
  - curl_cffi
- Browser impersonation support
- Concurrent request execution
- Response validation
- Excel export support
- Scalable architecture for scraping and load testing

---

# Installation

## Basic Installation

```bash
pip install feasibility
