Metadata-Version: 2.0
Name: opbeat
Version: 1.2
Summary: opbeat is a client for Opbeat (https://www.opbeat.com)
Home-page: http://github.com/opbeat/opbeat_python
Author: Ron Cohen
Author-email: ron@opbeat.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
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
Provides-Extra: test
Requires-Dist: blinker (>=1.1); extra == 'test'
Requires-Dist: celery; extra == 'test'
Requires-Dist: Django (>=1.2); extra == 'test'
Requires-Dist: django-celery; extra == 'test'
Requires-Dist: django-nose; extra == 'test'
Requires-Dist: Flask (>=0.8); extra == 'test'
Requires-Dist: logbook; extra == 'test'
Requires-Dist: nose; extra == 'test'
Requires-Dist: mock; extra == 'test'
Requires-Dist: pep8; extra == 'test'
Requires-Dist: webob; extra == 'test'
Requires-Dist: pytz; extra == 'test'
Requires-Dist: unittest2; extra == 'test'
Requires-Dist: gevent; extra == 'test'
Requires-Dist: zerorpc (>=0.4.0); extra == 'test'

opbeat
======

opbeat is a Python client for `Opbeat <https://opbeat.com/>`_. It provides
full out-of-the-box support for many of the popular frameworks, including
`Django <djangoproject.com>`_, `Flask <http://flask.pocoo.org/>`_, and `Pylons
<http://www.pylonsproject.org/>`_. opbeat also includes drop-in support for any
`WSGI <http://wsgi.readthedocs.org/>`_-compatible web application.


