Metadata-Version: 2.4
Name: driver-manager
Version: 0.1.0
Summary: A lightweight ChromeDriver version fetcher for Python
Author-email: Roshan Jha <roshanjha88262@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/roshankrjha/driver-manager
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: requests

# chromedriver-manager

A lightweight Python utility to fetch the installed Chrome version and get the matching ChromeDriver download URL.

## Features

- Detects local Chrome version (Windows)
- Fetches matching ChromeDriver URL from Google's official list
- Cross-platform support for Windows, macOS, and Linux

## Installation

```bash
pip install chromedriver-manager
