Python wrapper for the Piwik API
Project description
pywik
=====
Python wrapper for the Piwik API.
# Quickstart
Connect to a running Piwik server:
import Pywik
connection = Pywik.Server(
url='piwik.mydomain.com',
auth_token='6a110eba31b4424558fb00c2a76f7380',
)
print(connection.version)
> 2.7.0
=====
Python wrapper for the Piwik API.
# Quickstart
Connect to a running Piwik server:
import Pywik
connection = Pywik.Server(
url='piwik.mydomain.com',
auth_token='6a110eba31b4424558fb00c2a76f7380',
)
print(connection.version)
> 2.7.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
pypiwik-0.0.0dev1.zip
(4.4 kB
view details)
pypiwik-0.0.0dev1.tar.gz
(2.3 kB
view details)
File details
Details for the file pypiwik-0.0.0dev1.zip
.
File metadata
- Download URL: pypiwik-0.0.0dev1.zip
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
da6e2cf391e6d861361743b0ac3c4cd7da54f4f0a76b77d7685e92db5511a242
|
|
MD5 |
30fce36b93dc3093338df610226bc87b
|
|
BLAKE2b-256 |
ee07e9df6b903aa74f3433273d77165e822810f386492d37b69524216f40b491
|
File details
Details for the file pypiwik-0.0.0dev1.tar.gz
.
File metadata
- Download URL: pypiwik-0.0.0dev1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
a42f27965a1ea9420f092e32b41aea5b99d16196179aca54d503872a11b0495d
|
|
MD5 |
b1bed4075cc2488dde915ffcfa4efcbd
|
|
BLAKE2b-256 |
4f3693485c547d8bf44016c66ae2f0a35e8e450d128b50fe9d925d33febabf25
|