# Python

#### Welcome to the Flagship Python SDK documentation!

The following article will guide you through the steps to get Flagship up and running on your Python servers or scripts using our client library with preconfigured methods to implement the Decision API.

* [Installation](https://docs.abtasty.com/server-side/sdks/python/python-installation)
* [Quick Start](https://docs.abtasty.com/server-side/sdks/python/python-quick-start)
* [Reference](https://docs.abtasty.com/server-side/sdks/python/python-reference)

## SDK features

This SDK will help you:

* Manage [visitors](https://docs.abtasty.com/server-side/glossary#visitor-id) and their [context](https://docs.abtasty.com/server-side/glossary#user-context)
* Get campaigns flags via [Decision API](https://docs.abtasty.com/server-side/concepts/decision-mode#decision-api-cloud) or the [Bucketing](https://docs.abtasty.com/server-side/concepts/decision-mode#bucketing)
* Send hit events to our [Universal Collect](https://docs.abtasty.com/server-side/concepts/universal-collect-1)

## Prerequisites

* **Python**: version 3.7 or later
* Your server/device must have access to the **internet**.
* You need the **pip** or **poetry** package installer in your Python environment.

## Good to know

* Github repository: <https://github.com/abtasty/flagship-python-sdk>
* Weight: \~50 ko

## Versions

The latest version of our Python SDK is [**3.0.1**](https://docs.abtasty.com/server-side/sdks/python).

#### Change logs

Find the versions change logs on our [Github Repository](https://github.com/flagship-io/flagship-python-sdk/releases)

## Contact us

Feel free to [contact us](mailto:product.feedback@abtasty.com?subject=Flagship%20Developer%20Documentation) if you have any questions regarding this documentation.
