|
| 1 | +Python Analytics for Snowplow |
| 2 | +============================= |
| 3 | + |
| 4 | +[](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/tracker-maintenance-classification/)[](https://github.com/snowplow/snowplow-python-tracker/actions)[](https://coveralls.io/github/snowplow/snowplow-python-tracker?branch=master) [](http://www.apache.org/licenses/LICENSE-2.0) |
| 5 | + |
| 6 | + |
| 7 | +[](https://pypi.org/project/snowplow-tracker/)[](https://pypi.org/project/snowplow-tracker/)[](https://pypi.org/project/snowplow-tracker/) |
| 8 | + |
| 9 | +Overview |
| 10 | +-------- |
| 11 | + |
| 12 | +Add analytics to your Python apps and Python games with the |
| 13 | +[Snowplow](http://snowplow.io) event tracker for |
| 14 | +[Python](http://python.org). |
| 15 | + |
| 16 | +With this tracker you can collect event data from your Python-based |
| 17 | +applications, games or Python web servers/frameworks. |
| 18 | + |
| 19 | +Find out more |
| 20 | +------------- |
| 21 | + |
| 22 | + ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| 23 | + |
| 24 | + | Snowplow Docs | API Docs | Contributing | |
| 25 | + | :----: | :----: | :----: | |
| 26 | + |  |  |  | |
| 27 | + | [Snowplow Docs](https://docs.snowplow.io/docs/collecting-data/collecting-from-own-applications/python-tracker/) | [API Docs](https://snowplow.github.io/snowplow-python-tracker/index.html)| [Contributing](https://github.com/snowplow/snowplow-python-tracker/blob/master/CONTRIBUTING.md) | |
| 28 | + -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 29 | + |
| 30 | +Python Support |
| 31 | +-------------- |
| 32 | + |
| 33 | +| Python version | snowplow-tracker version | |
| 34 | +| :----: | :----: | |
| 35 | +| \>=3.5 | > 0.10.0 | |
| 36 | +| 2.7 | > 0.9.1 | |
| 37 | + |
| 38 | +Maintainer Quickstart |
| 39 | +--------------------- |
| 40 | + |
| 41 | +Assuming [docker](https://www.docker.com/) is installed |
| 42 | + |
| 43 | + host$ git clone [email protected]:snowplow/snowplow-python-tracker.git |
| 44 | + host$ cd snowplow-python-tracker |
| 45 | + host$ docker build -t snowplow-python-tracker . && docker run snowplow-python-tracker |
| 46 | + |
| 47 | +Copyright and license |
| 48 | +--------------------- |
| 49 | + |
| 50 | +The Snowplow Python Tracker is copyright 2013-2022 Snowplow Analytics |
| 51 | +Ltd. |
| 52 | + |
| 53 | +Licensed under the [Apache License, Version |
| 54 | +2.0](http://www.apache.org/licenses/LICENSE-2.0) (the \"License\"); you |
| 55 | +may not use this software except in compliance with the License. |
| 56 | + |
| 57 | +Unless required by applicable law or agreed to in writing, software |
| 58 | +distributed under the License is distributed on an \"AS IS\" BASIS, |
| 59 | +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 60 | +See the License for the specific language governing permissions and |
| 61 | +limitations under the License. |
0 commit comments