instructlab-schema


Nameinstructlab-schema JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryInstructLab Taxonomy Schema
upload_time2024-08-22 12:22:45
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Taxonomy Schema

This Python package defines the JSON schema and a parser for the InstructLab [Taxonomy](https://github.com/instructlab/taxonomy) YAML.

Consumers of this schema can `pip install instructlab-schema`, and use the `instructlab.schema.taxonomy.TaxonomyParser` class to parse and validate `qna.yaml` taxonomy files.
Schema files can be directly accessed using the `instructlab.schema.schema_base()` method to get access the base of the schema resources.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "instructlab-schema",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "InstructLab <dev@instructlab.ai>",
    "download_url": "https://files.pythonhosted.org/packages/2a/10/d31ace366ebaea502a13da2baf78e6b0fef2cae434fc20d9499f50c39d23/instructlab_schema-0.4.1.tar.gz",
    "platform": null,
    "description": "# Taxonomy Schema\n\nThis Python package defines the JSON schema and a parser for the InstructLab [Taxonomy](https://github.com/instructlab/taxonomy) YAML.\n\nConsumers of this schema can `pip install instructlab-schema`, and use the `instructlab.schema.taxonomy.TaxonomyParser` class to parse and validate `qna.yaml` taxonomy files.\nSchema files can be directly accessed using the `instructlab.schema.schema_base()` method to get access the base of the schema resources.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "InstructLab Taxonomy Schema",
    "version": "0.4.1",
    "project_urls": {
        "homepage": "https://instructlab.ai",
        "issues": "https://github.com/instructlab/schema/issues",
        "source": "https://github.com/instructlab/schema"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "014d07f0652869d29fd994bdb2a2fb321b967ccd71d1b2ca6d625250bd406349",
                "md5": "ce759514e5d93c3502277890007f05da",
                "sha256": "0171993beddced2afc18b14eb2769b9b6877306a26e5271a51320e248f206a6c"
            },
            "downloads": -1,
            "filename": "instructlab_schema-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ce759514e5d93c3502277890007f05da",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18850,
            "upload_time": "2024-08-22T12:22:44",
            "upload_time_iso_8601": "2024-08-22T12:22:44.375685Z",
            "url": "https://files.pythonhosted.org/packages/01/4d/07f0652869d29fd994bdb2a2fb321b967ccd71d1b2ca6d625250bd406349/instructlab_schema-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2a10d31ace366ebaea502a13da2baf78e6b0fef2cae434fc20d9499f50c39d23",
                "md5": "5eae2b023d2b44668531aef6b9252fcc",
                "sha256": "1d38bac7f80d8df123e19a32b11bc950d65c53d160bc493fb68713b55cab9548"
            },
            "downloads": -1,
            "filename": "instructlab_schema-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "5eae2b023d2b44668531aef6b9252fcc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 21867,
            "upload_time": "2024-08-22T12:22:45",
            "upload_time_iso_8601": "2024-08-22T12:22:45.770522Z",
            "url": "https://files.pythonhosted.org/packages/2a/10/d31ace366ebaea502a13da2baf78e6b0fef2cae434fc20d9499f50c39d23/instructlab_schema-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-22 12:22:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "instructlab",
    "github_project": "schema",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "instructlab-schema"
}
        
Elapsed time: 0.42578s