Metadata-Version: 2.1
Name: token-auth-cli
Version: 0.1.2
Summary: Simple tool for testing token authentication during development.
Home-page: https://github.com/0djentd/token-auth-cli
Author: 0djentd
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: aiohttp (>=3.8.1,<4.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pydantic (>=1.9.1,<2.0.0)
Requires-Dist: rich (>=12.4.4,<13.0.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Project-URL: Repository, https://github.com/0djentd/token-auth-cli
Description-Content-Type: text/markdown

[![Python package](https://github.com/0djentd/token-auth-cli/actions/workflows/python-package.yml/badge.svg)](https://github.com/0djentd/token-auth-cli/actions/workflows/python-package.yml)
# token-auth-cli
## Description
Simple tool for testing token authentication during development.

## How to use
```
token-auth-cli
```

