Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerbakke/MarkupPy
MarkupPy - An HTML/XML generator
https://github.com/tylerbakke/MarkupPy
Last synced: 4 months ago
JSON representation
MarkupPy - An HTML/XML generator
- Host: GitHub
- URL: https://github.com/tylerbakke/MarkupPy
- Owner: tylerbakke
- License: mit
- Created: 2017-07-11T19:05:17.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-07T14:17:30.000Z (about 1 year ago)
- Last Synced: 2024-09-19T23:37:24.328Z (5 months ago)
- Language: Python
- Homepage:
- Size: 23.4 KB
- Stars: 10
- Watchers: 1
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-python-html - tylerbakke/MarkupPy - An HTML/XML generator (Libraries / General HTML Generation)
- awesome-python-html - tylerbakke/MarkupPy - An HTML/XML generator (Libraries / General HTML Generation)
README
## MarkupPy
This is MarkupPy - a Python module that attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way. It works with both python 2 and 3.Installation:
pip install MarkupPyDocumentation and further info is at https://tylerbakke.github.io/MarkupPy/
Please send bug reports, feature requests, enhancement ideas or questions to [email protected].
The Python Package can be found at https://pypi.python.org/pypi/MarkupPy.
The code is in the public domain. Version: 1.14 as of July 12 2017.