Metadata-Version: 2.4
Name: forecast-in-a-box
Version: 0.6.4
Summary: Weather Forecast in a Box
Author-email: "European Centre for Medium-Range Weather Forecasts (ECMWF)" <software.support@ecmwf.int>
License-Expression: Apache-2.0
Project-URL: Source code, https://github.com/ecmwf/forecast-in-a-box
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiosqlite
Requires-Dist: apscheduler
Requires-Dist: cloudpickle
Requires-Dist: earthkit-workflows<1.0.0,>=0.10.0
Requires-Dist: fastapi
Requires-Dist: fastapi-users[oauth]
Requires-Dist: fastapi-users-db-sqlalchemy
Requires-Dist: fiab-core<1.0.0,>=0.0.5
Requires-Dist: httpx<1
Requires-Dist: httpx-oauth
Requires-Dist: jinja2
Requires-Dist: orjson
Requires-Dist: psutil
Requires-Dist: pydantic-settings
Requires-Dist: pyrsistent
Requires-Dist: python-multipart
Requires-Dist: skinnywms
Requires-Dist: starlette>=1.0
Requires-Dist: sse-starlette
Requires-Dist: toml
Requires-Dist: uvicorn
Dynamic: license-file

Forecast-In-A-Box is a prototype AI solution concept piloted by ECMWF, through an effort jointly funded by [Destination Earth](https://destination-earth.eu/) and ECMWF core activities. It showcases a way to containerize and package complete AI-based forecasting pipelines, bringing together ECMWF’s open-source software and AI models — such as ANEMOI, EarthKit, AIFS, PProc and other components of the ECMWF stack — to cover all stages of the forecasting process, from using data inputs from ECMWF’s analyses to the execution of AI models, post-processing, and visualization.

For more information, see the project's [readme](https://github.com/ecmwf/forecast-in-a-box/blob/main/README.md).
