Metadata-Version: 2.4
Name: sme_contrib
Version: 0.0.17
Summary: Useful modules for use with sme (Spatial Model Editor)
Author-email: Liam Keegan <liam@keegan.ch>
License: MIT
Project-URL: Homepage, https://spatial-model-editor.github.io/
Project-URL: Documentation, https://sme-contrib.readthedocs.io/
Project-URL: Github, https://github.com/spatial-model-editor/sme-contrib
Project-URL: Issues, https://github.com/spatial-model-editor/sme-contrib/issues
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
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 :: Python :: 3.14
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: pyswarms
Requires-Dist: sme>=1.4.0
Requires-Dist: pyvista[all]
Requires-Dist: imageio[ffmpeg]
Provides-Extra: tests
Requires-Dist: numdifftools; extra == "tests"
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: scipy; extra == "tests"
Provides-Extra: docs
Requires-Dist: ipykernel; extra == "docs"
Requires-Dist: matplotlib; extra == "docs"
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: pandoc; extra == "docs"
Requires-Dist: sphinx>=4.5.0; extra == "docs"
Requires-Dist: sphinx_rtd_theme>=1.0.0; extra == "docs"
Dynamic: license-file

<img align="left" width="64" height="64" src="https://raw.githubusercontent.com/spatial-model-editor/spatial-model-editor/main/core/resources/icon.iconset/icon_32x32@2x.png" alt="icon">

# sme-contrib

[![pypi](https://img.shields.io/pypi/v/sme-contrib.svg)](https://pypi.org/project/sme-contrib)
[![python versions](https://img.shields.io/pypi/pyversions/sme-contrib)](https://pypi.org/project/sme-contrib)
[![docs](https://readthedocs.org/projects/sme-contrib/badge/?version=latest)](https://sme-contrib.readthedocs.io)
[![tests](https://github.com/spatial-model-editor/sme-contrib/workflows/Tests/badge.svg)](https://github.com/spatial-model-editor/sme-contrib/actions?query=workflow%3ATests)
[![codecov](https://codecov.io/gh/spatial-model-editor/sme-contrib/branch/master/graph/badge.svg?token=jG4pg9APRN)](https://codecov.io/gh/spatial-model-editor/sme-contrib)

A collection of useful modules for use with [sme](https://pypi.org/project/sme/),
the python interface to [Spatial Model Editor](https://spatial-model-editor.github.io).

See the [online documentation](https://sme-contrib.readthedocs.io) for more information.
