Metadata-Version: 2.1
Name: midas-util
Version: 1.0.0rc7
Summary: A collection of utility functions for MIDAS.
Home-page: https://gitlab.com/midas-mosaik/midas-util
Author: Stephan Balduin
Author-email: stephan.balduin@offis.de
License: LGPL
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 (LGPLv2)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Provides-Extra: dev
License-File: LICENSE

# MIDAS Util

## Description
This package contains a set of utility functions that are used by other MIDAS packages. This includes the base data model and simulator that is used by most of the modules that are based on time used as well as the upgrade module base class.

## Installation
This package will usually be installed automatically if you use any of the other MIDAS packages. However, you can install it manually from pypi with

```bash
pip install midas-util
```

or clone this repository and install directly from the source code.

## Usage
Since this is a loose collection of functions and base classes, there is no general usage advice. If you want to use some of the functions, you should have a look at those functions. Most of them have at least a bit of documentation.

Further documentation is available at https://midas-mosaik.gitlab.io/midas.

## License
This software is released under the GNU Lesser General Public License (LGPL). See the license file for more information about the details. 


