§
    Ï¶vgˆ  ã                   ób   — d dl Z d dlZd dlmZ d dlZd„ Z  e j         e¦  «        e¦  «         dS )é    N)Úalways_iterablec                 óH  — t           j                             | ¦  «        }t          t	          t          |¦  «        ¦  «        ¦  «        }t          j        ¦   «         }t          | 	                    d|¦  «        | 
                    d|¦  «        t          |¦  «        ¦  «         dS )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       úi/var/www/pixelcanvas.ch/venv/lib/python3.11/site-packages/setuptools/_vendor/jaraco/text/show-newlines.pyÚreport_newlinesr   	   sŽ   € õ Œ{×(Ò(¨Ñ2Ô2€HÝ••o hÑ/Ô/Ñ0Ô0Ñ1Ô1€EÝŒ^ÑÔ€FÝ	Ø×Ò˜9 eÑ,Ô,Ø×Ò˜4 Ñ'Ô'ÝˆX‰Œñô ð ð ð ó    )Úautocommandr   Úmore_itertoolsr   Újaraco.textr   r   Ú__name__© r   r   ú<module>r      sm   ðØ Ð Ð Ð Ø €€€à *Ð *Ð *Ð *Ð *Ð *à Ð Ð Ð ðð ð ð0 "Ð €Ô ˜Ñ !Ô ! /Ñ 2Ô 2Ð 2Ð 2Ð 2r   