Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 670 Bytes

README.rst

File metadata and controls

27 lines (17 loc) · 670 Bytes

ghost.py

https://drone.io/github.com/jeanphix/Ghost.py/status.png

ghost.py is a webkit web client written in python:

from ghost import Ghost
ghost = Ghost()
page, extra_resources = ghost.open("http://jeanphix.me")
assert page.http_status==200 and 'jeanphix' in ghost.content

Installation

ghost.py requires either PySide (prefered) or PyQt Qt bindings:

pip install pyside
pip install ghost.py --pre