bisque


Namebisque JSON
Version 0.3.0 PyPI version JSON
download
home_page
SummaryWeb scraping into structured Pydantic data models.
upload_time2023-09-11 18:25:24
maintainer
docs_urlNone
author
requires_python>=3.10
licenseMIT
keywords html xml parse soup pydantic
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # bisque

![PyPI](https://img.shields.io/pypi/v/bisque?logo=python&logoColor=%23cccccc)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/bisque/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/bisque/master)
[![Supported Python versions](https://img.shields.io/pypi/pyversions/bisque.svg)](https://pypi.org/project/bisque)

<!-- [![build status](https://github.com/lmmx/bisque/actions/workflows/master.yml/badge.svg)](https://github.com/lmmx/bisque/actions/workflows/master.yml) -->

Web scraping into structured Pydantic data models.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "bisque",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": "",
    "keywords": "HTML XML parse soup pydantic",
    "author": "",
    "author_email": "Louis Maddox <louismmx@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/35/2a/0992c297424d02726546e4bfc59b7795ee0cd2cc7864c633349cdebc9728/bisque-0.3.0.tar.gz",
    "platform": null,
    "description": "# bisque\n\n![PyPI](https://img.shields.io/pypi/v/bisque?logo=python&logoColor=%23cccccc)\n[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)\n[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/lmmx/bisque/master.svg)](https://results.pre-commit.ci/latest/github/lmmx/bisque/master)\n[![Supported Python versions](https://img.shields.io/pypi/pyversions/bisque.svg)](https://pypi.org/project/bisque)\n\n<!-- [![build status](https://github.com/lmmx/bisque/actions/workflows/master.yml/badge.svg)](https://github.com/lmmx/bisque/actions/workflows/master.yml) -->\n\nWeb scraping into structured Pydantic data models.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Web scraping into structured Pydantic data models.",
    "version": "0.3.0",
    "project_urls": {
        "Homepage": "https://github.com/lmmx/bisque",
        "Repository": "https://github.com/lmmx/bisque.git"
    },
    "split_keywords": [
        "html",
        "xml",
        "parse",
        "soup",
        "pydantic"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "36d63be6c8eb699dd4b195242ca1b9844fb51a880273ab06c189457540acdbb9",
                "md5": "8f600885394db1b4bd541f773fad7c63",
                "sha256": "814d747af86daa9bc05b6e6083914d56b199ffd0bfb5c2e924e4e5d223556471"
            },
            "downloads": -1,
            "filename": "bisque-0.3.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8f600885394db1b4bd541f773fad7c63",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 181892,
            "upload_time": "2023-09-11T18:25:22",
            "upload_time_iso_8601": "2023-09-11T18:25:22.647627Z",
            "url": "https://files.pythonhosted.org/packages/36/d6/3be6c8eb699dd4b195242ca1b9844fb51a880273ab06c189457540acdbb9/bisque-0.3.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "352a0992c297424d02726546e4bfc59b7795ee0cd2cc7864c633349cdebc9728",
                "md5": "1bcce2a6663a71ccf0ea98528f0dfb89",
                "sha256": "ffdbd6ae8ee18260fcd231a495b78343b4fe6fbe86089fecf846dd842a4af28e"
            },
            "downloads": -1,
            "filename": "bisque-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "1bcce2a6663a71ccf0ea98528f0dfb89",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 149269,
            "upload_time": "2023-09-11T18:25:24",
            "upload_time_iso_8601": "2023-09-11T18:25:24.525316Z",
            "url": "https://files.pythonhosted.org/packages/35/2a/0992c297424d02726546e4bfc59b7795ee0cd2cc7864c633349cdebc9728/bisque-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-11 18:25:24",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lmmx",
    "github_project": "bisque",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "bisque"
}
        
Elapsed time: 0.11098s