A simple wrapper of requests
against matomo's API
pip3 install matomo_sdk_py
from matomo_sdk_py.matomo_sdk_py import ping_matomo
ping_matomo("/test", "https://example.com", 1, "abcdef", "https://example.matomo.cloud/piwik.php")
New release
update version in matomo_sdk_py/__init__.py
update version in changelog
commit with 'version bump 0.1.0'
git tag 0.1.0
git push origin 0.1.0
To publish to pypi
pip3 install twine
rm build/* -rf
rm dist/* -rf
python3 setup.py sdist bdist_wheel
twine upload dist/*
Install locally for development
pip3 install -e .
pip3 install -r requirements_dev.txt
Run test
pytest
Check CHANGELOG.md
Apache License 2.0. Check file LICENSE
matomo_sdk_py
is brought to you by AutofitCloud,
seeking to cut cloud waste on our planet 🌎.
To report a security vulnerability, please use the AutofitCloud contact page.
We will coordinate the fix and disclosure.