Initial Commit main
authorGeorgios Atheridis <georgios@atheridis.org>
Tue, 27 Dec 2022 13:04:22 +0000 (13:04 +0000)
committerGeorgios Atheridis <georgios@atheridis.org>
Tue, 27 Dec 2022 13:04:22 +0000 (13:04 +0000)
commit4f0f616124ab305e690540fd569239803a764fab
treefe90fb417b6e359ea392f4d4805bf9ac7ad7a901
Initial Commit
15 files changed:
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README [new file with mode: 0644]
examples/second/hbml/index.hbml [new file with mode: 0644]
examples/second/hbml/inside/here.hbml [new file with mode: 0644]
examples/second/hbml/second.hbml [new file with mode: 0644]
examples/second/out/hbml/index.html [new file with mode: 0644]
examples/second/out/hbml/inside/here.html [new file with mode: 0644]
examples/second/out/hbml/second.html [new file with mode: 0644]
examples/simple/hbml/index.hbml [new file with mode: 0644]
examples/simple/out/hbml/index.html [new file with mode: 0644]
hbml2html/__init__.py [new file with mode: 0644]
hbml2html/main.py [new file with mode: 0644]
hbml2html/tohtml.py [new file with mode: 0644]
setup.py [new file with mode: 0644]