Metadata-Version: 2.1
Name: bert-schemas
Version: 2.6.0
Summary: Bert service schemas
License: Apache-2.0
Author: Larry Buza
Author-email: lawrence.buza@coldquanta.com
Requires-Python: >=3.8.1,<3.12
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: matplotlib (>=3.6.2,<3.7.0)
Requires-Dist: polyfactory (>=2.8.0,<3.0.0)
Requires-Dist: pydantic[email] (>=2.3.0,<3.0.0)
Requires-Dist: pytest (>=7.4.2,<8.0.0)
Requires-Dist: scipy (>=1.10.0,<2.0.0)
Description-Content-Type: text/markdown

# 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.

