https://github.com/m32/litehtmlpy
python bindings to litehtml library
https://github.com/m32/litehtmlpy
css html html-renderer litehtml pybind11 python rendering-engine
Last synced: 5 months ago
JSON representation
python bindings to litehtml library
- Host: GitHub
- URL: https://github.com/m32/litehtmlpy
- Owner: m32
- License: mit
- Created: 2023-02-16T14:59:40.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-28T06:54:48.000Z (5 months ago)
- Last Synced: 2025-07-28T08:43:15.941Z (5 months ago)
- Topics: css, html, html-renderer, litehtml, pybind11, python, rendering-engine
- Language: C++
- Homepage:
- Size: 1.12 MB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-litehtml
LiteHtmlPy is a solution that helps python developers to create printouts and previews of html5/css3 pages without using a web browser.
## Links
* [litehtml library](https://github.com/litehtml/litehtml)
* [pybind11](https://github.com/pybind/pybind11)
## Cleanup repository
./x-cleanup
## Linux configure
- ./x-build-cmake -DCMAKE_BUILD_TYPE=Debug
- ./x-build-cmake -DCMAKE_BUILD_TYPE=Release
## Cross Mingw configure for python 2.7
- ./x-build-cmake-mingw
## Build for manylinux inside docker
- ./x-build-docker
## Just setup.py build
- ./x-build-python