An open API service indexing awesome lists of open source software.

https://github.com/flagsmith/flagsmith-admin-client

Flagsmith Admin Client
https://github.com/flagsmith/flagsmith-admin-client

Last synced: 4 months ago
JSON representation

Flagsmith Admin Client

Awesome Lists containing this project

README

          

# Flagsmith Admin Client

Python SDK for interacting with the Flagsmith Admin API.

# Local Setup

```shell
poetry install
```

# Tests

```shell
poetry run pytest
```