File tree Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Expand file tree Collapse file tree 3 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11# PyHTML Enhanced
22
33A library for building HTML documents with a simple and learnable syntax,
4- inspired by, and similar to
5- [ Cenk Altı's original PyHTML library] ( https://github.com/cenkalti/pyhtml ) , but
4+ inspired by ( and similar to)
5+ [ Cenk Altı's PyHTML library] ( https://github.com/cenkalti/pyhtml ) , but
66with improved documentation and type safety.
77
88## Features
Original file line number Diff line number Diff line change 1- """# PyHTML Enhanced
1+ """
2+ # PyHTML Enhanced
23
34A library for building HTML documents with a simple and learnable syntax,
4- inspired by, and similar to
5- [Cenk Altı's original PyHTML library](https://github.com/cenkalti/pyhtml), but
5+ inspired by ( and similar to)
6+ [Cenk Altı's PyHTML library](https://github.com/cenkalti/pyhtml), but
67with improved documentation and type safety.
78
89## Features
235236
236237Source code for the library is open source, using the
237238[MIT license](https://choosealicense.com/licenses/mit/). A copy of the license
238- text is available in [` LICENSE.md` ](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE.md)
239+ text is available in [LICENSE.md](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE.md)
239240
240241### Documentation
241242
242243Documentation is copied from MDN Web Docs, and is license under
243244[CC-BY-SA-2.5](https://creativecommons.org/licenses/by-sa/2.5/). A copy of the
244- license text is available in [` LICENSE_DOCS.md` ](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE_DOCS.md)
245+ license text is available in [LICENSE_DOCS.md](https://github.com/COMP1010UNSW/pyhtml-enhanced/blob/main/LICENSE_DOCS.md)
245246
246247"""
247248# Disable Flake8, since it really doesn't like our docstring above
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyhtml-enhanced"
3- version = " 1.0.4 "
3+ version = " 1.1.0 "
44description = " A library for building HTML documents with a simple and learnable syntax"
55authors = [" Miguel Guthridge <miguel.guthridge@unsw.edu.au>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments