o
    i                  	   @   s   d Z ddlZdZ	 dZdZeD ]ZzejeZW n	 e	y"   Y qw eZ edu r2e	de dedkrCej
s<i e_
dej
d	< dS dS )
a  
An interface for parsing CommonMark input.

Select a locally installed parser from the following 3rd-party
parser packages:

:pycmark:       https://pypi.org/project/pycmark/
:myst:          https://pypi.org/project/myst-docutils/
:recommonmark:  https://pypi.org/project/recommonmark/ (deprecated)

The first parser class that can be successfully imported is mapped to
`commonmark_wrapper.Parser`.

This module is provisional:
the API is not settled and may change with any minor Docutils version.
    N)pycmarkmystrecommonmark z2Parsing "CommonMark" requires one of the packages
z available at https://pypi.orgr   Tmyst_commonmark_only)__doc__docutils.parsersdocutilscommonmark_parser_namesParserparser_namenameparsersget_parser_classImportErrorsettings_defaults r   r   i/var/www/html/karishye-ai-python/venv/lib/python3.10/site-packages/docutils/parsers/commonmark_wrapper.py<module>   s2   