Metadata-Version: 2.3
Name: osslag
Version: 1.0.0
Summary: Technical Lag tools for Open Source Software Projects
Keywords: oss,open source,technical lag,software lag,software maintenance
Author: Shane Panter
Author-email: Shane Panter <shanepanter@boisestate.edu>
License: MIT
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: dotenv>=0.9.9
Requires-Dist: pandas>=3.0.0
Requires-Dist: pygit2>=1.19.1
Requires-Dist: pygithub>=2.8.1
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: python-debian>=1.0.1
Requires-Dist: requests>=2.32.5
Requires-Dist: rich>=14.3.1
Requires-Dist: typer>=0.21.1
Requires-Python: >=3.14
Project-URL: Homepage, https://github.com/shanep/osslag
Project-URL: Issues, https://github.com/shanep/osslag/issues
Description-Content-Type: text/markdown

# OSS-Lag: Open Source Software Lag Dataset

This repository contains code to build a dataset measuring technical lag and
abandonment of open source packages across multiple Linux distributions.


## Installation

You can install from PyPI using pip:

```bash
pip install osslag
```

## Usage

Run the cli tool with `--help` to see available commands and options:

```bash
osslag --help
```
