Metadata-Version: 2.1
Name: abhi_flipkart
Version: 1.0.1
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

# 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


