| Server IP : 54.37.205.81 / Your IP : 216.73.216.76 Web Server : nginx/1.22.1 System : Linux vps-249481fa 6.1.0-50-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.176-1 (2026-07-02) x86_64 User : debian ( 1000) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/markdown/__pycache__/ |
Upload File : |
�
Ӽ�b^ � �* � d Z dZd� Z ee� � ZdS )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 | � � dk sJ �| d dv sJ �| d dk rdnd}d� t t | d|� � � � � }| d dk r|d t | d
� � z z
}n9| d dk r-dd
dd�}||| 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 �3/usr/lib/python3/dist-packages/markdown/__meta__.py�_get_versionr s� � ��|����!�!�!�!���?�E�E�E�E�E��a��A�%�%�A�A�1�E�����S�,�v��v�.�/�/�0�0�A��A��%��� �V�c�,�q�/�*�*�
*�*��� �a��G� #� #���D�9�9�� �W�\�!�_�
%��L��O�(<�(<�
<�<���H� N)�__doc__�__version_info__r �__version__� r r �<module>r s<