Metadata-Version: 2.1
Name: cardio
Version: 2023.1.2
Summary: A simple web-based viewer for 4D ('cine') medical imaging data.
Author-email: Davis Marc Vigneault <davis.vigneault@gmail.com>
Maintainer-email: Davis Marc Vigneault <davis.vigneault@gmail.com>
License: Apache Software License 2.0
        
        Copyright (c) 2023, Davis Marc Vigneault
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
        http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Project-URL: repository, https://github.com/dvigneault/cardio
Keywords: Medical,Imaging,4D,Visualization
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Healthcare Industry
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Scientific/Engineering :: Image Processing
Classifier: Topic :: Scientific/Engineering :: Medical Science Apps.
Classifier: Topic :: Scientific/Engineering :: Visualization
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# Cardio

`cardio` is a simple web-based viewer for 4D ('cine') medical imaging data.  `cardio` is able to render sequences of mesh files (e.g., `\*.obj` files) and volume renderings of image files (e.g. \*.nii.gz files).  `cardio` is launched from the commandline and configured using a TOML file.

## Quickstart

```bash
$ python -m venv .venv
$ . ./.venv/bin/activate
(.venv) pip install cardio
(.venv) cardio --config ./examples/cfg-example.toml

App running at:
 - Local:   http://localhost:8080/
 - Network: http://127.0.0.1:8080/
```
