Skip to main content

DevCycle Python Server SDK

Welcome to the DevCycle Python Server SDK. There are two modes for the SDK, Local Bucketing (using the local bucketing engine) and Cloud bucketing (using the DevCycle Bucketing API).

We recommend using the Local Bucketing mode by default, as it performs fast local evaluations of your feature flags. If you need access to EdgeDB you will need to use the Cloud Bucketing mode of the SDK.

The SDK is available as a package on PyPI. It is also open source and can be viewed on Github.

PyPI GitHub