Metadata-Version: 2.1
Name: scout-apm
Version: 2.16.1
Summary: Scout Application Performance Monitoring Agent
Home-page: https://github.com/scoutapp/scout_apm_python
Author: Scout
Author-email: support@scoutapm.com
License: MIT
Project-URL: Documentation, https://docs.scoutapm.com/#python-agent
Project-URL: Changelog, https://github.com/scoutapp/scout_apm_python/blob/master/CHANGELOG.md
Description: # Scout Python APM Agent
        
        [![GitHub Actions](https://github.com/scoutapp/scout_apm_python/workflows/CI/badge.svg?branch=master)](https://github.com/scoutapp/scout_apm_python/actions?workflow=CI)
        [![PyPI](https://img.shields.io/pypi/v/scout-apm.svg)](https://pypi.python.org/pypi/scout-apm)
        [![Documentation](https://img.shields.io/badge/docs-read%20online-green.svg)](https://docs.scoutapm.com/#python-agent)
        [![Black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
        
        Monitor the performance of Python Django apps, Flask apps, and Celery workers with Scout's [Python APM Agent](https://www.scoutapm.com). Detailed performance metrics and transaction traces are collected once the `scout-apm` package is installed and configured.
        
        ![screenshot](https://s3-us-west-1.amazonaws.com/scout-blog/python_monitoring_release/python_monitoring_screenshot.png)
        
        ## Requirements
        
        Python 2.7 or 3.4+.
        
        Scout APM has integrations for the following frameworks:
        
        * Bottle 0.12+
        * CherryPy 18.0.0+
        * Celery 3.1+
        * Django 1.8+
        * Dramatiq 1.0+
        * Falcon 2.0+
        * Flask 0.10+
        * Huey 2.0+
        * Hug 2.5.1+
        * Nameko 2.0+
        * Pyramid 1.8+
        * RQ 1.0+
        * Starlette 0.12+
        
        For other frameworks, you can use the agent's instrumentation API.
        
        To use Scout, you'll need to
        [sign up for an account](https://scoutapm.com/users/sign_up) or use
        [our Heroku Addon](https://devcenter.heroku.com/articles/scout).
        
        ## Documentation
        
        For full installation instructions, including information on configuring Scout
        via environment variables and troubleshooting, see our
        [Python docs](https://docs.scoutapm.com/#python-agent).
        
        ## Support
        
        Please email us at support@scoutapm.com or [create a GitHub
        issue](https://github.com/scoutapp/scout_apm_python/issues/).
        
Keywords: apm performance monitoring development
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Bottle
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Flask
Classifier: Framework :: Pyramid
Classifier: Intended Audience :: Developers
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 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
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4
Description-Content-Type: text/markdown
