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
pip install deltaver
Usage
Run deltaver:
deltaver requirements.txt
Supported Formats
Deltaver supports multiple dependency file formats:
- pip-freeze (default): Python requirements.txt files
- poetry-lock: Poetry lock files
- npm-lock: npm package-lock.json files
- golang: Go go.sum files
- mix-lock: Elixir mix.lock files
Example with specific format:
deltaver mix.lock --format mix-lock
License
This project is licensed under the MIT License - see the LICENSE file for details. Acknowledgments
Release files for deltaver 1.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| deltaver-1.0.2.tar.gz | 13.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deltaver-1.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 44.4 kB
Release files / deltaver-1.0.2.tar.gz
| Download URL | deltaver-1.0.2.tar.gz |
|---|---|
| Size | 13.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e0235401213bf939cd307b1f94039dd51725d9c5ac545bde9e839caf18ac3ad8
|
|
BLAKE2b-256 checksum How to use checksums |
582c591127c1cb4f9fbb961e745cab17e40055ddf064c0ed2321820517fafce0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.13.1 Linux/6.17.0-1020-azure
|
Release files / deltaver-1.0.2-py3-none-any.whl
| Download URL | deltaver-1.0.2-py3-none-any.whl |
|---|---|
| Size | 31.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
67d3d807ea7e35d0f93d8cf77f3e796c3e7bd3149f3a3efdd8c975d853ccf6d2
|
|
BLAKE2b-256 checksum How to use checksums |
0b5a725ef6d173a6237cc7025dc7af541f2f93cfd5a932cb9a8c44d5b00fcb35
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
poetry/2.4.1 CPython/3.13.1 Linux/6.17.0-1020-azure
|