Go to file
Armin Ronacher 5e651b207a Reformat travis.yml 2016-01-21 11:00:48 -08:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Add os import to instructions 2016-01-18 13:04:11 -08:00
hooks Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
raven Fixed a regression in key handling in the sanitizer. 2016-01-21 10:38:47 -08:00
tests Added test from #728 2016-01-21 09:33:31 -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 Reformat travis.yml 2016-01-21 11:00:48 -08:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Defer client loading in Django log handler (fixes GH-701) 2016-01-21 09:31:50 -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 This is a dev version 2016-01-21 09:25:25 -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>`_