Go to file
Xavier Ordoquy 89156e835b Don't collect logbook for python 3.2 2013-08-10 10:52:12 +02:00
docs Merge pull request #342 from roadhead/patch-1 2013-08-06 09:50:49 -07:00
raven Added the timeout to the DSN (thanks @mgedmin) 2013-08-10 02:40:39 +02:00
tests Reintroduced the is_authenticated for Django users to preserve the backward compatibility. 2013-08-09 10:05:13 +02:00
.gitignore Merge pull request #195 from cgallemore/master 2012-10-19 12:24:19 -07:00
.travis.yml Removed the specific installation for exam. 2013-07-11 07:50:28 +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 Correct make test 2013-07-02 06:56:11 +02:00
README.rst Add coverage 2013-05-25 10:17:19 +08:00
conftest.py Don't collect logbook for python 3.2 2013-08-10 10:52:12 +02:00
setup.cfg Run all the tests by default. 2013-04-24 02:36:24 +02:00
setup.py 3.4.1 2013-07-16 08:55:49 -07:00
tox.ini Fix tox command 2013-06-26 00:36:14 -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

.. image:: https://coveralls.io/repos/getsentry/raven-python/badge.png?branch=master
   :target: https://coveralls.io/r/getsentry/raven-python?branch=master

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)