Metadata-Version: 1.1
Name: usdt
Version: 0.1.2dev
Summary: Python libusdt bindings
Home-page: https://github.com/nshalman/python-usdt
Author: Nahum Shalman
Author-email: nshalman-github@elys.com
License: BSD
Description: ===============================
        Python libusdt bindings
        ===============================
        
        .. image:: https://badge.fury.io/py/usdt.png
            :target: http://badge.fury.io/py/usdt
            
        .. image:: https://pypip.in/d/usdt/badge.png
                :target: https://pypi.python.org/pypi/usdt
        
        
        Python libusdt bindings
        
        * Free software: BSD license
        * Documentation: http://usdt.readthedocs.org.
        
        Features
        --------
        
        * Create USDT providers and probes
        * Fire probes
        * Fallback mode
        
        
        
        
        History
        -------
        
        0.1.2dev (2014-05-27)
        ---------------------
        
        * Log handler
        * "fbt" decorator
        * tests
        
        0.1.1dev (2014-05-27)
        ---------------------
        
        * Metadata fixes
        
        0.1.0dev (2014-05-22)
        ---------------------
        
        * First release on PyPI.
        
Keywords: usdt
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
