Metadata-Version: 2.1
Name: Reqv
Version: 0.0.1
Summary: A Python library for scraping data from APIs in modern websites.
Author: Vishva Allen
Author-email: jvishvateja26@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: httpx
Requires-Dist: requests

# Reqv - Scraper Library

Hi, I'm Vishva Allen. Reqv is a Python library designed to help you scrape data from modern websites and web applications, especially those that rely heavily on JavaScript frameworks like React. Reqv connects to the APIs that websites use to retrieve data in JSON format, making it easier to extract the information you need without worrying about rendering JavaScript. 

## Under Construction
- Currently under development. You will be able to access this library in a short time.
- Adding Blockchain technlogy, for data

## Features
- Fetches data from modern websites that rely on JavaScript.
- Extracts JSON data from APIs, allowing you to scrape information in a clean format.

## Installation

You can install pyvconn using pip:

```bash
pip install Reqv
