Metadata-Version: 2.1
Name: markdown-toolkit
Version: 0.3.0
Summary: Utility package for programmatically manipulating markdown documents.
Home-page: https://github.com/danielloader/markdown-toolkit/
License: MIT
Keywords: markdown
Author: Daniel Loader
Author-email: hello@danielloader.uk
Requires-Python: >=3.7,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Project-URL: Repository, https://github.com/danielloader/markdown-toolkit/
Description-Content-Type: text/markdown

# Markdown Toolkit
![https://raw.githubusercontent.com/dcurtis/markdown-mark/99572b4a4f71b4ea2b1186a30f440ff2fcf66d27/svg/markdown-mark.svg](https://raw.githubusercontent.com/dcurtis/markdown-mark/99572b4a4f71b4ea2b1186a30f440ff2fcf66d27/svg/markdown-mark.svg)

_A python library for creating and manipulating markdown with an object oriented interface._

This library is split into two aims:

* Generation of markdown with python to create documents or fragments of documents.
* Injection of static text, file contents, or dynamically generated markdown into existing documents.

Documentation can be found at the [project documentation](https://danielloader.github.io/markdown-toolkit) site.

### License

This project is licenced under the terms of the MIT license.
