Go to file
Armin Ronacher dfd81a538c More info into the exception info key 2016-01-27 19:22:55 -08:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Add docs to demonstrate logging exclusions 2016-01-25 13:18:35 +08:00
hooks Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
raven More info into the exception info key 2016-01-27 19:22:55 -08:00
tests Merge pull request #726 from radzinzki/allow_exclude_list_on_creation 2016-01-27 15:06:50 -08:00
.gitignore Imported new docs 2015-07-12 11:10:43 +02:00
.gitmodules Started using the sentry doc ext 2015-07-12 10:45:49 +02:00
.travis.yml Temporarily disable pypi release code 2016-01-21 11:47:14 -08:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Added changelog entry 2016-01-27 18:39:40 -08:00
LICENSE Update copyright 2015-06-28 15:47:19 -07:00
MANIFEST.in Include tests in the tarsal but don't install them (fix #567) 2015-02-28 12:44:38 +01:00
Makefile Correct install 2015-12-01 17:33:53 -08:00
README.rst No www 2015-11-10 15:40:41 -08:00
conftest.py Flask/Werkzeug don't support Python 3.2 and below 2015-03-31 12:02:29 +02:00
setup.cfg s/[wheel]/[bdist_wheel]/ 2015-07-06 10:57:41 -04:00
setup.py 5.10.3 dev 2016-01-27 15:08:54 -08:00
tox.ini enable automated testing on django 1.9 and python 3.5 2015-12-03 21:21:06 -05:00

README.rst

Raven
======

.. image:: https://travis-ci.org/getsentry/raven-python.svg?branch=master
    :target: https://travis-ci.org/getsentry/raven-python

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

Resources
---------

* `Documentation <https://docs.getsentry.com/hosted/clients/python/>`_
* `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)
* `Travis CI <http://travis-ci.org/getsentry/raven-python>`_