Metadata-Version: 2.4
Name: bcontrolpy
Version: 0.0.3
Summary: Python Modul zur Steuerung eines B-Control Webinterface
Author-email: "Lukas A." <dein@email.de>
License: Apache License
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp>=3.8
Dynamic: license-file

# bcontrolpy

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

-----

## Table of Contents

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

## Installation

```console
pip install bcontrolpy
```

## Example 
See example.py
```console
example.py --ip <IP> --password "secret"
```


## License

`bcontrolpy` is distributed under the terms of the Apache license.
