Metadata-Version: 2.1
Name: deltaver
Version: 0.0.1a5
Summary: 
Author: Almaz Ilaletdinov
Author-email: a.ilaletdinov@yandex.ru
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: attrs (>=23.0,<24.0)
Requires-Dist: httpx (>=0,<1)
Requires-Dist: packaging (>=23.2,<24.0)
Requires-Dist: rich (>=13.0,<14.0)
Requires-Dist: toml (>=0.10.2,<0.11.0)
Requires-Dist: typer (>=0.9,<0.10)
Requires-Dist: typing-extensions (>=4.9.0,<5.0.0)
Description-Content-Type: text/markdown

# Deltaver (Dependency Lag Calculator)

## Overview

The "Deltaver" is a Python project designed to calculate the lag or delay in dependencies in terms of days. It provides insights into how outdated your project dependencies are, helping you stay up-to-date with the latest developments and security patches.

## Features:

 - **Dependency Lag Calculation**: The tool analyzes the timestamp of the current dependency version and compares it with the latest available version, providing the time lag in days.
 - **Security Insights**: Identify outdated dependencies to prioritize updates based on security considerations.
 - **Customization**: Configure the tool to focus on specific dependencies or categories, allowing for flexibility in analysis.

## Getting Started
### Prerequisites

Make sure you have the following installed:

 - Python 3.x
 - Pip (Python package installer)

### Installation

```bash
pip install deltaver
```

### Usage

Run deltaver:

```bash
deltaver requirements.txt
```

## License

This project is licensed under the MIT [License](LICENSE) - see the LICENSE file for details.
Acknowledgments

