Go to file
Sven-Hendrik Haase 4934771b3f Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02:00
ci No more mirrors 2014-02-20 20:58:41 -08:00
docs Remove UDP transports 2015-03-29 10:57:14 -07:00
hooks Force rebase and precommit flake8 2013-09-14 09:28:04 +09:00
raven Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02:00
tests Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02:00
.gitignore Improved the tox tests. 2015-02-13 02:07:31 +01:00
.travis.yml Disable IRC notification 2015-03-29 12:01:29 -07:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Remove deprecated manual configuration for remotes 2015-03-29 12:00:41 -07:00
LICENSE More doc cleanup and replacing django-sentry with raven 2011-10-07 16:00:05 -04:00
MANIFEST.in Include tests in the tarsal but don't install them (fix #567) 2015-02-28 12:44:38 +01:00
Makefile Listening to @dstufft 2014-04-14 23:42:15 -07:00
README.rst Add allow_failures to .travis.yml matrix 2014-06-24 04:11:04 -04:00
conftest.py Fixes #412 and also enable python 3.4 testing with flask 2015-03-30 17:20:04 +02:00
setup.cfg Update testing rules to match Sentry 2015-03-29 10:57:14 -07:00
setup.py Bump to 5.3.0.dev0 2015-03-29 10:57:14 -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>`_