pomace


Namepomace JSON
Version 0.12.5 PyPI version JSON
download
home_pagehttps://pypi.org/project/pomace
SummaryDynamic page objects for browser automation.
upload_time2024-01-13 20:25:40
maintainer
docs_urlNone
authorJace Browning
requires_python>=3.9,<4.0
licenseMIT
keywords browser automation page object model selenium splinter
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # Pomace

Dynamic page objects for browser automation.

[![Unix Build Status](https://img.shields.io/github/actions/workflow/status/jacebrowning/pomace/main.yml?branch=main&label=unix)](https://github.com/jacebrowning/pomace/actions)
[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/pomace/main.svg?label=window)](https://ci.appveyor.com/project/jacebrowning/pomace)
[![Coverage Status](https://img.shields.io/codecov/c/gh/jacebrowning/pomace)](https://codecov.io/gh/jacebrowning/pomace)
[![PyPI Version](https://img.shields.io/pypi/v/pomace.svg)](https://pypi.org/project/pomace)
[![PyPI License](https://img.shields.io/pypi/l/pomace.svg)](https://pypi.org/project/pomace)

## Quick Start

Open **Terminal.app** in macOS and paste:

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

or if you have Homebrew:

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

## Full Demo

If you're planning to run Pomace multiple times, install it with [pipx](https://pipxproject.github.io/pipx/) first:

```shell
pipx install pomace
```

or get the latest version:

```shell
pipx upgrade pomace
```

Then download some site models:

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

And launch the application:

```shell
pomace run twitter.com
```

# Usage

Install this library directly into an activated virtual environment:

```shell
pip install pomace
```

or add it to your [Poetry](https://poetry.eustace.io/) project:

```shell
poetry add pomace
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://pypi.org/project/pomace",
    "name": "pomace",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<4.0",
    "maintainer_email": "",
    "keywords": "browser automation,page object model,selenium,splinter",
    "author": "Jace Browning",
    "author_email": "jacebrowning@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e2/86/4ba67dbedbe8bfbbc1eda2b64a6e41489bbce63e35c7532f04ef529f25b5/pomace-0.12.5.tar.gz",
    "platform": null,
    "description": "# Pomace\n\nDynamic page objects for browser automation.\n\n[![Unix Build Status](https://img.shields.io/github/actions/workflow/status/jacebrowning/pomace/main.yml?branch=main&label=unix)](https://github.com/jacebrowning/pomace/actions)\n[![Windows Build Status](https://img.shields.io/appveyor/ci/jacebrowning/pomace/main.svg?label=window)](https://ci.appveyor.com/project/jacebrowning/pomace)\n[![Coverage Status](https://img.shields.io/codecov/c/gh/jacebrowning/pomace)](https://codecov.io/gh/jacebrowning/pomace)\n[![PyPI Version](https://img.shields.io/pypi/v/pomace.svg)](https://pypi.org/project/pomace)\n[![PyPI License](https://img.shields.io/pypi/l/pomace.svg)](https://pypi.org/project/pomace)\n\n## Quick Start\n\nOpen **Terminal.app** in macOS and paste:\n\n```shell\npython3 -m pip install --upgrade pomace && python3 -m pomace run\n```\n\nor if you have Homebrew:\n\n```shell\nbrew install pipx; pipx run --no-cache pomace run\n```\n\n## Full Demo\n\nIf you're planning to run Pomace multiple times, install it with [pipx](https://pipxproject.github.io/pipx/) first:\n\n```shell\npipx install pomace\n```\n\nor get the latest version:\n\n```shell\npipx upgrade pomace\n```\n\nThen download some site models:\n\n```shell\npomace clone https://github.com/jacebrowning/pomace-twitter.com\n```\n\nAnd launch the application:\n\n```shell\npomace run twitter.com\n```\n\n# Usage\n\nInstall this library directly into an activated virtual environment:\n\n```shell\npip install pomace\n```\n\nor add it to your [Poetry](https://poetry.eustace.io/) project:\n\n```shell\npoetry add pomace\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Dynamic page objects for browser automation.",
    "version": "0.12.5",
    "project_urls": {
        "Documentation": "https://pomace.readthedocs.io",
        "Homepage": "https://pypi.org/project/pomace",
        "Repository": "https://github.com/jacebrowning/pomace"
    },
    "split_keywords": [
        "browser automation",
        "page object model",
        "selenium",
        "splinter"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "917f4138c2f7426584de08c48e1a5b039bba3fee97d2cb4bfdd9645814144e32",
                "md5": "234387facfcdcffedb55263b7004d1e3",
                "sha256": "7df74ebb2fca932220e16060ff3c725c863b69d41eb511cfd3e8f44ef1191e51"
            },
            "downloads": -1,
            "filename": "pomace-0.12.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "234387facfcdcffedb55263b7004d1e3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<4.0",
            "size": 30218,
            "upload_time": "2024-01-13T20:25:36",
            "upload_time_iso_8601": "2024-01-13T20:25:36.140508Z",
            "url": "https://files.pythonhosted.org/packages/91/7f/4138c2f7426584de08c48e1a5b039bba3fee97d2cb4bfdd9645814144e32/pomace-0.12.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2864ba67dbedbe8bfbbc1eda2b64a6e41489bbce63e35c7532f04ef529f25b5",
                "md5": "9bcc1b85c9bd4cf902805f085151fa60",
                "sha256": "96c74846e7818eb8fa202742bfb6b8cf97f734a1d1de05d943fac0d8c16ca290"
            },
            "downloads": -1,
            "filename": "pomace-0.12.5.tar.gz",
            "has_sig": false,
            "md5_digest": "9bcc1b85c9bd4cf902805f085151fa60",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<4.0",
            "size": 25233,
            "upload_time": "2024-01-13T20:25:40",
            "upload_time_iso_8601": "2024-01-13T20:25:40.645187Z",
            "url": "https://files.pythonhosted.org/packages/e2/86/4ba67dbedbe8bfbbc1eda2b64a6e41489bbce63e35c7532f04ef529f25b5/pomace-0.12.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-13 20:25:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jacebrowning",
    "github_project": "pomace",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "appveyor": true,
    "lcname": "pomace"
}
        
Elapsed time: 0.17496s