Go to file
David Cramer f0500e1ceb Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
docs Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
raven Replace SENTRY_DEBUG switch by RAVEN_CONFIG['register_signals'] 2012-08-07 13:25:59 +02:00
tests Support correctly disabling the Raven client with an empty dsn value 2012-08-06 20:03:26 -07:00
.gitignore bad ignore fixed 2012-07-05 16:19:48 +02:00
.travis.yml Switch to flake8 for pep8/lint 2012-07-10 17:00:40 +02: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 Ensure we exit on flake8 failure 2012-07-10 17:02:10 +02:00
README.rst Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
runtests.py Set interactive=False as a default for runtests() 2012-04-02 16:53:01 -07:00
setup.cfg Move test bootstrap into runtests.py to ensure databases are configured correctly for django tests 2011-10-07 11:30:42 -04:00
setup.py Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
tox.ini Add a tox.ini 2012-05-01 08:19: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

Raven is a Python client for `Sentry <http://aboutsentry.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)