bert-schemas


Namebert-schemas JSON
Version 4.1.0 PyPI version JSON
download
home_pageNone
SummaryBert service schemas
upload_time2024-09-26 16:12:57
maintainerNone
docs_urlNone
authorLarry Buza
requires_python<4.0,>=3.10
licenseApache-2.0
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bert Schemas

[![License: Apache](https://img.shields.io/badge/License-Apache-yellow.svg)](https://opensource.org/licenses/Apache-2.0) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/Infleqtion.svg?style=social&label=Follow%20%40Infleqtion)](https://twitter.com/Infleqtion)

## 🚀 Quick Install

```python
pip install bert-schemas
```

## 🧭 Introduction

These Pydantic schemas are used by projects such as Oqtant for defining and validating REST payloads.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bert-schemas",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Larry Buza",
    "author_email": "lawrence.buza@infleqtion.com",
    "download_url": "https://files.pythonhosted.org/packages/79/3d/97b8b67a4db4e3b7810c9eca27bcc54067bfba69a31fd9b853aeaaf2be05/bert_schemas-4.1.0.tar.gz",
    "platform": null,
    "description": "# Bert Schemas\n\n[![License: Apache](https://img.shields.io/badge/License-Apache-yellow.svg)](https://opensource.org/licenses/Apache-2.0) [![Twitter](https://img.shields.io/twitter/url/https/twitter.com/Infleqtion.svg?style=social&label=Follow%20%40Infleqtion)](https://twitter.com/Infleqtion)\n\n## \ud83d\ude80 Quick Install\n\n```python\npip install bert-schemas\n```\n\n## \ud83e\udded Introduction\n\nThese Pydantic schemas are used by projects such as Oqtant for defining and validating REST payloads.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Bert service schemas",
    "version": "4.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0a1bb49c784b8e7d9c45a32e4b358a3f45b23e960869e1fd5d543e8ae0307dd0",
                "md5": "d6208ab812b04332ed72b949106366db",
                "sha256": "53bb4620886d51e93657fb2d5180bdad431fa4e5069aa959b2f79804d88c11b2"
            },
            "downloads": -1,
            "filename": "bert_schemas-4.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d6208ab812b04332ed72b949106366db",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.10",
            "size": 30494,
            "upload_time": "2024-09-26T16:12:56",
            "upload_time_iso_8601": "2024-09-26T16:12:56.186494Z",
            "url": "https://files.pythonhosted.org/packages/0a/1b/b49c784b8e7d9c45a32e4b358a3f45b23e960869e1fd5d543e8ae0307dd0/bert_schemas-4.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "793d97b8b67a4db4e3b7810c9eca27bcc54067bfba69a31fd9b853aeaaf2be05",
                "md5": "9533abc63d413f642919fb36bce0d3f7",
                "sha256": "7f2792dfed7384ac206c0e435fe13d017b48bc5f8c3a3b55e244160e4bd1bfcd"
            },
            "downloads": -1,
            "filename": "bert_schemas-4.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9533abc63d413f642919fb36bce0d3f7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.10",
            "size": 21973,
            "upload_time": "2024-09-26T16:12:57",
            "upload_time_iso_8601": "2024-09-26T16:12:57.685824Z",
            "url": "https://files.pythonhosted.org/packages/79/3d/97b8b67a4db4e3b7810c9eca27bcc54067bfba69a31fd9b853aeaaf2be05/bert_schemas-4.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-26 16:12:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bert-schemas"
}
        
Elapsed time: 0.34063s