cardiac-geometries-core


Namecardiac-geometries-core JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryGmsh files for cardiac geometries
upload_time2024-03-29 20:35:18
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseMIT
keywords cardiac geometry
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Cardiac geometries core

Gmsh files for caridac geometries

Source code : https://github.com/ComputationalPhysiology/cardiac-geometries-core


## Install
You can install the package with pip
```
python3 -m pip install cardiac-geometries-core
```
or you can just run a container without any installation, i.e
```
docker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest
```
For example the following command will create an lv ellipsoid and save it to a file called `lv-mesh.msh`
```
docker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest lv-ellipsoid lv-mesh.msh
```

## Authors
Henrik Finsberg (henriknf@simula.no)

## License
MIT

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cardiac-geometries-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cardiac, geometry",
    "author": null,
    "author_email": "Henrik Finsberg <henriknf@simula.no>",
    "download_url": "https://files.pythonhosted.org/packages/2e/74/3322b39a403b21d9b0285b5c67ca376644a890ddf9611e7a43c302680779/cardiac-geometries-core-0.2.1.tar.gz",
    "platform": null,
    "description": "# Cardiac geometries core\n\nGmsh files for caridac geometries\n\nSource code : https://github.com/ComputationalPhysiology/cardiac-geometries-core\n\n\n## Install\nYou can install the package with pip\n```\npython3 -m pip install cardiac-geometries-core\n```\nor you can just run a container without any installation, i.e\n```\ndocker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest\n```\nFor example the following command will create an lv ellipsoid and save it to a file called `lv-mesh.msh`\n```\ndocker run --rm -w /home/shared -v $PWD:/home/shared -it ghcr.io/computationalphysiology/cardiac-geometries-core:latest lv-ellipsoid lv-mesh.msh\n```\n\n## Authors\nHenrik Finsberg (henriknf@simula.no)\n\n## License\nMIT\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Gmsh files for cardiac geometries",
    "version": "0.2.1",
    "project_urls": {
        "Homepage": "https://github.com/finsberg/cardiac-geometries-core"
    },
    "split_keywords": [
        "cardiac",
        " geometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "acc29b67bece915cb876ddb48668c4f8668635e554d314a5803844c880914ca5",
                "md5": "79ceccdc523a536bede79eb960730d89",
                "sha256": "26954d7df780ac08304dad9398fd0fca8692394801a14d5b2be30726638caecf"
            },
            "downloads": -1,
            "filename": "cardiac_geometries_core-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79ceccdc523a536bede79eb960730d89",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11865,
            "upload_time": "2024-03-29T20:35:16",
            "upload_time_iso_8601": "2024-03-29T20:35:16.795261Z",
            "url": "https://files.pythonhosted.org/packages/ac/c2/9b67bece915cb876ddb48668c4f8668635e554d314a5803844c880914ca5/cardiac_geometries_core-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2e743322b39a403b21d9b0285b5c67ca376644a890ddf9611e7a43c302680779",
                "md5": "e1a69c9f3a09ecc8ae504bff5b0e2796",
                "sha256": "94d1bbfc4d248bcc1725f55b9ceb1935958519b1ae2c132ceb5a3b293f3b0617"
            },
            "downloads": -1,
            "filename": "cardiac-geometries-core-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "e1a69c9f3a09ecc8ae504bff5b0e2796",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11641,
            "upload_time": "2024-03-29T20:35:18",
            "upload_time_iso_8601": "2024-03-29T20:35:18.413896Z",
            "url": "https://files.pythonhosted.org/packages/2e/74/3322b39a403b21d9b0285b5c67ca376644a890ddf9611e7a43c302680779/cardiac-geometries-core-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-29 20:35:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "finsberg",
    "github_project": "cardiac-geometries-core",
    "github_not_found": true,
    "lcname": "cardiac-geometries-core"
}
        
Elapsed time: 0.27394s