Markups

View on PyPIReverse Dependencies (1)

4.0.0 Markups-4.0.0-py3-none-any.whl

Wheel Details

Project: Markups
Version: 4.0.0
Filename: Markups-4.0.0-py3-none-any.whl
Download: [link]
Size: 14644
MD5: 8f3fe21ac37f850314f354a49e48eeeb
SHA256: 47149d8b620c39505eceb763bfc6170e1dbebf3173773d57da449fb2abf9b363
Uploaded: 2023-01-16 19:52:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: Markups
Version: 4.0.0
Summary: A wrapper around various text markups
Author-Email: Dmitry Shachnev <mitya57[at]gmail.com>
Project-Url: Homepage, https://github.com/retext-project/pymarkups
Project-Url: Documentation, https://pymarkups.readthedocs.io/en/latest/
Project-Url: Issue Tracker, https://github.com/retext-project/pymarkups/issues/
License: BSD 3-Clause License
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: General
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.9
Requires-Dist: python-markdown-math
Requires-Dist: asciidoc; extra == "asciidoc"
Requires-Dist: lxml; extra == "asciidoc"
Requires-Dist: Pygments; extra == "highlighting"
Requires-Dist: Markdown (>=3); extra == "markdown"
Requires-Dist: PyYAML; extra == "markdown"
Requires-Dist: docutils; extra == "restructuredtext"
Requires-Dist: textile; extra == "textile"
Provides-Extra: asciidoc
Provides-Extra: highlighting
Provides-Extra: markdown
Provides-Extra: restructuredtext
Provides-Extra: textile
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 2180 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.38.4)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
markups/__init__.py sha256=1-wFWgaCNX915OsRNKMHUGZlkXEn9R9m58-_qG7jGPA 3644
markups/abstract.py sha256=J9WyRumQOvrqEcewgXJf6mep0DN2XpqSl7eKH_MpVyw 4276
markups/asciidoc.py sha256=FuV6JtSEU4_7n2KNW5oxlT8A1JTV1Yd451leRkGiYoA 2820
markups/common.py sha256=2X_96Gnq-tD0tGzDsqQ2iAF6E85lIuGpaqtqK2Flqvw 1577
markups/markdown.py sha256=fh4TmRfGGSk-j3jlHgVNPBFTFsXJuC3eB7pYnQQxYoc 10495
markups/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
markups/restructuredtext.py sha256=oZDd9WHJ1uc7lzmgjfwJ_oLe7WKXCtZ03OvB8iEFbbQ 3993
markups/textile.py sha256=fhNC4VceMdpp3-N1mPDiPe1EYpph_zdhpmwT9J1pU2M 1292
Markups-4.0.0.dist-info/LICENSE sha256=p54x5e8Ks65udtMR7SxHViQ_Av2ASu36Buzd4zzTZR8 1502
Markups-4.0.0.dist-info/METADATA sha256=qX2DO4t01rgJzVVIbQfgzmZHqsxjtjyobLoLstJ7sMQ 3785
Markups-4.0.0.dist-info/WHEEL sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo 92
Markups-4.0.0.dist-info/entry_points.txt sha256=JI7buRbf7ZMnSfN41K3fW-z0nnez31a2J4rmLcRNozU 205
Markups-4.0.0.dist-info/top_level.txt sha256=RwapeexX_f_7xIkCkj3YXRqsoJJzH6fDM8d_bMMkjxs 8
Markups-4.0.0.dist-info/RECORD

top_level.txt

markups

entry_points.txt

asciidoc = markups.asciidoc:AsciiDocMarkup
markdown = markups.markdown:MarkdownMarkup
restructuredtext = markups.restructuredtext:ReStructuredTextMarkup
textile = markups.textile:TextileMarkup