Metadata-Version: 2.4
Name: token_service
Version: 0.1.7
Summary: A lightweight Azure AD Token Service with no .env or logger dependencies
Home-page: https://github.com/vamsichowdaryg/token-service.git
Author: Vamsi Gudapati
Author-email: vamsi7673916775@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: requests>=2.25.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# token-service

A lightweight Python utility to fetch Azure AD OAuth2 tokens dynamically — **no environment files, no logging**, just clean parameter-based configuration.

## Features

- Fetch Azure AD access tokens using client credentials.
- No dependency on `.env` files — credentials are passed dynamically.
- Simple and reusable in any project or pipeline.

---

## Installation

```bash
pip install token-service
```
