Metadata-Version: 2.1
Name: daze-engine
Version: 0.2.0a0
Summary: Compiler engine for Daze.
Home-page: https://github.com/JTechnologies/daze/
Author: Judah Brown
Author-email: privacyprotect1234@outlook.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/JTechnologies/daze/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Engine
All about the functions and variables that engine.py provides
## Functions
### toHtml()
#### Usage
Takes input Daze code (as string) and returns HTML code as a string.
#### Input
##### Required
`toHtml(<daze code>...) `
##### Optional
`toHtml( ...part=<full, head, body, open>)`


