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

    Исходный пакет: python-module-pickleshare
    Версия: 0.7.4-alt1
    Собран:  3 мая 2019 г. 18:41
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.python.org/pypi/pickleshare

    Лицензия: MIT
    О пакете: File system based database that uses python pickles
    Описание: 
    PickleShare - a small 'shelve' like datastore with concurrency support
    
    Like shelve, a PickleShareDB object acts like a normal dictionary.
    Unlike shelve, many processes can access the database simultaneously.
    Changing a value in database is immediately visible to other processes
    accessing the same database.
    
    Concurrency is possible because the values are stored in separate files.
    Hence the 'database' is a directory where all files are governed by
    PickleShare.

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

    Сопровождающий: Eugeny A. Rostovtsev


      1. python3-module-pytest
      2. python-module-pytest
      3. rpm-build-python3

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


    17 января 2017 г. Igor Vlasenko 0.7.4-alt1
    - automated PyPI update
    13 марта 2016 г. Ivan Zakharyaschev 0.5-alt1.git20150422.1.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    28 января 2016 г. Mikhail Efremov 0.5-alt1.git20150422.1
    - NMU: Use buildreq for BR.