cardio


Namecardio JSON
Version 2023.1.2 PyPI version JSON
download
home_page
SummaryA simple web-based viewer for 4D ('cine') medical imaging data.
upload_time2023-01-27 06:13:25
maintainer
docs_urlNone
author
requires_python>=3.10
licenseApache 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.
keywords medical imaging 4d visualization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/
```

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "cardio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "Davis Marc Vigneault <davis.vigneault@gmail.com>",
    "keywords": "Medical,Imaging,4D,Visualization",
    "author": "",
    "author_email": "Davis Marc Vigneault <davis.vigneault@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/33/43d56c5a57a5605f418a85004f882d682e5b4e5322c994be53804cf0609a/cardio-2023.1.2.tar.gz",
    "platform": null,
    "description": "# Cardio\n\n`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.\n\n## Quickstart\n\n```bash\n$ python -m venv .venv\n$ . ./.venv/bin/activate\n(.venv) pip install cardio\n(.venv) cardio --config ./examples/cfg-example.toml\n\nApp running at:\n - Local:   http://localhost:8080/\n - Network: http://127.0.0.1:8080/\n```\n",
    "bugtrack_url": null,
    "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. ",
    "summary": "A simple web-based viewer for 4D ('cine') medical imaging data.",
    "version": "2023.1.2",
    "split_keywords": [
        "medical",
        "imaging",
        "4d",
        "visualization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "49773d46a800599835530373c187e67eacff42ec90964c1a8ba3b078a58cf760",
                "md5": "122c80808072dd3449fb7c2a68a6db7b",
                "sha256": "ab6d268cb371a62e6bfedecd7114309bdc9e993cec9252b8b8b75f902d8238cd"
            },
            "downloads": -1,
            "filename": "cardio-2023.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "122c80808072dd3449fb7c2a68a6db7b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 10252,
            "upload_time": "2023-01-27T06:13:22",
            "upload_time_iso_8601": "2023-01-27T06:13:22.899442Z",
            "url": "https://files.pythonhosted.org/packages/49/77/3d46a800599835530373c187e67eacff42ec90964c1a8ba3b078a58cf760/cardio-2023.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "453343d56c5a57a5605f418a85004f882d682e5b4e5322c994be53804cf0609a",
                "md5": "904b77244cfa7712e611f5e358489261",
                "sha256": "8013454fbe96a31102db5e5f11f48b423f45228c501fc638e67a0b3d4ab28e2b"
            },
            "downloads": -1,
            "filename": "cardio-2023.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "904b77244cfa7712e611f5e358489261",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 8921,
            "upload_time": "2023-01-27T06:13:25",
            "upload_time_iso_8601": "2023-01-27T06:13:25.272238Z",
            "url": "https://files.pythonhosted.org/packages/45/33/43d56c5a57a5605f418a85004f882d682e5b4e5322c994be53804cf0609a/cardio-2023.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-27 06:13:25",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "cardio"
}
        
Elapsed time: 0.03391s