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

    Исходный пакет: python3-module-cattrs
    Версия: 23.2.3-alt1
    Последняя версия по данным Repology
    Собран:  12 декабря 2023 г. 13:20 в задании #336311
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/cattrs

    Лицензия: MIT
    О пакете: Complex custom class converters for attrs.
    Описание: 
    cattrs is an open source Python library for structuring and unstructuring data.
    cattrs works best with attrs classes, dataclasses and the usual
    Python collections, but other kinds of classes are supported by manually
    registering converters.
    
    Python has a rich set of powerful, easy to use, built-in data types
    like dictionaries, lists and tuples. These data types are also the lingua franca
    of most data serialization libraries, for formats like json, msgpack, cbor, yaml
    or toml.
    
    Data types like this, and mappings like dict s in particular, represent
    unstructured data. Your data is, in all likelihood, structured:
    not all combinations of field names or values are valid inputs to your programs.
    In Python, structured data is better represented with classes and enumerations.
    attrs is an excellent library for declaratively describing the structure
    of your data, and validating it.
    
    When you're handed unstructured data (by your network, file system, database...),
    cattrs helps to convert this data into structured data. When you have to convert
    your structured data into data types other libraries can handle, cattrs turns
    your classes and enumerations into dictionaries, integers and strings.

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

    Сопровождающий: Grigory Ustinov

    Список участников:
    Grigory Ustinov

    Права:
    Grigory Ustinov
    @python

      1. rpm-build-python3
      2. python3-module-bson
      3. python3-module-cbor2
      4. python3-module-hatch-vcs
      5. python3-module-hatchling
      6. python3-module-hypothesis
      7. python3-module-immutables
      8. python3-module-orjson
      9. python3-module-poetry
      10. python3-module-pyproject-installer >= 0.4.0
      11. python3-module-pytest-benchmark
      12. python3-module-tox
      13. python3-module-tox-console-scripts
      14. python3-module-tox-no-deps
      15. python3-module-ujson

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


    12 декабря 2023 г. Grigory Ustinov 23.2.3-alt1
    - Automatically updated to 23.2.3.
    12 сентября 2023 г. Grigory Ustinov 23.1.2-alt2
    - Fixed FTBFS.
    27 июля 2023 г. Grigory Ustinov 23.1.2-alt1
    - Automatically updated to 23.1.2.
    - Build with check.