Metadata-Version: 2.1
Name: zuqa-agent-python
Version: 1.0.0a1
Summary: The official Python module for zuQA
Home-page: https://github.com/zukatechnologies/zuqa-agent-python
Author: Zuka Technologies, Inc
License: BSD
Description: elastic-apm -- ZUQA agent for Python
        ===========================================
        
        .. image:: https://apm-ci.elastic.co/buildStatus/icon?job=apm-agent-python%2Fapm-agent-python-mbp%2Fmaster
            :target: https://apm-ci.elastic.co/job/apm-agent-python/job/apm-agent-python-mbp/
            :alt: Build Status
        
        .. image:: https://img.shields.io/pypi/v/elastic-apm.svg?style=flat
            :target: https://pypi.python.org/pypi/zuqa/
            :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 ZUQA.
        
        It provides full out-of-the-box support for many of the popular frameworks,
        including Django, and Flask. ZUQA is also easy to adapt for most
        WSGI-compatible web applications via `custom integrations`_.
        
        Your application doesn't live on the web? No problem! ZUQA is easy to use in
        any Python application.
        
        Read the documentation_.
        
        .. _documentation: https://www.elastic.co/guide/en/apm/agent/python/current/index.html
        .. _`custom integrations`: https://www.elastic.co/blog/creating-custom-framework-integrations-with-the-elastic-apm-python-agent
        
        License
        -------
        
        BSD-3-Clause
        
        
        Made with ♥️ and ☕️ by Elastic and our community.
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
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: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: License :: OSI Approved :: BSD License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Provides-Extra: tests
Provides-Extra: flask
Provides-Extra: aiohttp
Provides-Extra: tornado
Provides-Extra: starlette
Provides-Extra: opentracing
