Go to file
David Cramer 483af2d6d1 5.9.0.dev0 2015-10-19 15:38:35 -07:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs DSN configuration with environment variable 2015-10-19 23:15:59 +02:00
hooks Various fixes for Python3 / versioning 2015-09-16 15:17:30 -07:00
raven Convert input DSN values to strings (fixes GH-653) 2015-10-19 15:37:57 -07:00
tests Add support for in_app on exception frames 2015-10-19 15:04:58 -07: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 Switch to coverage command 2015-10-06 17:33:22 -07:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Convert input DSN values to strings (fixes GH-653) 2015-10-19 15:37:57 -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 Remove twine as no one uses it 2015-08-31 14:30:53 -07: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.9.0.dev0 2015-10-19 15:38:35 -07:00
test-requirements.txt Add pytest-timeout to try and get travis to error faster on hanging 2015-08-02 17:43:24 -07: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>`_