Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sintef/simapy

Python API to interact with SIMA
https://github.com/sintef/simapy

Last synced: about 2 months ago
JSON representation

Python API to interact with SIMA

Awesome Lists containing this project

README

        

SIMAPy - Python utilities for SIMA
=================================================================

This Python library can be used to interact with [SIMA](https://sima.sintef.no)

Parts of the library is generated from [data models](https://github.com/SINTEF/sima-dmt-models) using a [Python code generator](https://github.com/SINTEF/dmt-gen-py)

Please examine the tests for ways to interact

Also check out the examples in [simapy-examples](https://github.com/SINTEF/simapy-examples)

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install simapy.

```bash
pip install simapy
```

## Dependencies

* [DMTPY](https://github.com/SINTEF/dmtpy)

## Authors

* **Lasse Bjermeland** - [lassebje](https://github.com/lassebje)

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.