Skip to content

Commit f28b98b

Browse files
committed
wip - total rewrite of core logic
1 parent d1a134e commit f28b98b

File tree

8 files changed

+207
-287
lines changed

8 files changed

+207
-287
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ build
1616
dist
1717
*.egg-info
1818

19+
scratch*.py
20+
venv_jinja2html
21+
1922
# generated files
2023
*.html
2124
out
2225
templates
2326
config.json
24-
25-
# virtualenv
26-
venv_*

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include README.md LICENSE.md
1+
include *.md

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# jinja2html
2-
[![Python 3.8+](https://upload.wikimedia.org/wikipedia/commons/9/92/Blue_Python_3.8%2B_Shield_Badge.svg)](https://www.python.org)
2+
[![Python 3.9+](https://upload.wikimedia.org/wikipedia/commons/4/4f/Blue_Python_3.9%2B_Shield_Badge.svg)](https://www.python.org)
33
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
44

55
jinja2html takes your jinja2 templates and outputs HTML.

jinja2html/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

0 commit comments

Comments
 (0)