Metadata-Version: 2.1
Name: simapy
Version: 4.6.0.dev0
Summary: Python utilities for SIMA
Home-page: https://github.com/SINTEF/simapy
Author: SINTEF Ocean
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: dmtpy (==0.3.4)
Requires-Dist: numpy

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 DMT models using a DMT Python code generator

Please examine the tests for ways to interact

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

## 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.
