We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 401224e commit 1189bd3Copy full SHA for 1189bd3
README.md
@@ -74,3 +74,13 @@ body.create_text("Hello Everyone ...")
74
print(root.serialize())
75
# <!DOCTYPE html><html lang="en"><body>Hello Everyone ...</body></html>
76
```
77
+
78
+# TODO List
79
+- [ ] Rewrite TreeDom `__repr__` and `__str__`
80
+- [ ] Add benchmarks
81
+- [ ] Add memory usage report
82
+- [ ] Add PyPI version, downloads, test coverage, and python versions badges
83
+- [ ] Complete docs
84
+- [ ] Add prettier feature
85
+- [ ] Provide more control on serializer
86
+- [ ] Add advanced examples to docs (such as socket and http streams)
0 commit comments