Skip to content

amplitude/Amplitude-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Amplitude Python SDK

PyPI version

The official Amplitude backend Python SDK for server-side instrumentation.

Development

Run Server Locally

Refer to examples/README.md.

Run Unit Tests Locally

Run Directly

python3 -m unittest discover -s ./src -p 'test_*.py'

Run with tox

pip3 install --user tox
python3 -m tox -e py

Amplitude and Ampli Wrapper

Ampli SDK is autogenerated library based on your pre-defined tracking plan. The Ampli Wrapper, is a lightweight wrapper over the Amplitude SDK that provides type-safety, supports linting, and enables features like input validation. The code replicates the spec in the Tracking Plan and enforces its rules and requirements. This repository is about Amplitude SDK. To learn more about Ampli Wrapper, please refer to the Ampli Python and examples.

Installation and Quick Start

Please visit the Developer Center for instructions on installing and using our the SDK.

Changelog

View the releases here.

Need Help?

If you have any issues using our SDK, feel free to create a GitHub issue or submit a request on Amplitude Help.