You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Official PostHog Python library to capture and send events to any PostHog instance (including PostHog.com).
3
+
Please see the main [PostHog docs](https://posthog.com/docs).
4
4
5
-
This library uses an internal queue to make calls non-blocking and fast. It also batches requests and flushes asynchronously, making it perfect to use in any part of your web app or other server side application that needs performance.
6
-
7
-
See [PostHog docs](https://docs.posthog.com) for all documentation, including our [Python docs](https://docs.posthog.com/#/integrations/python-integration).
5
+
Specifically, the [Python integration](https://posthog.com/docs/integrations/python-integration) details.
0 commit comments