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

https://github.com/dhi/mikecore-python

MIKE Core in Python
https://github.com/dhi/mikecore-python

mike python

Last synced: 6 months ago
JSON representation

MIKE Core in Python

Awesome Lists containing this project

README

          

# MIKE Core for Python

A project to facilitate use of the MIKE Core components with Python, targeting Windows as
well as Linux.

The MIKE Core Python classes have an API which is almost identical to the MIKE Core .NET API, to the extend possible.
Since Python does not support all the language constructions that .NET/C\# does (as e.g. method overriding),
the API's are not completely identical. Also, the number of classes in the Python version is also smaller,
since Python classes can be formed while being used. However, the examples and documentation for the
.NET/C\# API is to a high degree applicable also for the use of MIKE Core Python. For details, visit:

[MIKE for Developers/MIKE Core](http://docs.mikepoweredbydhi.com/core_libraries/core-libraries/)

This library is the foundation for [MIKE IO](https://github.com/DHI/mikeio).

## Installation

```pip install mikecore```
```