Go to file
David Cramer 5586e865f2 Update tests to reflect current behavior 2013-01-21 16:10:51 -08:00
docs Update compatible versions in the ZeroRPC middleware documentation 2013-01-07 16:07:34 +01:00
raven Merge pull request #237 from lopter/master 2013-01-21 16:04:27 -08:00
tests Update tests to reflect current behavior 2013-01-21 16:10:51 -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 Support SENTRY_IGNORE_EXCEPTIONS in Django as a solution for the removed skip_sentry behavior 2012-12-26 13:45:27 -08:00
LICENSE More doc cleanup and replacing django-sentry with raven 2011-10-07 16:00:05 -04:00
MANIFEST.in 2.0.12.2 (missing requirements in dist) 2012-12-18 00:08:08 -08:00
Makefile Dont allow any lint violations 2012-12-26 16:27:04 -08:00
README.rst Correct Sentry link 2012-08-10 23:41:59 -07:00
conftest.py Update tests to reflect current behavior 2013-01-21 16:10:51 -08:00
runtests.py Improve how tests are run 2012-12-14 22:26:20 -08:00
setup.cfg Default to failfast and short tracebacks 2012-12-26 13:30:27 -08:00
setup.py 3.1.4 2013-01-18 11:11:56 -08:00
test-requirements.txt Switch to exam test runner instead of our fixture implementation 2012-12-26 13:29:47 -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)