Metadata-Version: 2.1
Name: pigreads
Version: 0.1.2
Summary: Python-integrated GPU-enabled reaction diffusion solver
Author-Email: Desmond Kabus <desmond@kabus.eu>
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: GPU
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: C
Classifier: Programming Language :: C++
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Typing :: Typed
Project-URL: Homepage, https://gitlab.com/pigreads/pigreads
Project-URL: Bug tracker, https://gitlab.com/pigreads/pigreads/-/issues
Project-URL: Discussions, https://gitlab.com/pigreads/pigreads/-/issues
Project-URL: Changelog, https://gitlab.com/pigreads/pigreads/-/releases
Requires-Python: >=3.9
Requires-Dist: numpy>=2.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: pytest>=6; extra == "test"
Requires-Dist: pytest-cov>=3; extra == "test"
Requires-Dist: myokit>=1.37; extra == "test"
Requires-Dist: pytest>=6; extra == "dev"
Requires-Dist: pytest-cov>=3; extra == "dev"
Requires-Dist: myokit>=1.37; extra == "dev"
Requires-Dist: sphinx>=7.0; extra == "docs"
Requires-Dist: myst_parser>=0.13; extra == "docs"
Requires-Dist: sphinx_copybutton; extra == "docs"
Requires-Dist: sphinx_autodoc_typehints; extra == "docs"
Requires-Dist: furo>=2023.08.17; extra == "docs"
Provides-Extra: test
Provides-Extra: dev
Provides-Extra: docs
Description-Content-Type: text/markdown

# Pigreads

[![Pipeline Status][pipeline-badge]][pipeline-link]
[![Coverage Report][coverage-badge]][coverage-link]
[![Latest Release][release-badge]][release-link]
[![Documentation Status][rtd-badge]][rtd-link]

[![PyPI platforms][pypi-platforms]][pypi-link]
[![PyPI version][pypi-version]][pypi-link]
[![TestPyPI version][testpypi-version]][testpypi-link]
[![Conda-Forge][conda-badge]][conda-link]

<!-- SPHINX-START -->

Pigreads stands for **Python-integrated GPU-enabled reaction diffusion solver**.

<!-- prettier-ignore-start -->
[conda-badge]:              https://img.shields.io/conda/vn/conda-forge/pigreads
[conda-link]:               https://github.com/conda-forge/pigreads-feedstock
[coverage-badge]:           https://gitlab.com/pigreads/pigreads/badges/main/coverage.svg
[coverage-link]:            https://gitlab.com/pigreads/pigreads/-/commits/main
[pipeline-badge]:           https://gitlab.com/pigreads/pigreads/badges/main/pipeline.svg
[pipeline-link]:            https://gitlab.com/pigreads/pigreads/-/pipelines
[pypi-link]:                https://pypi.org/project/pigreads/
[pypi-platforms]:           https://img.shields.io/pypi/pyversions/pigreads
[pypi-version]:             https://img.shields.io/pypi/v/pigreads
[testpypi-version]:         https://img.shields.io/pypi/v/pigreads?pypiBaseUrl=https%3A%2F%2Ftest.pypi.org&label=testpypi
[testpypi-link]:            https://test.pypi.org/project/pigreads/
[release-badge]:            https://gitlab.com/pigreads/pigreads/-/badges/release.svg
[release-link]:             https://gitlab.com/pigreads/pigreads/-/releases
[rtd-badge]:                https://readthedocs.org/projects/pigreads/badge/?version=latest
[rtd-link]:                 https://pigreads.readthedocs.io/en/latest/?badge=latest

<!-- prettier-ignore-end -->
