Metadata-Version: 2.1
Name: rollbar
Version: 0.15.1
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
Description: # Pyrollbar
        [![Build Status](https://travis-ci.org/rollbar/pyrollbar.svg?branch=v0.15.0)](https://travis-ci.org/rollbar/pyrollbar)
        
        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`
        
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
Description-Content-Type: text/markdown
