schemaorg-lite


Nameschemaorg-lite JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
SummaryPython functions for applied use of schema.org
upload_time2024-12-30 04:19:41
maintainerNone
docs_urlNone
authorNone
requires_python>=3.13
licenseBSD-3-Clause
keywords openschemas schema.org
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # schemaorg-lite

This module is a stripped down version of
schemaorg: [https://www.github.com/schemaorg/schemaorg](https://www.github.com/schemaorg/schemaorg).
It will gather search engine metadata, from schema.org, and produce json-ld that can be embedded in a web
page or similar, intended to power search.

We provide schema.org 23.0 and later.

## What is this not?

This library is not intended to provide advanced functions around querying the ontology,
but rather accessing the definitions and tagging content with them.

## Acknowledgments

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "schemaorg-lite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.13",
    "maintainer_email": "lesleslie <les@wedgwoodwebworks.com>, Vanessa Sochat <vsoch@users.noreply.github.com>",
    "keywords": "openschemas, schema.org",
    "author": null,
    "author_email": "Vanessa Sochat <vsoch@users.noreply.github.com>, lesleslie <les@wedgwoodwebworks.com>",
    "download_url": "https://files.pythonhosted.org/packages/8b/03/6bb9ebe3ac689f4839e000257507249558725180cb4da321e814a5c63896/schemaorg_lite-0.2.1.tar.gz",
    "platform": null,
    "description": "# schemaorg-lite\n\nThis module is a stripped down version of\nschemaorg: [https://www.github.com/schemaorg/schemaorg](https://www.github.com/schemaorg/schemaorg).\nIt will gather search engine metadata, from schema.org, and produce json-ld that can be embedded in a web\npage or similar, intended to power search.\n\nWe provide schema.org 23.0 and later.\n\n## What is this not?\n\nThis library is not intended to provide advanced functions around querying the ontology,\nbut rather accessing the definitions and tagging content with them.\n\n## Acknowledgments\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Python functions for applied use of schema.org",
    "version": "0.2.1",
    "project_urls": {
        "Documentation": "https://github.com/lesleslie/schemaorg-lite",
        "Homepage": "https://github.com/lesleslie/schemaorg-lite",
        "Repository": "https://github.com/lesleslie/schemaorg-lite"
    },
    "split_keywords": [
        "openschemas",
        " schema.org"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b538fdb1faa755c41ab3ce4daf995011b9a0d5956aaf03c63e4dc8b87cae21de",
                "md5": "fc875cc3a226c87c00135fca31e51d3e",
                "sha256": "d1c3babb1a1dc03adf745b791011b71db0d674f2df65fa1ca3a309921983dcf8"
            },
            "downloads": -1,
            "filename": "schemaorg_lite-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fc875cc3a226c87c00135fca31e51d3e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.13",
            "size": 7774534,
            "upload_time": "2024-12-30T04:19:29",
            "upload_time_iso_8601": "2024-12-30T04:19:29.399691Z",
            "url": "https://files.pythonhosted.org/packages/b5/38/fdb1faa755c41ab3ce4daf995011b9a0d5956aaf03c63e4dc8b87cae21de/schemaorg_lite-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8b036bb9ebe3ac689f4839e000257507249558725180cb4da321e814a5c63896",
                "md5": "4bfcae032aa8b9b10b0fe4260010f943",
                "sha256": "c53c066fe891b6db389c03052920250519894bd8105f663bdb91e5fed0d82768"
            },
            "downloads": -1,
            "filename": "schemaorg_lite-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "4bfcae032aa8b9b10b0fe4260010f943",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.13",
            "size": 7522718,
            "upload_time": "2024-12-30T04:19:41",
            "upload_time_iso_8601": "2024-12-30T04:19:41.670976Z",
            "url": "https://files.pythonhosted.org/packages/8b/03/6bb9ebe3ac689f4839e000257507249558725180cb4da321e814a5c63896/schemaorg_lite-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-30 04:19:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lesleslie",
    "github_project": "schemaorg-lite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "schemaorg-lite"
}
        
Elapsed time: 0.54423s