Go to file
Andrew Svetlov 69940fc47c Merge branch 'master' of github.com:getsentry/raven-python 2014-06-23 20:11:28 +03:00
ci No more mirrors 2014-02-20 20:58:41 -08:00
docs Merge branch 'master' of github.com:getsentry/raven-python 2014-06-23 20:11:28 +03:00
hooks Force rebase and precommit flake8 2013-09-14 09:28:04 +09:00
raven Merge branch 'master' of github.com:getsentry/raven-python 2014-06-23 20:11:28 +03:00
tests Update test to match protocol 2014-05-28 22:04:32 -07:00
.gitignore Merge pull request #195 from cgallemore/master 2012-10-19 12:24:19 -07:00
.travis.yml Test against more pythons 2014-05-17 17:24:42 -07:00
AUTHORS Move repository to getsentry/raven-python 2012-08-10 23:38:13 -07:00
CHANGES 4.3.0 2014-05-28 21:52:36 -07:00
LICENSE More doc cleanup and replacing django-sentry with raven 2011-10-07 16:00:05 -04:00
MANIFEST.in Fix manifest 2014-04-15 23:56:57 -07:00
Makefile Listening to @dstufft 2014-04-14 23:42:15 -07:00
README.rst Obsolete comment 2014-03-12 02:44:32 -07:00
conftest.py Made web.py tests optional under python 3.x 2013-09-10 13:18:02 +02:00
setup.cfg Package up as a wheel 2013-11-13 07:48:27 -08:00
setup.py Merge branch 'master' of github.com:getsentry/raven-python 2014-06-23 20:11:28 +03:00
test-requirements.txt Listening to @dstufft 2014-04-14 23:42:15 -07:00
tox.ini Fix tox command 2013-06-26 00:36:14 -07:00

README.rst

Raven
======

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>`_