Metadata-Version: 1.1
Name: aiozipkin
Version: 0.0.1a0
Summary: aiozipkin capabilities for asyncio application
Home-page: https://github.com/aio-libs/aiozipkin
Author: Nikolay Novik
Author-email: nickolainovik@gmail.com
License: Apache 2
Download-URL: https://pypi.python.org/pypi/aiozipkin
Description-Content-Type: UNKNOWN
Description: aiozipkin
        ==========
        .. image:: https://travis-ci.org/aio-libs/aiozipkin.svg?branch=master
            :target: https://travis-ci.org/aio-libs/aiozipkin
        .. image:: https://codecov.io/gh/aio-libs/aiozipkin/branch/master/graph/badge.svg
            :target: https://codecov.io/gh/aio-libs/aiozipkin
        .. image:: https://img.shields.io/pypi/v/aiozipkin.svg
            :target: https://pypi.python.org/pypi/aiozipkin
        .. image:: https://readthedocs.org/projects/aiozipkin/badge/?version=latest
            :target: http://aiozipkin.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://badges.gitter.im/Join%20Chat.svg
            :target: https://gitter.im/aio-libs/Lobby
            :alt: Chat on Gitter
        
        **aiozipkin** is Python 3.5+ module that adds distributed tracing capabilities
        from asyncio applications with Zipkin (http://zipkin.io) server insturementation.
        
        .. image:: https://raw.githubusercontent.com/aio-libs/aiozipkin/master/docs/zipkin_animation2.gif
            :alt: zipkin ui animation
        
        
        Installation
        ------------
        Installation process is simple, just::
        
            $ pip install aiozipkin
        
        
        
        Requirements
        ------------
        
        * Python_ 3.5+
        * aiohttp_
        
        
        .. _PEP492: https://www.python.org/dev/peps/pep-0492/
        .. _Python: https://www.python.org
        .. _aiohttp: https://github.com/KeepSafe/aiohttp
        .. _asyncio: http://docs.python.org/3.5/library/asyncio.html
        .. _uvloop: https://github.com/MagicStack/uvloop
        
        CHANGES
        =======
Platform: POSIX
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: AsyncIO
