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

    Исходный пакет: python3-module-OSlash
    Версия: 0.6.3-alt4
    Собран:  23 апреля 2024 г. 1:52
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/OSlash

    Лицензия: MIT
    О пакете: Functors, Applicatives, And Monads in Python
    Описание: 
    OSlash is a library for playing with functional programming in Python 3.8+.
    It's an attempt to re-implement some of the code from Learn You a Haskell
    for Great Good! in Python 3.8. OSlash unifies functional and object oriented
    paradigms by grouping related functions within classes. Objects are however
    never used for storing values or mutable data, and data only lives within
    function closures.
    
    OSlash is intended to be a tutorial. For practical functional programming
    in Python in production environments you should use FSlash instead.

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

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

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

      1. python3-module-pyproject-installer >= 0.4.0
      2. python3-module-setuptools
      3. python3-module-tox
      4. python3-module-tox-console-scripts
      5. python3-module-tox-no-deps
      6. python3-module-typing_extensions
      7. python3-module-wheel
      8. rpm-build-python3

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


    22 апреля 2024 г. Grigory Ustinov 0.6.3-alt4
    - Very tiny spec refactoring.
    25 января 2024 г. Grigory Ustinov 0.6.3-alt3
    - Fixed FTBFS.
    6 октября 2022 г. Grigory Ustinov 0.6.3-alt2
    - Use modern macros.
    - Build with check.