Go to file
Xavier Ordoquy 1bf9753bdc Reactivating logbook untill the test suite fully works. 2013-04-24 01:38:56 +02:00
docs Some slight doc improvements 2013-04-16 16:26:19 -07:00
raven Removed unused to_unicode import. 2013-04-23 07:36:04 +02:00
tests Correct django serialization tests 2013-04-04 00:15:42 -07: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 Reactivating logbook untill the test suite fully works. 2013-04-24 01:38:56 +02: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 Remove flask and unittest2 from the test reps for python3. 2013-04-22 21:37:43 +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)