Metadata-Version: 2.3
Name: pyeikonal
Version: 0.0.5
Summary: Eikonal equation solver in Python
License: Apache-2.0
Author: OUCyf
Author-email: oucyinfu@gmail.com
Requires-Python: >=3.9,<3.13
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
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: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: fteikpy (>=2.4.0,<3.0.0)
Requires-Dist: func_timeout (>=4.3.5,<5.0.0)
Requires-Dist: joblib (>=1.3.2,<2.0.0)
Requires-Dist: matplotlib (>=3.8.3,<4.0.0)
Requires-Dist: numba (>=0.59.0,<0.60.0)
Requires-Dist: numpy (>=1.26.4,<2.0.0)
Requires-Dist: plotly (>=5.19.0,<6.0.0)
Requires-Dist: scipy (>=1.12.0,<2.0.0)
Requires-Dist: tqdm (>=4.66.2,<5.0.0)
Description-Content-Type: text/markdown

# pyeikonal

[![Actions Status](https://github.com/shakeflow/eikpy/actions/workflows/workflow.yml/badge.svg)](https://github.com/shakeflow/eikpy/actions)
[![coverage](https://codecov.io/gh/shakeflow/eikpy/branch/main/graph/badge.svg)](https://codecov.io/gh/shakeflow/eikpy)
[![docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://shakeflow.github.io/eikpy/)
[![supported versions](https://img.shields.io/pypi/pyversions/eikpy.svg?label=python_versions)](https://pypi.python.org/pypi/eikpy)
[![docs](https://badge.fury.io/py/eikpy.svg)](https://badge.fury.io/py/eikpy)


Eikonal equation solver in Python.

## License

