jacebrowning / pomace

Dynamic page objects for browser automation.

Home Page:https://pomace.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pomace

Dynamic page objects for browser automation.

Unix Build Status Windows Build Status Coverage Status PyPI Version PyPI License

Quick Start

Open Terminal.app in macOS and paste:

python3 -m pip install --upgrade pomace && python3 -m pomace run

or if you have Homebrew:

brew install pipx; pipx run --no-cache pomace run

Full Demo

If you're planning to run Pomace multiple times, install it with pipx first:

pipx install pomace

or get the latest version:

pipx upgrade pomace

Then download some site models:

pomace clone https://github.com/jacebrowning/pomace-twitter.com

And launch the application:

pomace run twitter.com

Usage

Install this library directly into an activated virtual environment:

pip install pomace

or add it to your Poetry project:

poetry add pomace

About

Dynamic page objects for browser automation.

https://pomace.readthedocs.io

License:MIT License


Languages

Language:Python 95.4%Language:Makefile 4.6%