Metadata-Version: 1.1
Name: writeup-tool
Version: 0.0.1
Summary: Writeup is a text markup format and standalone tool that translates to HTML5.
Home-page: https://github.com/gwk/writeup
Author: George King
Author-email: george.w.king@gmail.com
License: CC0
Description: Writeup is a text markup format that translates to HTML5. It is similar to Markdown in spirit, but is not equivalent. Some differences:
        - the line-oriented syntax is designed to make correct implementation simple and unambiguous.
        - hierarchical sections.
        - special handling of license lines at the beginning of a file.
        - builtin javascript presentation mode.
        - unambiguous character escape syntaxes.
        - versioning scheme will allow for format evolution while preserving the ability to build old source files.
        
Keywords: documentation,markup
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Documentation
Classifier: Topic :: Education
Classifier: Topic :: Multimedia
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Processing :: Markup :: HTML
