Metadata-Version: 1.1
Name: py9p
Version: 1.0.7
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 original version by
        Andrey Mirtchovski.
        
        Also, this package provides two components:
        
         * fuse9p -- FUSE 9p client
         * 9pfs -- simple file server (alpha state)
        
        Links
        =====
        
         * home: https://github.com/svinota/py9p
         * bugs: https://github.com/svinota/py9p/issues
         * pypi: http://pypi.python.org/pypi/py9p/
        
        Changes
        =======
        
        1.0.7 -- Mesoarchean
        --------------------
        
         * PKI auth fixed
         * fuse9p: "persistent connection" feature, -P
         * fuse9p: symlink support
         * fuse9p: multiple fixes of the background mode
         * 9pfs: new component, that grow up from localfs
         * py9p: provide mode conversion routines
        
        1.0.6 -- Paleoarchean
        ---------------------
        
         * Tcreate client call fixed
         * fuse9p client, supporting stateful I/O,
           "reconnect after network errors" and so on.
        
        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
