Metadata-Version: 2.5
Name: de-scorpio
Version: 0.2.1
Summary: Scorpio — freshness, lineage and operational alerts
Project-URL: Homepage, https://github.com/KooEric/de-arsenal
Project-URL: Repository, https://github.com/KooEric/de-arsenal
License-Expression: Apache-2.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# Scorpio

운영 관측 패키지. Arsenal 상태 DB의 마지막 완료 시각을 기준으로 freshness를
판정하고 stale alert를 만든다.

PyPI 배포명은 `de-scorpio`이며 Python import 경로는 `scorpio`를 유지한다.

```bash
pip install de-scorpio
```

```python
from scorpio import assess_freshness

status = assess_freshness(last_completed_at, max_age_seconds=3600)
```
