python-client
python-client copied to clipboard
Python SDK client for Split Software
# Python SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# Python SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
Hi, I am wondering if you had any guides for using Split within Celery tasks. I noticed that it happens sometimes that if I try to evaluate a feature flag...
# Python SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
Currently when there is an api error the logger logs and error, but the stack trace is included only in a following debug log. This is true to all api...
# Python SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# Python SDK ## What did you accomplish? ## How do we test the changes introduced in this PR? ## Extra Notes
# Python SDK ## What did you accomplish? Currently the timestamp for an event is hardcoded as the current time in the track function. This means that you cannot backdate...
Hello, We've noticed a couple of instances where the split.io client seems to cause issues with other threads running within a single Python 3.8 process. The client (version 9.1.0) is...