Metadata-Version: 2.4
Name: stackit-vpn
Version: 0.1.0
Summary: STACKIT VPN API
Project-URL: Homepage, https://github.com/stackitcloud/stackit-sdk-python
Project-URL: Issues, https://github.com/stackitcloud/stackit-sdk-python/issues
Author-email: STACKIT Developer Tools <developer-tools@stackit.cloud>
License-File: LICENSE.md
License-File: NOTICE.txt
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
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
Classifier: Programming Language :: Python :: 3.14
Requires-Python: <4.0,>=3.9
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.vpn
Provision and manage STACKIT VPN gateways.

Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks.
The service supports the following routing architectures:
- Policy-based IPsec
- Static route-based IPsec
- Dynamic BGP IPsec


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-vpn
```

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

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