Metadata-Version: 2.1
Name: python-runtime
Version: 24.3.26
Summary: A middleware package to check for service expiration.
Author: Louie X. Walker
Author-email: louiewalker.lw1@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn

# Python Runtime (Expiration Checker)

`python_runtime` is a Python package providing middleware for FastAPI applications that restricts access to the service past a specified expiration date. The expiration date is dynamically determined based on the package version, following the format `YY.M.DD`, where `YY` is the year, `M` is the month, and `DD` is the day.

## Installation

To install `python_runtime`, run the following command in your terminal:

```bash
pip install python_runtime
