Metadata-Version: 2.1
Name: stackit-loadbalancer
Version: 0.2.0
Summary: Load Balancer API
Author: STACKIT Developer Tools
Author-email: developer-tools@stackit.cloud
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Requires-Dist: pydantic (>=2.9.2)
Requires-Dist: python-dateutil (>=2.9.0.post0)
Requires-Dist: requests (>=2.32.3)
Requires-Dist: stackit-core (>=0.0.1a)
Description-Content-Type: text/markdown

# stackit.loadbalancer
This API offers an interface to provision and manage load balancing servers in your STACKIT project. It also has the possibility of pooling target servers for load balancing purposes.

For each load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.


This package is part of the STACKIT Python SDK. For additional information, please visit the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.


## Installation & Usage
### pip install

```sh
pip install stackit-loadbalancer
```

Then import the package:
```python
import stackit.loadbalancer
```

## Getting Started

[Examples](https://github.com/stackitcloud/stackit-sdk-python/tree/main/examples) for the usage of the package can be found in the [GitHub repository](https://github.com/stackitcloud/stackit-sdk-python) of the SDK.
