wrighter


Namewrighter JSON
Version 0.1.2 PyPI version JSON
download
home_page
Summaryeb scraping/browser automation framework built on Playwright
upload_time2023-05-25 11:43:59
maintainer
docs_urlNone
author
requires_python>=3.10
license
keywords wrighter plugins wrighter plugins playwright plugins web scraping web automation browser automation plugins
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Wrighter

[![PyPI version](https://badge.fury.io/py/wrighter.svg)](https://badge.fury.io/py/wrighter)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/wrighter)](https://pepy.tech/project/wrighter)
[![license](https://img.shields.io/github/license/zigai/wrighter.svg)](https://github.com/zigai/wrighter/blob/main/LICENSE)

Web scraping/browser automation framework built on [Playwright](https://playwright.dev/python/).

# Features
- sync and async API
- plugin system [(see official plugins)](https://github.com/zigai/wrighter-plugins)
- configuration validation based on pydantic

# Installation
#### From PyPi
```
pip install wrighter
```
#### From source
```
pip install git+https://github.com/zigai/wrighter.git
```

# License
[MIT License](https://github.com/zigai/wrighter/blob/master/LICENSE)

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "wrighter",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "wrighter,plugins,wrighter plugins,playwright plugins,web scraping,web automation,browser automation plugins",
    "author": "",
    "author_email": "\u017diga Ivan\u0161ek <ziga.ivansek@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/07/4d/85301cdf0ae1a1a8098759d9a5b63fd0f7a8dd5cab1fd09791cd0a437947/wrighter-0.1.2.tar.gz",
    "platform": null,
    "description": "# Wrighter\n\n[![PyPI version](https://badge.fury.io/py/wrighter.svg)](https://badge.fury.io/py/wrighter)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/wrighter)](https://pepy.tech/project/wrighter)\n[![license](https://img.shields.io/github/license/zigai/wrighter.svg)](https://github.com/zigai/wrighter/blob/main/LICENSE)\n\nWeb scraping/browser automation framework built on [Playwright](https://playwright.dev/python/).\n\n# Features\n- sync and async API\n- plugin system [(see official plugins)](https://github.com/zigai/wrighter-plugins)\n- configuration validation based on pydantic\n\n# Installation\n#### From PyPi\n```\npip install wrighter\n```\n#### From source\n```\npip install git+https://github.com/zigai/wrighter.git\n```\n\n# License\n[MIT License](https://github.com/zigai/wrighter/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "eb scraping/browser automation framework built on Playwright",
    "version": "0.1.2",
    "project_urls": {
        "Repository": "https://github.com/zigai/wrighter"
    },
    "split_keywords": [
        "wrighter",
        "plugins",
        "wrighter plugins",
        "playwright plugins",
        "web scraping",
        "web automation",
        "browser automation plugins"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f5454252dbb3bc29d126b38f60cdc361714fe0f81d1efd267f005bb766dc9eba",
                "md5": "252d07f7d7d5ce9825a0ef41b963d356",
                "sha256": "f05951e23ff734ab876e4d44faf641da3b8a4b6115c50949747dc7b0dae2505f"
            },
            "downloads": -1,
            "filename": "wrighter-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "252d07f7d7d5ce9825a0ef41b963d356",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 13573,
            "upload_time": "2023-05-25T11:43:56",
            "upload_time_iso_8601": "2023-05-25T11:43:56.242715Z",
            "url": "https://files.pythonhosted.org/packages/f5/45/4252dbb3bc29d126b38f60cdc361714fe0f81d1efd267f005bb766dc9eba/wrighter-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "074d85301cdf0ae1a1a8098759d9a5b63fd0f7a8dd5cab1fd09791cd0a437947",
                "md5": "f565b4e972099e8ef96ebaf6b97556f8",
                "sha256": "bd6f25994dee1f99375870cf52bc9a4c9947019341174a7f108d0c7a77534b0e"
            },
            "downloads": -1,
            "filename": "wrighter-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "f565b4e972099e8ef96ebaf6b97556f8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 11615,
            "upload_time": "2023-05-25T11:43:59",
            "upload_time_iso_8601": "2023-05-25T11:43:59.555389Z",
            "url": "https://files.pythonhosted.org/packages/07/4d/85301cdf0ae1a1a8098759d9a5b63fd0f7a8dd5cab1fd09791cd0a437947/wrighter-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-25 11:43:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zigai",
    "github_project": "wrighter",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "wrighter"
}
        
Elapsed time: 0.06762s