Tags: mixpanel/mixpanel-python
Tags
Update py sdk exposure event tracking and add docs (#144) * Update exposure event tracking and add docs * refactor tests using setup & teardown * Update log level for polling thread to limit log noise * fixing typos from copilot suggestions --------- Co-authored-by: Kwame Efah <kwameefah@h7d9gc72q4-kwameefah.corp.mixpanel.com>
Implement initial feature flag support (#141) * Implement feature flag support * cleanup * update parsing and logging * fix casing and async method prefix conventions * Additional convention and changelist update * Add additional common query params * Addressing comments & adding support for user defined threadpool * Renaming query params for consistency * Add polling stop functionality, refactor api slightly, and increase code coverage * fix exception type * Fix tests when run under pypy * Fix race in tests by completing executor tasks before assertion * onboard to CodeCov * remove name override for coverage file * use updated codecov secret and snippet --------- Co-authored-by: Kwame Efah <kwameefah@h7d9gc72q4-kwameefah.corp.mixpanel.com>
Implement initial feature flag support (#141) * Implement feature flag support * cleanup * update parsing and logging * fix casing and async method prefix conventions * Additional convention and changelist update * Add additional common query params * Addressing comments & adding support for user defined threadpool * Renaming query params for consistency * Add polling stop functionality, refactor api slightly, and increase code coverage * fix exception type * Fix tests when run under pypy * Fix race in tests by completing executor tasks before assertion * onboard to CodeCov * remove name override for coverage file * use updated codecov secret and snippet --------- Co-authored-by: Kwame Efah <kwameefah@h7d9gc72q4-kwameefah.corp.mixpanel.com>
Deprecate EOL python versions and migrate to pyproject.toml (#135) * Deprecate EOL python versions and migrate to pyproject.toml * temp file removal * bump dependent actions versions * fix pypy version * Add python 3.13 and pypy311 - no breaking changes' * undo demo app change * test file update * Adding read-only permission to github action * remove test pkg exclusion * mixpanel should be the only top level pkg * Fix changelist version * cleanup-removing commented code line
PreviousNext