Пакет python-module-py9p: Информация

    Исходный пакет: python-module-py9p
    Версия: 1.0.7-alt2
    Собран:  16 декабря 2012 г. 21:04
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/svinota/py9p

    Лицензия: MIT
    О пакете: Pure Python implementation of 9P protocol (Plan9)
    Описание: 
    Protocol 9P is developed for Plan9 operating system from Bell Labs.
    It is used for remote file access, and since files are key objects
    in Plan9, 9P can be used also for composite file access, RPC etc.
    
    This library provides low-level 9p2000.u API. For high-level look
    into python-module-pyvfs.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    9pfs (noarch)
    fuse9p (noarch)
    python-module-py9p (noarch)

    Сопровождающий: Peter V. Saveliev


    Права:
    Peter V. Saveliev
    @everybody

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

    Последнее изменение


    16 декабря 2012 г. Peter V. Saveliev 1.0.7-alt2
    - fuse9p: read/write fixed
    - fuse9p: rename support
    16 декабря 2012 г. Peter V. Saveliev 1.0.7-alt1
    - pki auth fixed
    - multiple fuse9p fixes
    - 9pfs package
    1 декабря 2012 г. Peter V. Saveliev 1.0.6-alt2
    - move mode2* and open2* routines to py9p module
    - move FUSE client to the separated library
    - reconnect feature fixed
    - update documentation