
    c^                     *    d Z dZd Z ee          ZdS )a  
Python Markdown

A Python implementation of John Gruber's Markdown.

Documentation: https://python-markdown.github.io/
GitHub: https://github.com/Python-Markdown/markdown/
PyPI: https://pypi.org/project/Markdown/

Started by Manfred Stienstra (http://www.dwerg.net/).
Maintained for a few years by Yuri Takhteyev (http://www.freewisdom.org).
Currently maintained by Waylan Limberg (https://github.com/waylan),
Dmitry Shachnev (https://github.com/mitya57) and Isaac Muse (https://github.com/facelessuser).

Copyright 2007-2018 The Python Markdown Project (v. 1.7 and later)
Copyright 2004, 2005, 2006 Yuri Takhteyev (v. 0.2-1.6b)
Copyright 2004 Manfred Stienstra (the original version)

License: BSD (see LICENSE.md for details).
)         final    c                    t          |           dk    sJ | d         dv sJ | d         dk    rdnd}d                    t          t          | d|                             }| d         dk    r|d	t          | d
                   z   z  }n9| d         dk    r-dddd}||| d                  t          | d
                   z   z  }|S )z? Returns a PEP 440-compliant version number from version_info.    r   )devalphabetarcr      r   .Nr	   z.devr   r   abr   )r
   r   r   )lenjoinmapstr)version_infopartsvmappings       1lib/python3.11/site-packages/markdown/__meta__.py_get_versionr       s    |!!!!?EEEEEaA%,AA1ES,vv.//00AA% =	Vc,q/****	aG	# =D99	W\!_%LO(<(<<<H    N)__doc____version_info__r   __version__ r   r   <module>r       s<    8 )   " l+,,r   