Metadata-Version: 2.1
Name: py-marktest
Version: 0.0.1
Summary: A command line tool for testing Python snippets in markdown.
Author-email: Joseph Riddle <joeriddles10@gmail.com>
Project-URL: Homepage, https://github.com/joeriddles/py-marktest
Project-URL: Bug Tracker, https://github.com/joeriddles/py-marktest/issues
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Testing :: Unit
Classifier: Topic :: Text Processing :: Markup :: Markdown
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE

# py-marktest

<p style="align: center">
    <a href="https://pypi.org/project/py-marktest" target="_blank">
        <img src="https://img.shields.io/pypi/v/py-marktest?label=PyPI" alt="Package version" />
    </a>
</p

# <!-- this reset markdown mode somehow -->

### What is py-marktest and why you need it

py-marktest helps you test Python code samples in your markdown files. These code samples can include REPL snippets and code blocks.
