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

    Исходный пакет: python-module-cjson
    Версия: 1.1.0-alt1
    Собран:  5 июля 2022 г. 1:37
    Категория: Разработка/Python
    Сообщить об ошибке в пакете
    Домашняя страница: http://pypi.python.org/pypi/python-cjson/

    Лицензия: LGPL
    О пакете: Fast JSON encoder/decoder for Python
    Описание: 
    This module implements a very fast JSON encoder/decoder for Python.
    JSON stands for JavaScript Object Notation and is a text based
    lightweight data exchange format which is easy for humans to read/write
    and for machines to parse/generate. JSON is completely language
    independent and has multiple implementations in most of the programming
    languages, making it ideal for data exchange and storage.
    
    The module is written in C and it is up to 250 times faster when
    compared to the other python JSON implementations which are written
    directly in python. This speed gain varies with the complexity of the
    data and the operation and is the the range of 10-200 times for encoding
    operations and in the range of 100-250 times for decoding operations.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python-module-cjson (e2kv6, e2kv5, e2kv4, e2k)
    python-module-cjson-debuginfo (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Dmitry M. Maslennikov


      1. python-devel = 2.7
      2. rpm-build-python >= 0.8

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


    28 июля 2014 г. Eugeny A. Rostovtsev 1.1.0-alt1
    - Version 1.1.0
    12 апреля 2012 г. Vitaly Kuznetsov 1.0.5-alt2.1.1
    - Rebuild to remove redundant libpython2.7 dependency
    26 октября 2011 г. Vitaly Kuznetsov 1.0.5-alt2.1
    - Rebuild with Python-2.7