Go to file
Armin Ronacher 97e93ea7ba Strip six module and rename to raven._compat
We're seeing some odd issues with our six module interacting
badly with the six module from other libraries for some users.
The suspicion is that our six module in some cases gets unvendored.
We thus rename it to `raven._compat` (which is also what some
other Python modules do).  We still use six normally for the
tests.
2016-01-12 21:40:51 +01:00
ci Enable caching / remove wad bits 2015-07-12 13:46:30 -06:00
docs Fix example in django.rst 2015-12-27 07:27:46 +01:00
hooks Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
raven Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01:00
tests Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01: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 enable automated testing on django 1.9 and python 3.5 2015-12-03 21:21:06 -05:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES Changes for 5.9.2 2015-12-17 12:58:43 -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 Strip six module and rename to raven._compat 2016-01-12 21:40:51 +01: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>`_