A Python driver for Zombie.js
Project description
A Python driver for Zombie.js, a headless browser powered by node.js.
from zombie import Browser b = Browser() b.visit('http://pypi.python.org/').fill('term', 'Zombie').pressButton('submit') assert "A Python driver for Zombie.js" in b.body.text brew install node curl https://www.npmjs.org/install.sh | sh npm install zombie
Installing
To install Zombie from PyPI:
$ pip install zombie
…or, for the latest (unstable) tip:
$ git clone https://github.com/ryanpetrello/python-zombie -b next $ cd python-zombie && python setup.py develop
Development
Source hosted at GitHub. Report issues and feature requests on GitHub Issues.
To fix bugs or add features to zombie, a GitHub account is required.
The general practice for contributing is to fork zombie and make changes in the next branch. When you’re finished, send a pull request and your patch will be reviewed.
Tests require tox and can be run with python setup.py test.
All contributions must:
Include accompanying tests.
Include API documentation if new features or API methods are changed/added.
Be (generally) compliant with PEP8. One exception is that (for consistency, and to demonstrate their analogous nature) API methods on zombie.Browser should follow the camel case formatting set forth in the zombie.js API (e.g., Browser.pressButton, not Browser.press_button).
Not break the tests or build. Before issuing a pull request, ensure that all tests still pass across multiple versions of Python.
Add your name to the (bottom of the) AUTHORS file.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file zombie-0.2.0.tar.gz
.
File metadata
- Download URL: zombie-0.2.0.tar.gz
- Upload date:
- Size: 16.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90350ac1d233009ae320284859b6ccced995574ab20a1f3d2278818bedcedb7e |
|
MD5 | c910dd318890cdc18838be0e5781dd47 |
|
BLAKE2b-256 | c109850275b738e94859e3f8bc3047eb970b937e66513c60ff66077792891f4e |