Skip to content

Commit 1189bd3

Browse files
committed
Update README.md
1 parent 401224e commit 1189bd3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,13 @@ body.create_text("Hello Everyone ...")
7474
print(root.serialize())
7575
# <!DOCTYPE html><html lang="en"><body>Hello Everyone ...</body></html>
7676
```
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

Comments
 (0)