Metadata-Version: 2.1
Name: slidge-style-parser
Version: 0.1.2
Classifier: Programming Language :: Rust
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/BluebonnetField/slidge-style-parser
Project-URL: Repository, https://github.com/BluebonnetField/slidge-style-parser

[Github](https://github.com/BluebonnetField/slidge-style-parser)

[PyPi](https://pypi.org/project/slidge-style-parser/)

A parsing library for [Slidge](https://sr.ht/~nicoco/slidge). Supports parsing these attributes:

"\_underline_"

"\*bold*"

"\~strikethrough~"

"\`code span`"

"\```language

code block

\```"

"\>quote"

"\|\|spoiler||"

"\\\_escape style_"

Most of them correspond to [XEP-0393: Message Styling](https://xmpp.org/extensions/xep-0393.html).

