debian-python-raven/README.rst

25 lines
903 B
ReStructuredText
Raw Normal View History

2011-10-07 20:36:07 +02:00
Raven
======
.. image:: https://travis-ci.org/getsentry/raven-python.svg?branch=master
:target: https://travis-ci.org/getsentry/raven-python
2015-11-11 00:40:27 +01:00
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.
2011-10-07 20:36:07 +02:00
2011-12-31 02:30:15 +01:00
Resources
---------
2015-11-09 09:30:16 +01:00
* `Documentation <https://docs.getsentry.com/hosted/clients/python/>`_
* `Bug Tracker <http://github.com/getsentry/raven-python/issues>`_
* `Code <http://github.com/getsentry/raven-python>`_
2012-02-10 23:27:17 +01:00
* `Mailing List <https://groups.google.com/group/getsentry>`_
2011-12-31 02:30:15 +01:00
* `IRC <irc://irc.freenode.net/sentry>`_ (irc.freenode.net, #sentry)
2014-03-12 10:43:37 +01:00
* `Travis CI <http://travis-ci.org/getsentry/raven-python>`_