Giter Club home page Giter Club logo

pomace's Introduction

Pomace

Dynamic page objects for browser automation.

Linux Build Windows Build Code Coverage PyPI License PyPI Version PyPI Downloads

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

pomace's People

Contributors

dependabot[bot] avatar jacebrowning avatar jonesclarence37 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

pomace's Issues

Add CLI command to clone Git repository

$ pomace clone https://github.com/jacebrowning/pomace-zapier.com

creates ./sites/zapier.com using GitMan.


Also support shorthand like gh:/jacebrowning/pomace-zapier?

Fix browser tests on AppVeyor

Tests that need a real browser are currently skipped because they time out:

pomace/tests/conftest.py

Lines 34 to 38 in db7745f

@pytest.fixture
def browser(settings):
if "APPVEYOR" in os.environ:
# TODO: https://github.com/jacebrowning/pomace/issues/42
pytest.skip("Launching browsers on AppVeyor causes build timeouts")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.