Metadata-Version: 2.5
Name: medalion-core
Version: 0.1.18
Summary: Medalion Platform — runtime, task contracts, API gateway, CLI and licensing
Project-URL: Homepage, https://medalion.tech
Project-URL: Documentation, https://medalion.tech
Project-URL: Source, https://github.com/Medalion-Tech/medalion-platform
Author-email: Medalion <kontakt@medalion.tech>
License: Proprietary
Keywords: asr,fhir,llm,medical,nlp,on-premise
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Healthcare Industry
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: <3.13,>=3.12
Requires-Dist: cryptography>=42
Requires-Dist: fastapi>=0.115
Requires-Dist: httpx>=0.27
Requires-Dist: huggingface-hub>=0.25
Requires-Dist: joserfc>=1.0
Requires-Dist: orjson>=3.10
Requires-Dist: pydantic-settings>=2.4
Requires-Dist: pydantic>=2.8
Requires-Dist: python-multipart>=0.0.9
Requires-Dist: pyyaml>=6
Requires-Dist: ruamel-yaml>=0.18
Requires-Dist: structlog>=24
Requires-Dist: typer>=0.12
Requires-Dist: uvicorn[standard]>=0.30
Requires-Dist: websockets>=13
Description-Content-Type: text/markdown

# Medalion Platform — core

The runtime of the Medalion Platform: task contracts, the API gateway that supervises one worker
process per model, the CLI (`medalion init/update/serve/status/doctor`) and licensing.

Core on its own gives you the API, the Studio UI (`medalion-studio`) and a llama.cpp chat engine.
The clinical modules — speech to text, clinical NER, anonymisation, documents to FHIR, workflows —
are licensed and installed from Medalion's own index:

```bash
curl -fsSL https://get.medalion.tech | sh
```

Documentation and licensing: <https://medalion.tech>.
