# purkinje-learning-myocardial-mesh
A Python library for modeling, manipulating, and analyzing Purkinje fiber networks embedded in myocardial meshes — useful in computational cardiology, electrophysiology modeling, and bioengineering research.
---
## Features
- Parse and manipulate myocardial mesh data
- Integrate Purkinje network geometries
- Designed for computational simulation environments
- Structured for maintainability and versioned releases
- Automated testing with `pytest` and CI-friendly config
---
## Installation
```bash
pip install myocardial-mesh
```
For development:
```bash
pip install -e ".[dev]"
```
Dependencies and development requirements are managed via `pyproject.toml`.
---
## Usage
Here’s a basic example (assumes functional API in `myocardial_mesh` or similar module):
```python
from myocardial_mesh import load_mesh, attach_purkinje_network
mesh = load_mesh("data/mesh.vtk")
network = attach_purkinje_network(mesh)
network.simulate()
```
---
## Versioning & Release
This project uses `release-please` to automate versioning and changelog generation.
Follow [Conventional Commits](https://www.conventionalcommits.org/) to trigger releases.
Example commit:
```csharp
feat: add new Purkinje-mesh attachment algorithm
```
---
## License
This project is licensed under the terms of the MIT license.
Raw data
{
"_id": null,
"home_page": null,
"name": "myocardial-mesh",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "mesh, myocardial, ECG, FIM, vtk, pyvista, simulation, biomedical",
"author": null,
"author_email": "Ricardo Garc\u00eda Ram\u00edrez <rgr.5882@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fc/57/8463ad03bca708e2fd8b75177e92e41eb659bccdbcec0f20fdf667933462/myocardial_mesh-0.1.1.tar.gz",
"platform": null,
"description": "# purkinje-learning-myocardial-mesh\n\nA Python library for modeling, manipulating, and analyzing Purkinje fiber networks embedded in myocardial meshes \u2014 useful in computational cardiology, electrophysiology modeling, and bioengineering research.\n\n---\n\n## Features\n\n- Parse and manipulate myocardial mesh data \n- Integrate Purkinje network geometries \n- Designed for computational simulation environments \n- Structured for maintainability and versioned releases \n- Automated testing with `pytest` and CI-friendly config \n\n---\n\n## Installation\n\n```bash\npip install myocardial-mesh\n```\n\nFor development:\n\n```bash\npip install -e \".[dev]\"\n```\n\nDependencies and development requirements are managed via `pyproject.toml`.\n\n---\n\n## Usage\n\nHere\u2019s a basic example (assumes functional API in `myocardial_mesh` or similar module):\n\n```python\nfrom myocardial_mesh import load_mesh, attach_purkinje_network\n\nmesh = load_mesh(\"data/mesh.vtk\")\nnetwork = attach_purkinje_network(mesh)\nnetwork.simulate()\n```\n\n---\n\n## Versioning & Release\n\nThis project uses `release-please` to automate versioning and changelog generation. \nFollow [Conventional Commits](https://www.conventionalcommits.org/) to trigger releases.\n\nExample commit:\n\n```csharp\nfeat: add new Purkinje-mesh attachment algorithm\n```\n\n---\n\n## License\n\nThis project is licensed under the terms of the MIT license.\n",
"bugtrack_url": null,
"license": null,
"summary": "Ventricular myocardial mesh construction for ECG and FIM simulation",
"version": "0.1.1",
"project_urls": {
"Homepage": "https://github.com/ricardogr07/purkinje-learning-myocardial-mesh",
"Repository": "https://github.com/ricardogr07/purkinje-learning-myocardial-mesh"
},
"split_keywords": [
"mesh",
" myocardial",
" ecg",
" fim",
" vtk",
" pyvista",
" simulation",
" biomedical"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "55522189bcc49c84a77eb12020f5a10cd5637c54524ec422d04bb0e9b3de1ffe",
"md5": "a57f73f57a5a6088db8ee0254ca4f933",
"sha256": "f06d87a74245ae7b7fe5dc0841bada75f7cc6cadf34b2caef15b8ae791011600"
},
"downloads": -1,
"filename": "myocardial_mesh-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a57f73f57a5a6088db8ee0254ca4f933",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 10208,
"upload_time": "2025-07-24T22:42:52",
"upload_time_iso_8601": "2025-07-24T22:42:52.260854Z",
"url": "https://files.pythonhosted.org/packages/55/52/2189bcc49c84a77eb12020f5a10cd5637c54524ec422d04bb0e9b3de1ffe/myocardial_mesh-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "fc578463ad03bca708e2fd8b75177e92e41eb659bccdbcec0f20fdf667933462",
"md5": "ac92223deca3b82ebea100a8772a8060",
"sha256": "0499cd01d76d2dca477e25fd46434777d35a428f1f7e05cdcfc9c88f00943616"
},
"downloads": -1,
"filename": "myocardial_mesh-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "ac92223deca3b82ebea100a8772a8060",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 11234,
"upload_time": "2025-07-24T22:42:53",
"upload_time_iso_8601": "2025-07-24T22:42:53.685680Z",
"url": "https://files.pythonhosted.org/packages/fc/57/8463ad03bca708e2fd8b75177e92e41eb659bccdbcec0f20fdf667933462/myocardial_mesh-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-24 22:42:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "ricardogr07",
"github_project": "purkinje-learning-myocardial-mesh",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "myocardial-mesh"
}