Metadata-Version: 2.4
Name: radiant-ct
Version: 1.1.0
Summary: A CLI tool for medical imaging management
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: httpx>=0.28.1
Requires-Dist: openapi-python-client>=0.28.4
Requires-Dist: pydantic>=2.13.4
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: pyyaml>=6.0.3
Requires-Dist: rich>=15.0.0
Requires-Dist: textual>=8.2.6
Requires-Dist: typer>=0.25.1
Dynamic: license-file

# Generate API
openapi-python-client generate \
  --url http://localhost:8080/v3/api-docs
