Package python-module-pickleshare: Information

    Source package: python-module-pickleshare
    Version: 0.7.4-alt1
    Build time:  Jan 17, 2017, 04:14 PM in the task #176713
    Report package bug
    License: MIT
    Summary: File system based database that uses python pickles
    Description: 
    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.

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



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

    Last changed


    Jan. 17, 2017 Igor Vlasenko 0.7.4-alt1
    - automated PyPI update
    March 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)
    Jan. 28, 2016 Mikhail Efremov 0.5-alt1.git20150422.1
    - NMU: Use buildreq for BR.