Go to file
Xavier Ordoquy 8acb2f3fc8 logbook doesn't work for python 3.3 yet, ignore their test 2013-04-26 08:10:32 +02:00
docs Some slight doc improvements 2013-04-16 16:26:19 -07:00
raven Fail gracefully when Celery imports error out 2013-04-24 10:50:38 -07:00
tests Reverted a few changes from the previous commit 2013-04-24 01:41:20 +02:00
.gitignore Merge pull request #195 from cgallemore/master 2012-10-19 12:24:19 -07:00
.travis.yml Exclude Django 1.4.5 builds for python 3.x 2013-04-19 07:37:34 +02: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 bootstrap in test 2013-04-04 00:05:09 -07:00
README.rst Correct Sentry link 2012-08-10 23:41:59 -07:00
conftest.py logbook doesn't work for python 3.3 yet, ignore their test 2013-04-26 08:10:32 +02:00
runtests.py Improve how tests are run 2012-12-14 22:26:20 -08:00
setup.cfg Run all the tests by default. 2013-04-24 02:36:24 +02:00
setup.py include anyjson for tests 2013-04-24 20:42:10 +02:00
tox.ini Add more stuff to tox 2013-04-04 00:29:13 -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)