stackit-alb


Namestackit-alb JSON
Version 0.3.1 PyPI version JSON
download
home_pageNone
SummaryApplication Load Balancer API
upload_time2025-07-10 07:33:42
maintainerNone
docs_urlNone
authorSTACKIT Developer Tools
requires_python<4.0,>=3.8
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # stackit.alb
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 application 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-alb
```

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

## 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.
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "stackit-alb",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.8",
    "maintainer_email": null,
    "keywords": null,
    "author": "STACKIT Developer Tools",
    "author_email": "developer-tools@stackit.cloud",
    "download_url": "https://files.pythonhosted.org/packages/5c/9c/bb4b6175681b512bf352b8582afbae7afe2cc54594edfdc6c3d537a27e2b/stackit_alb-0.3.1.tar.gz",
    "platform": null,
    "description": "# stackit.alb\nThis 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.\n\nFor each application load balancer provided, two VMs are deployed in your OpenStack project subject to a fee.\n\n\nThis 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.\n\n\n## Installation & Usage\n### pip install\n\n```sh\npip install stackit-alb\n```\n\nThen import the package:\n```python\nimport stackit.alb\n```\n\n## Getting Started\n\n[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.",
    "bugtrack_url": null,
    "license": null,
    "summary": "Application Load Balancer API",
    "version": "0.3.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b553fe3fa2c367a94fd76254f45d944712e40d0b938cb37dba4f0fc706207e77",
                "md5": "2eccbb93ed52813ae83e74bcfa4eb96e",
                "sha256": "8f374b01172ae6e5eb05d59d54a13d7b025bc2c29c866207e18139f9854ca6a4"
            },
            "downloads": -1,
            "filename": "stackit_alb-0.3.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2eccbb93ed52813ae83e74bcfa4eb96e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.8",
            "size": 92422,
            "upload_time": "2025-07-10T07:33:41",
            "upload_time_iso_8601": "2025-07-10T07:33:41.237039Z",
            "url": "https://files.pythonhosted.org/packages/b5/53/fe3fa2c367a94fd76254f45d944712e40d0b938cb37dba4f0fc706207e77/stackit_alb-0.3.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5c9cbb4b6175681b512bf352b8582afbae7afe2cc54594edfdc6c3d537a27e2b",
                "md5": "07b5cdb1e42bc67d32309ed4a6caf3bb",
                "sha256": "33786fbbab82a49aa2f586eee44d069c73410a503b22f3227c6bdcd5853e6167"
            },
            "downloads": -1,
            "filename": "stackit_alb-0.3.1.tar.gz",
            "has_sig": false,
            "md5_digest": "07b5cdb1e42bc67d32309ed4a6caf3bb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.8",
            "size": 36293,
            "upload_time": "2025-07-10T07:33:42",
            "upload_time_iso_8601": "2025-07-10T07:33:42.412777Z",
            "url": "https://files.pythonhosted.org/packages/5c/9c/bb4b6175681b512bf352b8582afbae7afe2cc54594edfdc6c3d537a27e2b/stackit_alb-0.3.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 07:33:42",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "stackit-alb"
}
        
Elapsed time: 0.55518s