Metadata-Version: 2.1
Name: cosimtlk
Version: 0.1.1
Summary: Cosimulation toolkit.
Project-URL: Homepage, https://github.com/attila-balint-kul/cosimulation-toolkit
Author-email: attila.balint@kuleuven.be
License-File: LICENCE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Requires-Dist: attrs>=23.0.0
Requires-Dist: fastapi<1.0.0,>=0.68.0
Requires-Dist: fmpy
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: requests<3.0.0,>=2.26.0
Requires-Dist: uvicorn<1.0.0,>=0.20.0
Provides-Extra: dev
Requires-Dist: pre-commit<4.0.0,>=3.0.0; extra == 'dev'
Requires-Dist: twine<5.0.0,>=4.0.0; extra == 'dev'
Provides-Extra: test
Requires-Dist: black==23.3.0; extra == 'test'
Requires-Dist: httpx==0.24.1; extra == 'test'
Requires-Dist: isort==5.12.0; extra == 'test'
Requires-Dist: mypy==1.4.0; extra == 'test'
Requires-Dist: pytest==7.3.2; extra == 'test'
Requires-Dist: ruff==0.0.274; extra == 'test'
Description-Content-Type: text/markdown

Cosimulation toolkit
====================

[![PyPI version](https://badge.fury.io/py/cosimtlk.svg)](https://badge.fury.io/py/cosimtlk)
[![Hatch project](https://img.shields.io/badge/%F0%9F%A5%9A-Hatch-4051b5.svg)](https://github.com/pypa/hatch)
[![code style - Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![linting - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v0.json)](https://github.com/charliermarsh/ruff)
[![types - Mypy](https://img.shields.io/badge/types-Mypy-blue.svg)](https://github.com/python/mypy)



## Table of Contents

- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)

## Installation

Use the package manager pip to install foobar.

```bash
pip install cosimtlk
```

## Usage

Load your own data and create a dataset.

```python
import cosimtlk
```


## Contributing

Contributions and feedback are welcome! For major changes, please open an issue first to discuss
what you would like to change.

If you'd like to contribute to the project, please follow these steps:

Fork the repository.
Create a new branch for your feature or bug fix.
Make your changes and commit them.
Push your changes to your forked repository.
Submit a pull request describing your changes.

## License

BSD 3-Clause License
