Python 3 client library for the Piwik Reporting API.
The Piwik Tracking API is not supported.
Example Usage
from piwik_api import PiwikAPI
p = PiwikAPI(url='https://piwik.example.com',
token='e9f31a88fce426cd27aa4734ace348b8')
# Get list of sites with activity today
sites = p.MultiSites.getAll(period='day', date='today')
# Get stats for all pages, filtered by date range
from datetime import date
pages = p.Actions.getPageURLs(idSite=1, period='range', date=date(2017, 6, 1),
end_date=date(2017, 6, 15))
Release files for piwik-api 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| piwik-api-0.1.2.tar.gz | 6.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| piwik_api-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 14.3 kB
Release files / piwik-api-0.1.2.tar.gz
| Download URL | piwik-api-0.1.2.tar.gz |
|---|---|
| Size | 6.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0dcff9877863da9f650f32e8b83421cc11bec261d1dc8334a93e11ce24c7bbb8
|
|
BLAKE2b-256 checksum How to use checksums |
1441815b417ecf445e34d97aeff34e361a3685a8f226d6777d5083fe6459844d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / piwik_api-0.1.2-py3-none-any.whl
| Download URL | piwik_api-0.1.2-py3-none-any.whl |
|---|---|
| Size | 8.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e2257bf9d82c0fbb0086d193e6f57205dc8f0caa50ffc4c4e4890c052fe70126
|
|
BLAKE2b-256 checksum How to use checksums |
8f73da78c19bd07a9f17ca7e56cebb7d30f056b0e649d7b5db6aed76f836d7aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |