Skip to main content

Dynamic page objects for browser automation.

Project description

Pomace

Dynamic page objects for browser automation.

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

Usage

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

Installation

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

Troubleshooting

If you are seeing this error:

Traceback (most recent call last):
  File "/Users/Me/.local/bin/pomace", line 5, in <module>
    from pomace.cli import application
  File "/Users/Me/.local/pipx/venvs/pomace/lib/python3.9/site-packages/pomace/cli.py", line 9, in <module>
    from . import models, prompts, server, utils
  File "/Users/Me/.local/pipx/venvs/pomace/lib/python3.9/site-packages/pomace/server.py", line 4, in <module>
    from flask_api import FlaskAPI
  File "/Users/Me/.local/pipx/venvs/pomace/lib/python3.9/site-packages/flask_api/__init__.py", line 1, in <module>
    from flask_api.app import FlaskAPI
  File "/Users/Me/.local/pipx/venvs/pomace/lib/python3.9/site-packages/flask_api/app.py", line 4, in <module>
    from flask._compat import reraise, string_types, text_type
ModuleNotFoundError: No module named 'flask._compat'

Trying uninstalling and reinstalling flask:

$ pip uninstall flask && python -m pip install flask

Then upgrading Pomace:

$ pipx upgrade pomace

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

pomace-0.8.10.tar.gz (22.3 kB view details)

Uploaded Source

Built Distribution

pomace-0.8.10-py3-none-any.whl (25.9 kB view details)

Uploaded Python 3

File details

Details for the file pomace-0.8.10.tar.gz.

File metadata

  • Download URL: pomace-0.8.10.tar.gz
  • Upload date:
  • Size: 22.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.0 Darwin/20.5.0

File hashes

Hashes for pomace-0.8.10.tar.gz
Algorithm Hash digest
SHA256 9cc534ae29ed0ca50a8789d0b6a45cb5b1b8f3498835ea84795040d61f891e58
MD5 623fe3ec10295a8516e0e9df74d16016
BLAKE2b-256 a31c59d5567d5ad0a8d058eafbca3aeec27ca638ac77c78317a819dda506149d

See more details on using hashes here.

File details

Details for the file pomace-0.8.10-py3-none-any.whl.

File metadata

  • Download URL: pomace-0.8.10-py3-none-any.whl
  • Upload date:
  • Size: 25.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.1.6 CPython/3.9.0 Darwin/20.5.0

File hashes

Hashes for pomace-0.8.10-py3-none-any.whl
Algorithm Hash digest
SHA256 7087a8b2298bcea121cabd0d52243eb870c2bf2a0614e28de63926a7837d412f
MD5 ae4553f8a5a2a34581367e6c6dd0f728
BLAKE2b-256 0d2e57ef4bd5e626fbc75c8b0e15b16cd50f95184305b2003c213455fe72cc2e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page