New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pomace

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pomace

Dynamic page objects for browser automation.

  • 0.12.11
  • PyPI
  • Socket score

Maintainers
1

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-wikipedia.org
pomace alias en.wikipedia.org wikipedia.org

And launch the application:

pomace run wikipedia.org

Usage

Install this library directly into an activated virtual environment:

pip install pomace

or add it to your Poetry project:

poetry add pomace

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc