Go to file
Matt Robenolt 94fe2b3d9c Add pytest-timeout to try and get travis to error faster on hanging
builds
2015-08-02 17:43:24 -07:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Update django middleware docs 2015-08-01 12:24:50 -07:00
hooks Fixed a bug in the pre-commit hook 2015-07-12 20:23:08 +02:00
raven Merge pull request #614 from smarkets/fix-eventlet-transport-on-python3 2015-07-29 16:22:30 +02:00
tests Remove various deprecated behaviors 2015-07-15 23:14:36 -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 Add pytest-timeout to try and get travis to error faster on hanging 2015-08-02 17:43:24 -07:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Changes for 5.5.0 2015-07-22 16:59:48 +02: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 Add pytest-timeout to try and get travis to error faster on hanging 2015-08-02 17:43:24 -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>`_