myokit


Namemyokit JSON
Version 1.37.1 PyPI version JSON
download
home_pagehttp://myokit.org
SummaryA modeling and simulation tool for cardiac cellular electrophysiology
upload_time2024-11-05 12:08:08
maintainerNone
docs_urlNone
authorMichael Clerx
requires_python>=3.7
licenseBSD 3-clause license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            [![Ubuntu unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-ubuntu.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-ubuntu.yml)
[![MacOS unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-macos.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-macos.yml)
[![Windows unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows.yml)
[![Windows Miniconda test](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows-miniconda.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows-miniconda.yml)
[![codecov](https://codecov.io/gh/myokit/myokit/branch/main/graph/badge.svg)](https://codecov.io/gh/myokit/myokit)
[![Documentation Status](https://readthedocs.org/projects/myokit/badge/?version=latest)](https://myokit.readthedocs.io/?badge=latest)

![Myokit](https://myokit.org/static/img/logo.png)

[Myokit](https://myokit.org) is a tool for modeling and simulation of cardiac cellular electrophysiology.
It's [open-source](https://github.com/myokit/myokit/blob/main/LICENSE.txt), written in Python, hosted on [GitHub](https://github.com/myokit/myokit/) and available on [PyPi](https://pypi.org/project/myokit/).
For the latest documentation, see [myokit.readthedocs.io](https://myokit.readthedocs.io/).

More information, including examples and an installation guide, is available on [myokit.org](https://myokit.org).
A list of changes introduced in each Myokit release is provided in the [Changelog](https://github.com/myokit/myokit/blob/main/CHANGELOG.md).


## Install

For full installation details (on linux, mac, or windows), please see [https://myokit.org/install](https://myokit.org/install).
A shorter installation guide for experienced users is given below.

To install Myokit, using PyQt5 for Myokit's GUI components, run:

    pip install myokit[pyqt]
    
to use PySide2 instead, run:
    
    pip install myokit[pyside]
    
If you're not planning to use the GUI components (for example to run simulations on a server), you can simply install with

    pip install myokit

On Linux and Windows, start menu icons can be added by running

    python -m myokit icons

To run single-cell simulations, [CVODES](https://computation.llnl.gov/projects/sundials/sundials-software) must be installed (but Windows users can skip this step, as binaries are included in the pip install).
In addition, Myokit needs a working C/C++ compiler to be present on the system.

Existing Myokit installations can be upgraded using

    pip install --upgrade myokit


## Quick-start guide

After installation, to quickly test if Myokit works, type

    python -m myokit run example
    
or simply

    myokit run example
    
To open an IDE window, type

    myokit ide

To see what else Myokit can do, type

    myokit -h
    

## Contributing to Myokit

Contributing to Myokit is as easy as [asking questions](https://github.com/myokit/myokit/discussions) or posting [issues and feature requests](https://github.com/myokit/myokit/issues), and we have [pledged](./CODE_OF_CONDUCT.md) to make this an inclusive experience.

We are always looking for people to contribute code too!
Guidelines to help you do this are provided in [CONTRIBUTING.md](./CONTRIBUTING.md), but before diving in please [open an issue](https://github.com/myokit/myokit/issues) so that we can first discuss what needs to be done.

A high-level plan for Myokit's future is provided in the [roadmap](./ROADMAP.md).


### Meet the team!

Myokit's development is driven by a [team](https://github.com/orgs/myokit/people) at the Universities of Nottingham, Oxford, and Macao, led by Michael Clerx (Nottingham).
It is guided by an external advisory board composed of Jordi Heijman (Maastricht University), Trine Krogh-Madsen (Weill Cornell Medicine), and David Gavaghan (Oxford).


## Citing Myokit

If you use Myokit in your research, please cite it using the information in our [CITATION file](https://github.com/myokit/myokit/blob/main/CITATION).

We like to [keep track of who's using Myokit](https://myokit.org/publications/) for research (based on publications) and teaching (based on peronsal correspondence).
If you've used Myokit in teaching, we're always happy to hear about it so please get in touch via the [discussion board](https://github.com/myokit/myokit/discussions)!

            

Raw data

            {
    "_id": null,
    "home_page": "http://myokit.org",
    "name": "myokit",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": null,
    "author": "Michael Clerx",
    "author_email": "michael@myokit.org",
    "download_url": "https://files.pythonhosted.org/packages/82/5f/2f05ded8ea5f595faa33239ed1698c349ef6936e5b40c1ac90c05c77af1a/myokit-1.37.1.tar.gz",
    "platform": null,
    "description": "[![Ubuntu unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-ubuntu.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-ubuntu.yml)\n[![MacOS unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-macos.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-macos.yml)\n[![Windows unit tests](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows.yml)\n[![Windows Miniconda test](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows-miniconda.yml/badge.svg)](https://github.com/myokit/myokit/actions/workflows/unit-tests-windows-miniconda.yml)\n[![codecov](https://codecov.io/gh/myokit/myokit/branch/main/graph/badge.svg)](https://codecov.io/gh/myokit/myokit)\n[![Documentation Status](https://readthedocs.org/projects/myokit/badge/?version=latest)](https://myokit.readthedocs.io/?badge=latest)\n\n![Myokit](https://myokit.org/static/img/logo.png)\n\n[Myokit](https://myokit.org) is a tool for modeling and simulation of cardiac cellular electrophysiology.\nIt's [open-source](https://github.com/myokit/myokit/blob/main/LICENSE.txt), written in Python, hosted on [GitHub](https://github.com/myokit/myokit/) and available on [PyPi](https://pypi.org/project/myokit/).\nFor the latest documentation, see [myokit.readthedocs.io](https://myokit.readthedocs.io/).\n\nMore information, including examples and an installation guide, is available on [myokit.org](https://myokit.org).\nA list of changes introduced in each Myokit release is provided in the [Changelog](https://github.com/myokit/myokit/blob/main/CHANGELOG.md).\n\n\n## Install\n\nFor full installation details (on linux, mac, or windows), please see [https://myokit.org/install](https://myokit.org/install).\nA shorter installation guide for experienced users is given below.\n\nTo install Myokit, using PyQt5 for Myokit's GUI components, run:\n\n    pip install myokit[pyqt]\n    \nto use PySide2 instead, run:\n    \n    pip install myokit[pyside]\n    \nIf you're not planning to use the GUI components (for example to run simulations on a server), you can simply install with\n\n    pip install myokit\n\nOn Linux and Windows, start menu icons can be added by running\n\n    python -m myokit icons\n\nTo run single-cell simulations, [CVODES](https://computation.llnl.gov/projects/sundials/sundials-software) must be installed (but Windows users can skip this step, as binaries are included in the pip install).\nIn addition, Myokit needs a working C/C++ compiler to be present on the system.\n\nExisting Myokit installations can be upgraded using\n\n    pip install --upgrade myokit\n\n\n## Quick-start guide\n\nAfter installation, to quickly test if Myokit works, type\n\n    python -m myokit run example\n    \nor simply\n\n    myokit run example\n    \nTo open an IDE window, type\n\n    myokit ide\n\nTo see what else Myokit can do, type\n\n    myokit -h\n    \n\n## Contributing to Myokit\n\nContributing to Myokit is as easy as [asking questions](https://github.com/myokit/myokit/discussions) or posting [issues and feature requests](https://github.com/myokit/myokit/issues), and we have [pledged](./CODE_OF_CONDUCT.md) to make this an inclusive experience.\n\nWe are always looking for people to contribute code too!\nGuidelines to help you do this are provided in [CONTRIBUTING.md](./CONTRIBUTING.md), but before diving in please [open an issue](https://github.com/myokit/myokit/issues) so that we can first discuss what needs to be done.\n\nA high-level plan for Myokit's future is provided in the [roadmap](./ROADMAP.md).\n\n\n### Meet the team!\n\nMyokit's development is driven by a [team](https://github.com/orgs/myokit/people) at the Universities of Nottingham, Oxford, and Macao, led by Michael Clerx (Nottingham).\nIt is guided by an external advisory board composed of Jordi Heijman (Maastricht University), Trine Krogh-Madsen (Weill Cornell Medicine), and David Gavaghan (Oxford).\n\n\n## Citing Myokit\n\nIf you use Myokit in your research, please cite it using the information in our [CITATION file](https://github.com/myokit/myokit/blob/main/CITATION).\n\nWe like to [keep track of who's using Myokit](https://myokit.org/publications/) for research (based on publications) and teaching (based on peronsal correspondence).\nIf you've used Myokit in teaching, we're always happy to hear about it so please get in touch via the [discussion board](https://github.com/myokit/myokit/discussions)!\n",
    "bugtrack_url": null,
    "license": "BSD 3-clause license",
    "summary": "A modeling and simulation tool for cardiac cellular electrophysiology",
    "version": "1.37.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/myokit/myokit/issues",
        "Documentation": "http://docs.myokit.org",
        "Homepage": "http://myokit.org",
        "Source Code": "https://github.com/myokit/myokit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8f6c97ab2c84b9878bdc2a00df03e3cece8b1dd8feee9549974af82f1fcb42f1",
                "md5": "479067256f5fad06f1d1f87c8517228c",
                "sha256": "220d7f4510f69058c3872d70ba94d4b797e4a17683777bb51fe2b5743d420f32"
            },
            "downloads": -1,
            "filename": "myokit-1.37.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "479067256f5fad06f1d1f87c8517228c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2250259,
            "upload_time": "2024-11-05T12:08:06",
            "upload_time_iso_8601": "2024-11-05T12:08:06.061871Z",
            "url": "https://files.pythonhosted.org/packages/8f/6c/97ab2c84b9878bdc2a00df03e3cece8b1dd8feee9549974af82f1fcb42f1/myokit-1.37.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "825f2f05ded8ea5f595faa33239ed1698c349ef6936e5b40c1ac90c05c77af1a",
                "md5": "64cf8689ac823ec1dbbbea6517332355",
                "sha256": "9625eca96b75b92ccf21c6118ff75f5443b2f561a4b49b58274ef0ee96fcd7f6"
            },
            "downloads": -1,
            "filename": "myokit-1.37.1.tar.gz",
            "has_sig": false,
            "md5_digest": "64cf8689ac823ec1dbbbea6517332355",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 2068786,
            "upload_time": "2024-11-05T12:08:08",
            "upload_time_iso_8601": "2024-11-05T12:08:08.961945Z",
            "url": "https://files.pythonhosted.org/packages/82/5f/2f05ded8ea5f595faa33239ed1698c349ef6936e5b40c1ac90c05c77af1a/myokit-1.37.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-05 12:08:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "myokit",
    "github_project": "myokit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "myokit"
}
        
Elapsed time: 0.42823s