RudderStack is an open-source Segment alternative written in Go, built for the enterprise.
Project description
RudderStack Python SDK
RudderStack’s Python SDK lets you track events from your Python application. Once enabled, the event requests hit the RudderStack servers. RudderStack then transforms and routes these events to your specified destination platforms.
More details on the Python SDK can be found in our documentation
Getting Started with Python SDK
Install rudder-sdk-python
using pip
:
pip install rudder-sdk-python
Initializing the RudderStack Client
import rudderstack.analytics as analytics
analytics.write_key = <SOURCE_WRITE_KEY>
analytics.on_error = <FAILURE CALLBACK>
analytics.debug = <True or False>
analytics.dataPlaneUrl = <RUDDERSTACK_DATA_PLANE_URL>
analytics.gzip = <True or False>
Sending Events
Once the RudderStack client is initialized, you can use it to send your customer events. A sample track
call is shown below:
rudder_analytics.track('developer_user_id', 'Simple Track Event', {
'key1': 'val1'
})
analytics.track('user_id', 'Simple Track Event', anonymous_id='anonymousId',
properties={
'key1': 'val1'
}, context={
'key1': 'val1'
})
For more information on the supported calls, refer to the documentation.
About RudderStack
RudderStack is a customer data platform for developers. Our tooling makes it easy to deploy pipelines that collect customer data from every app, website and SaaS platform, then activate it in your warehouse and business tools.
More information on RudderStack can be found here.
Contact Us
For more information on any of the sections covered in this readme, you can contact us or start a conversation on our Slack channel.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for rudder_sdk_python-2.1.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 555f21ea2a00542b9e509f037a8fe7c86ec0c20ecae1591c2b382ae24d9c945c |
|
MD5 | 54c51a8db4843b72ee6006f5a7781d6d |
|
BLAKE2b-256 | 83cc72f74181849ca000537378c5f8c310d3d6e61e176051d2b8fdfc7857626e |