Metadata-Version: 2.4
Name: cosimtlk
Version: 0.6.7
Summary: Cosimulation toolkit.
Project-URL: Homepage, https://github.com/attila-balint-kul/cosimulation-toolkit
Project-URL: Source, https://github.com/attila-balint-kul/cosimulation-toolkit
Project-URL: Documentation, https://github.com/attila-balint-kul/cosimulation-toolkit#readme
Project-URL: Issues, https://github.com/attila-balint-kul/cosimulation-toolkit/issues
Author-email: Attila Balint <attila.balint@kuleuven.be>
License-Expression: BSD-3-Clause
License-File: LICENCE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.10
Requires-Dist: attrs>=23.0.0
Requires-Dist: cattrs>=23.0.0
Requires-Dist: cron-converter<2.0.0,>=1.0.0
Requires-Dist: fmpy<0.4.0,>=0.3.0
Requires-Dist: pandas<3.0.0,>=1.4.0
Requires-Dist: simpy<5.0.0,>=4.0.0
Requires-Dist: tqdm<5.0.0,>=4.0.0
Provides-Extra: server
Requires-Dist: fastapi<1.0.0,>=0.100.0; extra == 'server'
Requires-Dist: pydantic-settings<3.0.0,>=2.0.0; extra == 'server'
Requires-Dist: pydantic>=2.0.0; extra == 'server'
Requires-Dist: requests<3.0.0,>=2.26.0; extra == 'server'
Requires-Dist: typer[all]<1.0.0,>=0.9.0; extra == 'server'
Requires-Dist: uvicorn<1.0.0,>=0.20.0; extra == 'server'
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)
[![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
