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

    Исходный пакет: python3-module-pysyncobj
    Версия: 0.3.12-alt1
    Собран:  11 апреля 2023 г. 10:22 в задании #316949
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/bakwc/PySyncObj

    Лицензия: MIT
    О пакете: A library for replicating your python class between multiple servers, based on raft protocol
    Описание: 
    PySyncObj is a python library for building fault-tolerant distributed systems.
    It provides the ability to replicate your application data between multiple
    servers. It has following features:
    
    * raft protocol for leader election and log replication
    * Log compaction - it use fork for copy-on-write while serializing data on disk
    * Dynamic membership changes - you can do it with syncobj_admin utility
      or directly from your code
    * Zero downtime deploy - no need to stop cluster to update nodes
    * In-memory and on-disk serialization - you can use in-memory mode for small
      data and on-disk for big one
    * Encryption - you can set password and use it in external network
    * Python2 and Python3 on linux, macos and windows - no dependencies required
      (only optional one, eg. cryptography)
    * Configurable event loop - it can works in separate thread with it's own event
      loop - or you can call onTick function inside your own one
    * Convenient interface - you can easily transform arbitrary class into a
      replicated one (see example below).

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

    Сопровождающий: Andrey Cherepanov

    Список участников:
    Andrey Cherepanov

      1. python3-devel
      2. python3-module-pyproject-installer
      3. python3-module-setuptools
      4. python3-module-wheel
      5. rpm-build-python3

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


    18 марта 2023 г. Andrey Cherepanov 0.3.12-alt1
    - Initial build for Sisyphus