Metadata-Version: 2.1
Name: PyMyGekko
Version: 0.0.4rc16
Summary: Python Library to access the myGEKKO Query API.
Project-URL: Documentation, https://github.com/StephanU/#readme
Project-URL: Issues, https://github.com/StephanU/PyMyGekko/issues
Project-URL: Source, https://github.com/StephanU/PyMyGekko
Author-email: Stephan Uhle <stephanu@gmx.net>
License-Expression: MIT
License-File: LICENSE
Keywords: mygekko
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.8
Description-Content-Type: text/markdown

# PyMyGekko

Python Library to access the myGEKKO Query API. This project is a work in progress. No guarantee to work until 1.0.0

[![PyPI - Version](https://img.shields.io/pypi/v/pymygekko.svg)](https://pypi.org/project/pymygekko)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pymygekko.svg)](https://pypi.org/project/pymygekko)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install pymygekko
```

## License

`pymygekko` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
