o
    ZNYb                  	   @   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/pycmark/
:recommonmark:  https://pypi.org/project/pycmark/ (unmaintained, 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)ZpycmarkmystZrecommonmark z2Parsing "CommonMark" requires one of the packages
z available at https://pypi.orgr   TZmyst_commonmark_only)__doc__Zdocutils.parsersdocutilsZcommonmark_parser_namesParserZparser_namenameparsersZget_parser_classImportErrorZsettings_defaults r
   r
   Gusr/lib/python3.10/site-packages/docutils/parsers/commonmark_wrapper.py<module>   s2   