Metadata-Version: 2.1
Name: mkdocs-markdownextradata-plugin
Version: 0.0.2
Summary: A MkDocs plugin that injects the mkdocs.yml extra variables into the markdown template
Home-page: https://github.com/rosscdh/mkdocs-markdownextradata-plugin/
Author: Ross Crawford-d'Heureuse
Author-email: sendrossemail@gmail.com
License: MIT
Keywords: mkdocs python markdown extra values
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.5
Requires-Dist: mkdocs (>=0.17)

As a user with variables that need to be substituted for multiple projects at the markdown and not the template level. In order to defined values such as site urls, client names etc So that I can build my docs with different values for images and urls. 


