Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sintef/simapy
- Owner: SINTEF
- License: mit
- Created: 2021-09-01T12:09:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-30T07:42:51.000Z (4 months ago)
- Last Synced: 2024-11-11T20:33:05.410Z (about 2 months ago)
- Language: Python
- Size: 3.14 MB
- Stars: 13
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.