Metadata-Version: 2.1
Name: views_schema
Version: 2.3.1
Summary: A package containing pydantic models used throughout ViEWS 3 for communication between services
Home-page: https://www.github.com/prio-data/views_schema
License: MIT
Author: peder2911
Author-email: pglandsverk@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: pydantic (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown


# ViEWS schema

Data models used throughout ViEWS 3 to facilitate communication between services.

```
pip install views-schema
```

