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

    Исходный пакет: python3-module-mimeparse
    Версия: 2.0.0-alt1
    Последняя версия по данным Repology
    Собран:  7 февраля 2026 г. 16:55 в задании #407556
    Категория: Разработка/Python 3
    Сообщить об ошибке в пакете
    Домашняя страница: https://pypi.org/project/python-mimeparse

    Лицензия: MIT
    О пакете: Basic functions for handling mime-types in python
    Описание: 
    This module provides basic functions for handling mime-types. It can handle
    matching mime-types against a list of media-ranges. See section 14.1 of
    the HTTP specification [RFC 2616] for a complete explanation.
    
       http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.1
    
    Contents:
        - parse_mime_type():   Parses a mime-type into its component parts.
        - parse_media_range(): Media-ranges are mime-types with wild-cards
          and a 'q' quality parameter.
        - quality():           Determines the quality ('q') of a mime-type
          when compared against a list of media-ranges.
        - quality_parsed():    Just like quality() except the second
          parameter must be pre-parsed.
        - best_match():        Choose the mime-type with the highest quality
          ('q') from a list of candidates.

    Список бинарных RPM-пакетов, собираемых из данного SRPM:
    python3-module-mimeparse (noarch)

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


    Права:
    @python
    Grigory Ustinov
    @everybody

      1. python3-module-legacy-cgi
      2. python3-module-pyproject-installer >= 0.4.0
      3. python3-module-setuptools
      4. python3-module-wheel
      5. rpm-build-python3
      6. python3(json)

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


    7 февраля 2026 г. Grigory Ustinov 2.0.0-alt1
    - Automatically updated to 2.0.0.
    12 октября 2025 г. Grigory Ustinov 1.6.0-alt4.1
    - Fixed FTBFS.
    12 февраля 2020 г. Andrey Bychkov 1.6.0-alt4
    - Build for python2 disabled.