cooncesean / mixpanel-query-py

The Python interface to fetch data from Mixpanel.
MIT License
29 stars 17 forks source link

Bumps version to `0.1.6` => Python 2, 3 support #17

Closed cooncesean closed 9 years ago

cooncesean commented 9 years ago

Overview

Simply bumps the version to 0.1.6 to be released on PyPi.

The big change was the most recent PR, which upgraded the library to support Python 2 and 3.

robin900 commented 9 years ago

Sean, sign up for Mixpanel and I'll add you to a new account/project owned by rthomas900+mixpanelquery@gmail.com there. I've seeded events in that project and I have the test suite succeeding against it, using travis-encrypted env vars for the API key/secret.

https://github.com/robin900/mixpanel-query-py/tree/rbt-tox

thesmallestduck commented 9 years ago

FWIW I also agree with @cooncesean that it might be preferable to test in some way that doesn't actually reach out to mixpanel. Requests to MP are rate limited, and I don't think it's a stretch to say a well covered set of tests could exhaust the 60 requests in 60 seconds rolling window pretty easily, and thats with a single entity running the tests in that window.