Metadata-Version: 2.1
Name: mixpanel-celery
Version: 0.9.0
Summary: Asynchronous event tracking for Mixpanel
Home-page: http://winhamwr.github.io/mixpanel-celery/
Author: Wes Winham
Author-email: winhamwr@gmail.com
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: celery (>=2.5)
Requires-Dist: six

================
 mixpanel-celery
================

Asynchronous event tracking for Mixpanel
========================================

mixpanel-celery helps you use `Celery`_ to asynchronously track your `Mixpanel`_
events. Waiting on HTTP requests to Mixpanel's api to complete every time you
want to record something slows you down. Using mixpanel-celery gives you all of
the Mixpanel goodness without any of the potential performance impact.

Visit the `mixpanel-celery website`_ or `read the docs`_ for more info.

.. _`Celery`: http://ask.github.com/celery/
.. _`Mixpanel`: http://mixpanel.com/
.. _`mixpanel-celery website`: http://winhamwr.github.io/mixpanel-celery/
.. _`read the docs`: http://mixpanel-celery.readthedocs.org


