Go to file
David Cramer 88f1dfd3ea 5.5.0.dev0 2015-07-12 17:01:09 -07:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Fix ThreadedHTTPTransport import path 2015-07-11 18:02:10 +02:00
hooks Force rebase and precommit flake8 2013-09-14 09:28:04 +09:00
raven Dont specify level for import (refs GH-625) 2015-07-12 11:55:57 -06:00
tests Fix various py3 compatibility (refs GH-625) 2015-07-12 11:24:36 -06:00
.gitignore Ignore venv 2015-06-03 16:51:43 +02:00
.travis.yml Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Changes for 5.4.3 2015-07-12 17:00:40 -07: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 Fix up Makefile to also clean the build directory 2015-07-08 01:41:11 -06:00
README.rst Add allow_failures to .travis.yml matrix 2014-06-24 04:11:04 -04: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.5.0.dev0 2015-07-12 17:01:09 -07:00
test-requirements.txt Fix the pytest-django version. 2015-01-23 13:02:30 +01:00
tox.ini Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02: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://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.

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