Metadata-Version: 2.1
Name: apitracker-agent
Version: 0.1.2
Summary: UNKNOWN
Home-page: https://github.com/apitracker/apitracker-agent-python
Author: API Tracker, Inc
License: BSD
Description: ## apitracker python sdk
        
        This is a library to monkeypatch http.client to send request to apitracker proxy. 
        
        apitracker is API integration reliability as a service. It provides a network proxy that lets developers adds monitoring, error alerting, auto retry and more to their API integration, all with zero code change. 
        
        Sign up at https://apitracker.com for a free account
        
        ### Installation
        apitracker-agent-python is available on PyPI and thus can be installed with pip on most platforms.
        
        ```
        $ pip install apitracker-agent-python
        ```
        
        ### Documentation
        
        See the documentation at https://docs.apitracker.com/docs/python-agent
        
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.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
Provides-Extra: tests
Provides-Extra: flask
Provides-Extra: aiohttp
Provides-Extra: tornado
Provides-Extra: starlette
Provides-Extra: opentracing
