a
    Sic^  ã                   @   s   d Z dZd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                 C   s¦   t | ƒdksJ ‚| d dv s J ‚| d dkr0dnd}d tt| d|… ƒ¡}| d dkrn|d	t| d
 ƒ 7 }n4| d dkr¢ddddœ}||| d  t| d
 ƒ 7 }|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Úmapping© r   úM/var/www/html/django/DPS/env/lib/python3.9/site-packages/markdown/__meta__.pyÚ_get_version    s    r   N)Ú__doc__Ú__version_info__r   Ú__version__r   r   r   r   Ú<module>   s   