# Python SDK

The LicenseSpring Python Library provides convenient access to the LicenseSpring API from applications written in the Python language.

## Installation

{% code title="Install via pip" %}

```
pip install licensespring
```

{% endcode %}

{% hint style="info" %}
Requires: Python >= 3.10
{% endhint %}

## Demo application

You can test the SDK using the [**demo app**](https://sdk.licensespring.com/Python%20SDK/v3.6.0/sample_app.zip). All required files and setup instructions are included in the provided ZIP folder.
