Package python-module-pyvfs: Information

    Source package: python-module-pyvfs
    Version: 0.2.8-alt1
    Build time:  Nov 30, 2012, 08:30 PM
    Report package bug
    License: GPLv3+
    Summary: Simple python VFS library
    Description: 
    PyVFS is a simple VFS library written in Python. It consists of
    several layers, allowing to use different low-level protocol
    implementations. Now you can choose between 9p (9p2000.u) and
    FUSE.
    
    The library can be used to create own servers as well as deploy
    bundled applications, e.g. pyvfs.objectfs -- the library, that allows
    to represent Python objects as files.

    List of rpms provided by this srpm:
    python-module-pyvfs (noarch)

    Maintainer: Peter V. Saveliev

    List of contributors:
    Peter V. Saveliev

      1. rpm-build-python
      2. python-devel

    Last changed


    Nov. 30, 2012 Peter V. Saveliev 0.2.8-alt1
    - directory listing fix for v9fs
    - version sync with py9p
    Nov. 4, 2012 Peter V. Saveliev 0.2.7-alt2
    - dependencies update
    Oct. 26, 2012 Peter V. Saveliev 0.2.7-alt1
    - authentication options support