docs | |
---|---|
tests | |
package |
Official python implementation of the Piwik tracking API. You can use it to track visitors, ecommerce, actions, goals, generate reports and much more.
- Free software: BSD license
pip install piwik-tracker
https://piwik-python-tracker.readthedocs.io/
To run the all tests run:
tox
Note, to combine the coverage data from all the tox environments run:
Windows | set PYTEST_ADDOPTS=--cov-append tox |
---|---|
Other | PYTEST_ADDOPTS=--cov-append tox |