Metadata-Version: 2.1
Name: abhi-flipkart
Version: 1.0.0
Summary: A Python package to scrape Flipkart product details
Home-page: https://github.com/your-github/flipkart_scraper
Author: Abhishek Kumar
Author-email: your-email@example.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: beautifulsoup4
Requires-Dist: requests

# Flipkart Scraper

This Python package allows you to scrape product details like title, price, rating, and reviews from Flipkart.

## Installation

```bash
pip install flipkart_scraper


