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

    Исходный пакет: python3-module-django-minify-html
    Версия: 1.7.1-alt1
    Последняя версия по данным Repology
    Собран:  9 апреля 2024 г. 15:41 в задании #344676
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/adamchainz/django-minify-html

    Лицензия: MIT
    О пакете: Use minify-html, the extremely fast HTML + JS + CSS minifier, with Django.
    Описание: 
    HTML minification is an underappreciated techinque for web optimization.
    It can yield significant savings, even on top of other tools like
    compression with Brotli or Gzip.
    
    There are other minifiers out there, but in benchmarks minify-html
    surpasses them all. It's a really well optimized and tested Rust library,
    and seems to be the best available HTML minifier.
    
    Some CDN's provide automatic minification, such as CloudFlare. This can be
    convenient, since it requires no application changes. But it adds some
    overhead: non-minified HTML has to first be transferred to the CDN, and
    the CDN has to parse the response, and recombine it. It also means that
    you don't get to see the potential side effects of minification until your
    code is live. Overall it should be faster and more predictable to minify
    within Django, at the point of HTML generation.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    python3-module-django-minify-html (x86_64, ppc64le, aarch64)

    Сопровождающий: Dmitry Lyalyaev

    Список участников:
    Dmitry Lyalyaev

    Права:
    Dmitry Lyalyaev
    @everybody

      1. python3(pytest)
      2. python3(pytest_django)
      3. python3(pytest_randomly)
      4. python3(tox)
      5. python3(tox_no_deps)
      6. python3-module-coverage
      7. python3-module-django
      8. python3-module-django-tests
      9. python3-module-minify-html
      10. python3-module-pyproject-installer >= 0.4.0
      11. python3-module-setuptools
      12. python3-module-wheel
      13. rpm-build-python3

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


    9 апреля 2024 г. Dmitry Lyalyaev 1.7.1-alt1
    - 1.5.0 -> 1.7.1
    9 июня 2023 г. Dmitry Lyalyaev 1.5.0-alt2
    - fix FTBFS due to tests failed
    19 апреля 2023 г. Dmitry Lyalyaev 1.5.0-alt1
    - New version 1.5.0
      + migrate to pyproject