Metadata-Version: 2.4
Name: vicalerts
Version: 0.2.1
Summary: Track & archive Victoria's live emergency alerts
Project-URL: Homepage, https://github.com/lnxd/python-vicalerts
Project-URL: Source, https://github.com/lnxd/python-vicalerts
Project-URL: Issues, https://github.com/lnxd/python-vicalerts/issues
Author-email: lnxd <48756329+lnxd@users.noreply.github.com>
License: MIT
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: click>=8.1
Requires-Dist: httpx>=0.27.0
Requires-Dist: pydantic>=2.0
Requires-Dist: rich>=13.0
Requires-Dist: sqlite-utils>=3.36
Provides-Extra: dev
Requires-Dist: black>=24.0; extra == 'dev'
Requires-Dist: pytest-cov>=4.0; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: ruff>=0.3.0; extra == 'dev'
Provides-Extra: test
Requires-Dist: pytest-cov>=4.0; extra == 'test'
Requires-Dist: pytest-timeout>=2.0; extra == 'test'
Requires-Dist: pytest>=8.0; extra == 'test'
Description-Content-Type: text/markdown

# VicAlerts

Track & archive VicEmergency alerts.

## Installation

```bash
uv pip install vicalerts
```

## Usage

```bash
# Start polling (runs every 60 seconds)
vicalerts run

# Single fetch
vicalerts run --once
```

## Attribution

© State of Victoria (EMV) — data licensed under CC BY 4.0 AU
