cardiac-geometries-core


Namecardiac-geometries-core JSON
Version 0.2.3 PyPI version JSON
download
home_pageNone
SummaryGmsh files for cardiac geometries
upload_time2024-06-17 15:09:32
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/4b/5b/6f71b2c6ede078454a63b392b16283d86fcc166fc0492584ecebbf6ec8eb/cardiac_geometries_core-0.2.3.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.3",
    "project_urls": {
        "Homepage": "https://github.com/finsberg/cardiac-geometries-core"
    },
    "split_keywords": [
        "cardiac",
        " geometry"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f3c28a5606455280441247c4911b38f0582fba7e0b4e1727a7ee449f7b918d8f",
                "md5": "4c1d9c1b60df01a07b29dffdaf89d72b",
                "sha256": "b39cd3f3d516a1b480001166420b1a69fd010ae6153b5f833c18224552172e39"
            },
            "downloads": -1,
            "filename": "cardiac_geometries_core-0.2.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4c1d9c1b60df01a07b29dffdaf89d72b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 12136,
            "upload_time": "2024-06-17T15:09:30",
            "upload_time_iso_8601": "2024-06-17T15:09:30.771977Z",
            "url": "https://files.pythonhosted.org/packages/f3/c2/8a5606455280441247c4911b38f0582fba7e0b4e1727a7ee449f7b918d8f/cardiac_geometries_core-0.2.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4b5b6f71b2c6ede078454a63b392b16283d86fcc166fc0492584ecebbf6ec8eb",
                "md5": "9e50d1939e31118bf5580bce43aff3a9",
                "sha256": "8127755d95232e237574eb8fc473f5bfddcd93407b89aca23f0a01eb8c509096"
            },
            "downloads": -1,
            "filename": "cardiac_geometries_core-0.2.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9e50d1939e31118bf5580bce43aff3a9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 11828,
            "upload_time": "2024-06-17T15:09:32",
            "upload_time_iso_8601": "2024-06-17T15:09:32.577115Z",
            "url": "https://files.pythonhosted.org/packages/4b/5b/6f71b2c6ede078454a63b392b16283d86fcc166fc0492584ecebbf6ec8eb/cardiac_geometries_core-0.2.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-17 15:09:32",
    "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.32345s