Binary package “python3-markups” in ubuntu oracular

Wrapper around various text markups, implemented in Python 3

 This module provides a wrapper around various text markup languages.
 .
 Available by default are Markdown, reStructuredText and Textile, but you
 can easily add your own markups.
 .
 It is also possible to implement custom markups (inherited from AbstractMarkup
 class).