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
- Host: GitHub
- URL: https://github.com/flagsmith/flagsmith-admin-client
- Owner: Flagsmith
- Created: 2024-01-23T10:42:51.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-27T15:03:23.000Z (over 1 year ago)
- Last Synced: 2025-01-16T18:26:08.208Z (about 1 year ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```