Skip to content

Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games

License

Notifications You must be signed in to change notification settings

kolonialno/snowplow-python-tracker

 
 

Repository files navigation

Python Analytics for Snowplow

Early Release Build Status Test Coverage http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat Pypi Snowplow Tracker Python Versions Monthly Downloads

Update Package (Gemfury)

To release a new version of this package to our Gemfury instance do the following:

Generate the snowplow-tracker package and upload the package to Gemfury

python setup.py sdist
curl -F package=@dist/snowplow-tracker-X.Y.Z.tar.gz https://PUSH_TOKEN@push.fury.io/USERNAME

Ask the #pt-data-platform team for PUSH_TOKEN and set USERNAME=oda

Overview

Add analytics to your Python apps and Python games with the Snowplow event tracker for Python.

With this tracker you can collect event data from your Python-based applications, games or Python web servers/frameworks.

Find out more

Technical Docs Setup Guide Contributing
techdocs setup contributing
Technical Docs Setup Guide Contributing

Python Support

Python version snowplow-tracker version
>=3.5 0.10.0
2.7 0.9.1

Maintainer Quickstart

Assuming pyenv is installed

host$ git clone git@github.com:snowplow/snowplow-python-tracker.git
host$ cd snowplow-python-tracker
host$ pyenv install 2.7.18 && pyenv install 3.5.10 && pyenv install 3.6.14 && pyenv install 3.7.11 && pyenv install 3.8.11 && pyenv install 3.9.6
host$ ./run-tests.sh deploy
host$ ./run-tests.sh test

Copyright and license

The Snowplow Python Tracker is copyright 2013-2021 Snowplow Analytics Ltd.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 2.6%
  • Dockerfile 0.4%