Metadata-Version: 1.1
Name: django-markdocs
Version: 1.0.1
Summary: Generate static HTML pages from .md files.
Home-page: https://github.com/aaronmarkey/django-markdocs
Author: Aaron Markey
Author-email: markeyaaron@gmail.com
License: MIT License 
Description-Content-Type: UNKNOWN
Description: # Django MarkDocs
        
        This is a simple library to generate static html pages using CommonMarkdown
        and Django. This was initially created to write documentation pages, hence
        the name MarkDocs.
        
        Look in `docs/` for installation and usage.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Internet :: WWW/HTTP
