Metadata-Version: 2.4
Name: hsx
Version: 0.0.1
Summary: hsx - Hypertext, templating with XML-like evaluation inspired by JSX
Author-email: Michael Sparks <sparks.m@gmail.com>
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/sparkslabs/hsx
Project-URL: Issues, https://github.com/sparkslabs/hsx/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

hsx
===
**Version:** 0.0.1

hsx is (will be) a small macro-style preprocessor for static content.

It replaces XML-like tags in a source file with the contents of fragment
files stored in a directory.

Fragments are plain text files (for example markdown, HTML, CSS) and are
composited using JSX like instructions.
