Metadata-Version: 2.1
Name: cdumay-opentracing
Version: 0.1.0
Summary: Library to facilitate opentracing integration
Home-page: https://github.com/cdumay/cdumay-opentracing
Author: Cedric DUMAY
Author-email: cedric.dumay@gmail.com
License: MIT
Description: .. image:: https://img.shields.io/pypi/v/cdumay-opentracing.svg
           :target: https://pypi.python.org/pypi/cdumay-opentracing/
           :alt: Latest Version
        
        .. image:: https://travis-ci.org/cdumay/cdumay-opentracing.svg?branch=master
           :target: https://travis-ci.org/cdumay/cdumay-opentracing
           :alt: Latest version
        
        
        .. image:: https://readthedocs.org/projects/cdumay-opentracing/badge/?version=latest
           :target: http://cdumay-opentracing.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        
        .. image:: https://img.shields.io/badge/license-MIT-blue.svg
            :target: https://github.com/cdumay/kser/blob/master/LICENSE
        
        ******************
        cdumay-opentracing
        ******************
        
        cdumay-opentracing is a python library to facilitate opentracing integration using class drivers.
        
        Install
        =======
        
        Install the lib using `pip <https://pip.pypa.io/en/stable/>`_::
        
            pip install -U cdumay-opentracing
        
        Documentation
        =============
        
        Full documentation is available at http://cdumay-opentracing.readthedocs.io/ .
        
        Project Links
        =============
        
        - Docs: http://cdumay-opentracing.readthedocs.io/
        - PyPI: https://pypi.python.org/pypi/cdumay-opentracing
        - Issues: https://github.com/cdumay/cdumay-opentracing/issues
        
        License
        =======
        
        Licensed under MIT license (`LICENSE <./LICENSE>`_ or http://opensource.org/licenses/MIT)
Platform: UNKNOWN
Classifier: Programming Language :: Python
Provides-Extra: flask
