Markups

View on PyPIReverse Dependencies (1)

4.1.0 Markups-4.1.0-py3-none-any.whl

Wheel Details

Project: Markups
Version: 4.1.0
Filename: Markups-4.1.0-py3-none-any.whl
Download: [link]
Size: 14529
MD5: 3b6cb128f48c60b7a106c987df363710
SHA256: cb7efceddb570191a740b52fc305742f581c0646a5df997d586068763cceb1ac
Uploaded: 2024-12-08 19:45:23 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: Markups
Version: 4.1.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.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
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.10
Requires-Dist: Markdown (>=3); extra == "markdown"
Requires-Dist: PyYAML; extra == "markdown"
Requires-Dist: python-markdown-math; extra == "markdown"
Requires-Dist: docutils; extra == "restructuredtext"
Requires-Dist: textile; extra == "textile"
Requires-Dist: Pygments; extra == "highlighting"
Requires-Dist: asciidoc; extra == "asciidoc"
Requires-Dist: lxml; extra == "asciidoc"
Provides-Extra: markdown
Provides-Extra: restructuredtext
Provides-Extra: textile
Provides-Extra: highlighting
Provides-Extra: asciidoc
Description-Content-Type: text/x-rst
License-File: LICENSE
[Description omitted; length: 2180 characters]

WHEEL

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

RECORD

Path Digest Size
markups/__init__.py sha256=kDxwsrlfDqvh5LGlRR8HY0RW6QiG-fHxejh4vw4te38 3497
markups/abstract.py sha256=3ufpn4BOf3jEHTofWhlENzhY9Sam4zZ5iDJkMrku9IM 4341
markups/asciidoc.py sha256=FuV6JtSEU4_7n2KNW5oxlT8A1JTV1Yd451leRkGiYoA 2820
markups/common.py sha256=7ynjeijPZKDlxfUxflfCqJ5tFBkhChR_yX1JBMSVIqM 1530
markups/markdown.py sha256=NLn7kCzq8qeFhkWxU2drbKPs1JiI7aE9bSQmHrw6CqM 10508
markups/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
markups/restructuredtext.py sha256=xFHpI9aqJjWAc8GB9SXRwiaIaKaufm4qLnYelUwItEs 4075
markups/textile.py sha256=paDfFTUG1nCTedbZ81bPFDCmpsvQA5CCBUS6aBfkB7U 1211
Markups-4.1.0.dist-info/LICENSE sha256=p54x5e8Ks65udtMR7SxHViQ_Av2ASu36Buzd4zzTZR8 1502
Markups-4.1.0.dist-info/METADATA sha256=VRfK5Qom9l52ywWOQOhIcVeI-DITO_aAV9c3zsiRZqc 3849
Markups-4.1.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
Markups-4.1.0.dist-info/entry_points.txt sha256=JI7buRbf7ZMnSfN41K3fW-z0nnez31a2J4rmLcRNozU 205
Markups-4.1.0.dist-info/top_level.txt sha256=RwapeexX_f_7xIkCkj3YXRqsoJJzH6fDM8d_bMMkjxs 8
Markups-4.1.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