Metadata-Version: 2.4
Name: AvyCore
Version: 0.1.0
Summary: Deterministic avalanche hazard, runout, geometry, and grounded assistant kernels
Author: John Stewart
Maintainer: John Stewart
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Typing :: Typed
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy<3,>=2.2
Requires-Dist: scipy<2,>=1.14
Requires-Dist: shapely<3,>=2.1
Requires-Dist: ollama<0.7,>=0.6.2
Requires-Dist: pydantic<3,>=2.10
Dynamic: license-file

# AvyCore

AvyCore combines deterministic avalanche release scoring, release-zone extraction,
geometry conversion, fast and particle-ensemble runout simulation, and grounded
Ollama assistance in one typed Python distribution.

```python
from avycore.hazard import geometry, risk, runout
from avycore.assistant import chat, explain
```

The model operates on caller-provided terrain and condition interfaces, so it does
not depend on a particular web application or source-data layout.

> AvyCore is an experimental research package. Its results are not operational
> avalanche forecasts and must not replace professional forecasts or field assessment.

Maintained by John Stewart and released under the MIT License.
