Metadata-Version: 1.1
Name: elastic-apm
Version: 1.0.0.dev3
Summary: The official Python module for Elastic APM
Home-page: https://github.com/elastic/apm-agent-python
Author: Elastic, Inc
Author-email: UNKNOWN
License: BSD
Description: elastic-apm -- Elastic APM agent for Python
        ===========================================
        
        .. image:: https://api.travis-ci.org/elastic/apm-agent-python.svg?branch=master
            :target: https://travis-ci.org/elastic/apm-agent-python
            :alt: Build Status
            
        .. image:: https://img.shields.io/pypi/v/elastic-apm.svg?style=flat
            :target: https://pypi.python.org/pypi/elastic-apm/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/pyversions/elastic-apm.svg?style=flat
            :target: https://pypi.python.org/pypi/elastic-apm/
            :alt: Supported Python versions
        
        
        This is the official Python module for Elastic APM.
        
        It provides full out-of-the-box support for many of the popular frameworks,
        including Django, and Flask. Elastic APM also includes drop-in support for any
        WSGI-compatible web application.
        
        Your application doesn't live on the web? No problem! Elastic APM is easy to use in
        any Python application.
        
        Read the documentation_.
        
        .. _documentation: https://www.elastic.co/guide/en/apm/agent/python/current/index.html
        
        License
        -------
        
        BSD-3-Clause
        
        
        Made with ♥️ and ☕️ by Elastic, Inc. and our community.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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 :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
