Go to file
Xavier Ordoquy 90b5846a06 Python3 port ! 2013-04-01 23:23:03 +02:00
docs Merge pull request #269 from techniq/master 2013-04-01 13:50:45 -07:00
raven Python3 port ! 2013-04-01 23:23:03 +02:00
tests Python3 port ! 2013-04-01 23:23:03 +02:00
.gitignore Merge pull request #195 from cgallemore/master 2012-10-19 12:24:19 -07:00
.travis.yml Add fixed Django 1.5 build to releases (and bump previous versions to latest security) 2013-03-03 13:56:42 -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 I give up, pep8/lint six. dealwithit.jpg 2013-03-25 22:54:47 -07:00
README.rst Correct Sentry link 2012-08-10 23:41:59 -07:00
conftest.py Python3 port ! 2013-04-01 23:23:03 +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 3.2.1 2013-03-28 15:12:20 -07: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)