Metadata-Version: 2.1
Name: sme
Version: 1.2.1
Summary: Spatial Model Editor python bindings
Home-page: https://spatial-model-editor.github.io/
Author: Liam Keegan
Author-email: liam@keegan.ch
License: UNKNOWN
Project-URL: Documentation, https://spatial-model-editor.readthedocs.io/
Project-URL: Github, https://github.com/spatial-model-editor/spatial-model-editor
Project-URL: Issues, https://github.com/spatial-model-editor/spatial-model-editor/issues
Project-URL: Try it online, https://colab.research.google.com/github/spatial-model-editor/spatial-model-editor/blob/master/docs/sme/notebooks/getting_started.ipynb
Platform: UNKNOWN
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 :: C++
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown
License-File: LICENSE


# sme

[![pypi releases](https://img.shields.io/pypi/v/sme.svg)](https://pypi.org/project/sme)
[![open in colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/spatial-model-editor/spatial-model-editor/blob/master/docs/sme/notebooks/getting_started.ipynb)
[![python versions](https://img.shields.io/pypi/pyversions/sme)](https://pypi.org/project/sme)

sme is the Python interface to [Spatial Model Editor](https://spatial-model-editor.github.io).

It can be used to modify parameters in a model and to simulate a model.

It can be installed from [PyPI](https://pypi.org/project/sme/) using pip:

```
pip install sme
```

You can also [try it out][1] online without installing anything using Google Colab
(click on `Runtime -> Run all` or press `Ctrl+F9` to get started)

[1]: https://colab.research.google.com/github/spatial-model-editor/spatial-model-editor/blob/master/docs/sme/notebooks/getting_started.ipynb

Documentation: <https://spatial-model-editor.readthedocs.io/en/stable/sme/sme.html>

Supported platforms and python versions:

- linux

  - CPython: 3.6, 3.7, 3.8, 3.9, 3.10

  - PyPy: 3.7

- macOS 10.14+

  - CPython: 3.6, 3.7, 3.8, 3.9, 3.10

  - PyPy: 3.7

- windows 64-bit

  - CPython: 3.6, 3.7, 3.8, 3.9, 3.10

  - PyPy: 3.7

- windows 32-bit

  - CPython: 3.6, 3.7, 3.8, 3.9, 3.10


