Ë
    nûàgˆ  ã                   ó^   — d dl Z d dlZd dlmZ d dlZd„ Z  e j                   e«      e«       y)é    N)Úalways_iterablec                 ó  — t         j                  j                  | «      }t        t	        t        |«      «      «      }t        j                  «       }t        |j                  d|«      |j                  d|«      t        |«      «       y)aÁ  
    Report the newlines in the indicated file.

    >>> tmp_path = getfixture('tmp_path')
    >>> filename = tmp_path / 'out.txt'
    >>> _ = filename.write_text('foo\nbar\n', newline='', encoding='utf-8')
    >>> report_newlines(filename)
    newline is '\n'
    >>> filename = tmp_path / 'out.txt'
    >>> _ = filename.write_text('foo\nbar\r\n', newline='', encoding='utf-8')
    >>> report_newlines(filename)
    newlines are ('\n', '\r\n')
    ÚnewlineÚisN)ÚjaracoÚtextÚread_newlinesÚlenÚtupler   ÚinflectÚengineÚprintÚplural_nounÚplural_verbÚrepr)ÚfilenameÚnewlinesÚcountr   s       új/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.pyÚreport_newlinesr   	   sg   € ô �{‰{×(Ñ(¨Ó2€HÜ””o hÓ/Ó0Ó1€EÜ�^‰^Ó€FÜ	Ø×Ñ˜9 eÓ,Ø×Ñ˜4 Ó'ÜˆX‹õó    )Úautocommandr   Úmore_itertoolsr   Újaraco.textr   r   Ú__name__© r   r   ú<module>r      s0   ðÛ Û å *ã òð0 "Ð €× Ñ ˜Ó ! /Õ 2r   