Metadata-Version: 2.4
Name: authx-sdk
Version: 0.1.0
Summary: AuthX SDK for OAuth2 token management
Author: Fawwaz Ali
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests
Dynamic: license-file

# AuthX SDK

A lightweight OAuth2 token management client that securely handles token retrieval and refresh from providers like Google. Designed for simplicity and ease of integration.

## Installation and Usage

Install the SDK:

```bash
pip install authx
