matomo-org / piwik-python-api

Piwik API for Python
BSD 3-Clause "New" or "Revised" License
101 stars 43 forks source link

Users have to create a fake request object to use piwikapi outside of Django #7

Closed nkuttler closed 7 years ago

nkuttler commented 11 years ago

This is something that will be fixed as soon as I have some time to do it (or somebody sends a pull request). The docs and source have an example of a fake request class, it's quite trivial to build, but should still be avoided.

brendon-codes commented 7 years ago

The new refactor branch removes the Django dependency. Still need to update tests and docs.