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 hashes)
pypiwik-0.0.0dev1.tar.gz
(2.3 kB
view hashes)