Package python3-module-pickleshare: Information

    Source package: python3-module-pickleshare
    Version: 0.7.5-alt3
    Latest version according to Repology
    Build time:  Jan 31, 2024, 07:43 AM in the task #339447
    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:
    python3-module-pickleshare (noarch)

    Maintainer: Grigory Ustinov


    ACL:
    Stanislav Levin
    @everybody

      1. python3(pytest)
      2. python3(setuptools)
      3. python3(tox)
      4. python3(tox_console_scripts)
      5. python3(wheel)
      6. rpm-build-python3
      7. python3-module-pyproject-installer >= 0.4.0
      8. python3-module-tox
      9. python3-module-tox-console-scripts
      10. python3-module-tox-no-deps

    Last changed


    Jan. 31, 2024 Grigory Ustinov 0.7.5-alt3
    - Moved on modern pyproject macros.
    March 21, 2022 Stanislav Levin 0.7.5-alt2
    - Fixed FTBFS (Python 3.10).
    July 21, 2021 Stanislav Levin 0.7.5-alt1
    - 0.7.4 -> 0.7.5.
    - Reenabled testing.