Metadata-Version: 1.0
Name: py9p
Version: 1.0.5
Summary: 9P Protocol Implementation
Home-page: https://github.com/svinota/py9p
Author: Peter V. Saveliev
Author-email: peet@redhat.com
License: MIT
Description: 
        9P protocol implementation
        ==========================
        
        The library allows you to use 9P protocol in your
        applications.
        
        Please note, that the library is not fully compatible
        with the initial version by Andrey Mirtchovski.
        
        Links
        =====
        
         * home: https://github.com/svinota/py9p
         * bugs: https://github.com/svinota/py9p/issues
         * pypi: http://pypi.python.org/pypi/py9p/
        
        Changes
        =======
        
        1.0.4 -- Eoarchaean
        -------------------
        
         * support arbitrary key files for PKI
        
        1.0.3
        -----
        
         * initial pypi release
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: POSIX
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
