engintekin / snowplow-python-tracker

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Analytics for Snowplow

Build Status https://badge.fury.io/py/snowplow-tracker.png https://coveralls.io/repos/snowplow/snowplow-python-tracker/badge.png http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

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 Roadmap Contributing
techdocs setup roadmap contributing
Technical Docs Setup Guide Roadmap Contributing

Contributing quickstart

Assuming Git, Vagrant and VirtualBox are installed:

 host$ git clone git@github.com:snowplow/snowplow-python-tracker.git
 host$ vagrant up && vagrant ssh
guest$ cd /vagrant
guest$ ./run-tests.sh deploy
guest$ ./run-tests.sh test

Publishing

host$ vagrant push

Copyright and license

The Snowplow Python Tracker is copyright 2013-2014 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


Languages

Language:Python 93.5%Language:Shell 6.5%