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

    Исходный пакет: python3-module-yapf
    Версия: 0.40.1-alt1
    Собран:  27 апреля 2024 г. 22:54 в задании #345373
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/yapf/

    Лицензия: Apache-2.0
    О пакете: A formatter for Python files
    Описание: 
    Most of the current formatters for Python --- e.g., autopep8, and
    pep8ify --- are made to remove lint errors from code. This has some
    obvious limitations. For instance, code that conforms to the PEP 8
    guidelines may not be reformatted. But it doesn't mean that the code
    looks good.
    
    YAPF takes a different approach. It's based off of 'clang-format',
    developed by Daniel Jasper. In essence, the algorithm takes the code
    and reformats it to the best formatting that conforms to the style
    guide, even if the original code didn't violate the style guide. The
    idea is also similar to the 'gofmt' tool for the Go programming
    language: end all holy wars about formatting - if the whole codebase of
    a project is simply piped through YAPF whenever modifications are made,
    the style remains consistent throughout the project and there's no point
    arguing about style in every code review.
    
    The ultimate goal is that the code YAPF produces is as good as the code
    that a programmer would write if they were following the style guide. It
    takes away some of the drudgery of maintaining your code.

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

    Сопровождающий: Anton Zhukharev

    Список участников:
    Anton Zhukharev
    Stanislav Levin

      1. python3-module-importlib-metadata
      2. python3-module-platformdirs
      3. python3-module-pyproject-installer >= 0.4.0
      4. python3-module-pytest
      5. python3-module-setuptools
      6. python3-module-tomli
      7. python3-module-wheel
      8. rpm-build-pyproject
      9. rpm-build-vim

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


    6 сентября 2023 г. Anton Zhukharev 0.40.1-alt1
    - Updated to 0.40.1.
    17 мая 2023 г. Stanislav Levin 0.33.0-alt1
    - 0.32.0 -> 0.33.0.
    2 октября 2022 г. Anton Zhukharev 0.32.0-alt1
    - initial build for Sisyphus