pycharming/Ghost


Language: Python


ghost.py

image

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

from ghost import Ghost
ghost = Ghost()

with ghost.start() as session:
    page, extra_resources = session.open("http://jeanphix.me")
    assert page.http_status == 200 and 'jeanphix' in page.content

Installation

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

pip install pyside
pip install ghost.py --pre

OSX:

brew install qt
mkvirtualenv foo
pip install -U pip  # make sure pip is current
pip install PySide
pyside_postinstall.py -install
pip install Ghost.py

Project Statistics

Sourcerank 1
Repository Size 651 KB
Stars 1
Forks 0
Watchers 2
Open issues 0
Dependencies 0
Contributors 41
Tags 11
Created
Last updated
Last pushed

Top Contributors See all

jean-philippe serafin Arik Fraimovich Paweł Krawczyk Dominik Heidler Ahmed Shafeeq Alex Kir Marcos Prieto Steve Pike Vaskivo marco lin Andrew Murray Bryan Bishop Pablo Aguiar René Kijewski Michael Kuth theshank Marc Abramowitz Terin Stock Roman Joost Michael Mrozek

Recent Tags See all

0.2.3 September 16, 2015
0.2.2 September 11, 2015
0.2.1 August 25, 2015
0.2 July 17, 2015
0.1.2 June 01, 2015
0.1.1 January 12, 2015
0.1 January 12, 2015
0.1b6 December 07, 2014
0.1b5 November 27, 2014
0.1b4 November 05, 2014
0.1b2 December 23, 2012

Something wrong with this page? Make a suggestion

Last synced: 2024-05-22 06:53:10 UTC

Login to resync this repository