pymerdoc

View on PyPIReverse Dependencies (0)

0.2.0 pymerdoc-0.2.0-py3-none-any.whl

Wheel Details

Project: pymerdoc
Version: 0.2.0
Filename: pymerdoc-0.2.0-py3-none-any.whl
Download: [link]
Size: 16829
MD5: fd9a70e6630b14a8d683b4804cb9454a
SHA256: 1fb10a59c67f2aebd1cba6607fd2640916c0b674965ba20d351514cbc45d71cd
Uploaded: 2024-12-28 03:26:50 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: pymerdoc
Version: 0.2.0
Summary: A tool for creating and managing Mermaid diagrams with modern UI
Author: Scott Peterman
Author-Email: scottpeterman[at]example.com
Home-Page: https://github.com/scottpeterman/pymerdoc
Project-Url: Bug Reports, https://github.com/scottpeterman/pymerdoc/issues
Project-Url: Source, https://github.com/scottpeterman/pymerdoc
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Requires-Dist: colorama (>=0.4.6)
Requires-Dist: exceptiongroup (>=1.2.2)
Requires-Dist: importlib_metadata (>=8.5.0)
Requires-Dist: iniconfig (>=2.0.0)
Requires-Dist: Markdown (>=3.7)
Requires-Dist: packaging (>=24.2)
Requires-Dist: pillow (>=11.0.0)
Requires-Dist: pluggy (>=1.5.0)
Requires-Dist: PyQt6 (>=6.8.0)
Requires-Dist: PyQt6-Qt6 (>=6.8.1)
Requires-Dist: PyQt6-WebEngine (>=6.8.0)
Requires-Dist: PyQt6-WebEngine-Qt6 (>=6.8.1)
Requires-Dist: PyQt6_sip (>=13.9.1)
Requires-Dist: pytest (>=8.3.4)
Requires-Dist: pytest-qt (>=4.4.0)
Requires-Dist: tomli (>=2.2.1)
Requires-Dist: zipp (>=3.21.0)
Description-Content-Type: text/markdown
[Description omitted; length: 4425 characters]

WHEEL

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

RECORD

Path Digest Size
pymerdoc/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pymerdoc/gm.py sha256=vRTU50Rlg0w4Os5oj1xFfaBzyqs4Eo-9KHs-c1b-oBs 16148
pymerdoc/main.py sha256=o7USmsp6cO0mzeyD1N7ess4wjiAd3pw1UiniJecez54 15335
pymerdoc/mc.py sha256=Nm-yJeEgnh9_23ygskOaBC3JzSvelYimQtMlZDuazgY 8242
pymerdoc/theme_manager.py sha256=243w3r4fYP9ij_4Ew6_-MA-Y7oDoO5JSUB1Kh16pIes 3048
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
tests/conftest.py sha256=_IXEfvPnq6K-OpIQfmEtZzwjYjdKUWZ2a4m_5wSkwjM 435
tests/test_basic.py sha256=tsgnK2IK30WvKgZNaXZoD7xJpDBNvb4BO054ovXT0Jc 477
tests/test_markdown.py sha256=T0kDJATKNHYhSqBDHyntH6GiYFEllUKCeB4WEZkOzFg 2504
pymerdoc-0.2.0.dist-info/METADATA sha256=b0fx3vJrl_Lik04l7TVRq928rG2BhJClFBRioIktKwE 6302
pymerdoc-0.2.0.dist-info/WHEEL sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U 91
pymerdoc-0.2.0.dist-info/entry_points.txt sha256=g801y65uFhlia7lgJIEYUDfqsk9bjYGl28f-NerZYac 106
pymerdoc-0.2.0.dist-info/top_level.txt sha256=J1O74bkO-YiDkIjTlv4SsOYdXL50bFTTkhBb6zQTBJM 15
pymerdoc-0.2.0.dist-info/RECORD

top_level.txt

pymerdoc
tests

entry_points.txt

pymerdoc = pymerdoc.main:main
pymerdoc-gm = pymerdoc.gm:main
pymerdoc-mc = pymerdoc.mc:main