U
    ZSh                  	   @   s   d Z ddlZdZdZdZeD ]6ZzejeZW n e	k
rH   Y qY nX eZ qTqedkrle	de dedkrej
si e_
dej
d	< 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.parsersZdocutilsZcommonmark_parser_namesParserparser_namenameparsersZget_parser_classImportErrorZsettings_defaults r
   r
   V/root/rtd-docs/venv/lib/python3.8/site-packages/docutils/parsers/commonmark_wrapper.py<module>   s&   

