Metadata-Version: 2.1
Name: rollbar
Version: 0.15.0
Summary: Easy and powerful exception tracking with Rollbar. Send messages and exceptions with arbitrary context, get back aggregates, and debug production issues quickly.
Home-page: http://github.com/rollbar/pyrollbar
Author: Rollbar, Inc.
Author-email: support@rollbar.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Bottle
Classifier: Framework :: Django
Classifier: Framework :: Flask
Classifier: Framework :: Pylons
Classifier: Framework :: Pyramid
Classifier: Framework :: Twisted
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Bug Tracking
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: System :: Logging
Classifier: Topic :: System :: Monitoring
License-File: LICENSE

Pyrollbar |Build Status|
====================

Python notifier for reporting exceptions, errors, and log messages to `Rollbar <https://rollbar.com>`__.

Setup Instructions
-------------------
1. `Sign up for a Rollbar account <https://rollbar.com/signup>`__.
2. Follow the `Quick Start <https://docs.rollbar.com/docs/python#section-quick-start>`__ instructions in our `Python SDK docs <https://docs.rollbar.com/docs/python>`__ to install pyrollbar and configure it for your platform.

Usage and Reference
-------------------

For complete usage instructions and configuration reference, see our `Python SDK docs <https://docs.rollbar.com/docs/python>`__.
  
Release History & Changelog
----------------------------

See our `Releases <https://github.com/rollbar/pyrollbar/releases>`__ page for a list of all releases, including changes.

Help / Support
---------------

If you run into any issues, please email us at `support@rollbar.com <mailto:support@rollbar.com>`__

For bug reports, please `open an issue on GitHub <https://github.com/rollbar/pyrollbar/issues/new>`__.


Contributing
-------------

1. Fork it
2. Create your feature branch (``git checkout -b my-new-feature``).
3. Commit your changes (``git commit -am 'Added some feature'``)
4. Push to the branch (``git push origin my-new-feature``)
5. Create new Pull Request

Tests are in ``rollbar/test``. To run the tests: ``python setup.py test``

.. |Build Status| image:: https://api.travis-ci.org/rollbar/pyrollbar.png?branch=v0.14.2
   :target: https://travis-ci.org/rollbar/pyrollbar


