unleash-client-python icon indicating copy to clipboard operation
unleash-client-python copied to clipboard

Unleash client SDK for Python 💡💡💡

Results 16 unleash-client-python issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.12.0](https://github.com/psf/black-pre-commit-mirror/compare/24.10.0...25.12.0) - [github.com/astral-sh/ruff-pre-commit: v0.7.4 → v0.14.10](https://github.com/astral-sh/ruff-pre-commit/compare/v0.7.4...v0.14.10)

Adds a small async api variant to support the incoming async client

Restructures the connector APIs to be a bit cleaner and so that we can add in async variants of these. Effectively this only moves the `load_features` logic from the abstract...

Harvests out the evaluation logic for the UnleashClient in prep for building an async variant without a ton of copy paste. The only change that I've made here is that...

Harvests out the api methods into a single sync_api place. No logic changes on this one, only that we now explicitly import the methods from their sync_api namespace to prevent...

**Is your feature request related to a problem? Please describe.** I would like to be able to use a feature flag to subscribe/unsubscribe a Kafka consumer essentially enabling or disabling...