mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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. This is a fork of the original Snowplow Python tracker v0.8.0, with a number of changes: - All emitters except for the basic one removed - Tests converted to docker - All tracking event methods except for structured/unstructured removed - Python 3.7 supported PR: 274580 Author: Pat Maddox <pat@patmaddox.com>
12 lines
479 B
Text
12 lines
479 B
Text
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.
|
|
|
|
This is a fork of the original Snowplow Python tracker v0.8.0, with a number of
|
|
changes:
|
|
- All emitters except for the basic one removed
|
|
- Tests converted to docker
|
|
- All tracking event methods except for structured/unstructured removed
|
|
- Python 3.7 supported
|