Metadata-Version: 2.1
Name: apiseek
Version: 0.2
Summary: A custom API dashboard for FastAPI endpoints.
Home-page: https://github.com/yourusername/apiseek
Author: Your Name
Author-email: your.email@example.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: jinja2

# APISKEEK

APISKEEK is a custom dashboard for FastAPI endpoints. It displays each API’s URL along with the total requests made, the count of successful responses, and failed requests.

## Installation

```bash
pip install apiseek
