Go to file
David Cramer e84a5bc6af use conftest.py 2012-12-07 15:22:03 -08:00
docs Move django_compat to django.raven_compat 2012-11-24 00:16:26 -08:00
raven Letting flask client set processors 2012-11-29 00:19:30 -08:00
tests Make tornado tests run 2012-12-06 14:58:32 -08:00
.gitignore Merge pull request #195 from cgallemore/master 2012-10-19 12:24:19 -07:00
.travis.yml Improve test commands 2012-11-23 13:04:13 -08:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES 2.0.0 2012-07-05 14:17:04 +02:00
LICENSE More doc cleanup and replacing django-sentry with raven 2011-10-07 16:00:05 -04:00
MANIFEST.in Adding xml to egg 2012-07-05 16:08:50 +02:00
Makefile Improve test commands 2012-11-23 13:04:13 -08:00
README.rst Correct Sentry link 2012-08-10 23:41:59 -07:00
conftest.py use conftest.py 2012-12-07 15:22:03 -08:00
runtests.py use conftest.py 2012-12-07 15:22:03 -08:00
setup.cfg Initial work on making py.test work 2012-12-06 15:03:07 -08:00
setup.py Make tornado tests run 2012-12-06 14:58:32 -08:00
tox.ini Remove gevent as a dependancy to support PyPy 2012-10-19 12:33:30 -07:00

README.rst

Raven
======

.. image:: https://secure.travis-ci.org/getsentry/raven-python.png?branch=master
   :target: http://travis-ci.org/getsentry/raven-python

Raven is a Python client for `Sentry <http://www.getsentry.com/>`_. It provides
full out-of-the-box support for many of the popular frameworks, including
Django, and Flask. Raven also includes drop-in support for any WSGI-compatible
web application.

Your application doesn't live on the web? No problem! Raven is easy to use in
any Python application.

**Raven 1.0 requires at least version 2.0 of Sentry to be installed on the server**

Resources
---------

* `Documentation <http://raven.readthedocs.org/>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
* `Mailing List <https://groups.google.com/group/getsentry>`_
* `IRC <irc://irc.freenode.net/sentry>`_  (irc.freenode.net, #sentry)