Metadata-Version: 2.1
Name: py9p
Version: 1.0.9
Summary: 9P Protocol Implementation
Home-page: https://github.com/svinota/py9p
Author: Andrey Mirtchovski
Author-email: aamirtch@ucalgary.ca
Maintainer: Peter V. Saveliev
Maintainer-email: peet@redhat.com
License: MIT
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
License-File: LICENSE


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.8 -- Neoarchean
-------------------

 * fuse9p: fid cache fixed
 * fuse9p: several thread safety issues fixed
 * fuse9p: iounit negotiation
 * fuse9p: support rename() routine
 * fuse9p: uid/gid map feature

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
