python-zombie

A Python driver for Zombie.js
Download

python-zombie Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Ryan Petrello
  • Publisher web site:
  • http://github.com/ryanpetrello/

python-zombie Tags


python-zombie Description

python-zombie is a Python driver for Zombie.js, a headless browser powered by node.js.from zombie import Browserb = Browser()b.visit('http://google.com/m').fill('input', 'Zombie.js').pressButton('Search')assert b.location == 'http://www.google.com/m?q=Zombie.js'Requires the latest node and zombie:brew install nodecurl http://npmjs.org/install.sh | shnpm install zombieDevelopmentSource hosted at GitHub. Report issues and feature requests on GitHub Issues.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.Product's homepage


python-zombie Related Software