Metadata-Version: 2.1
Name: aliceplex-schema
Version: 3.1.2
Summary: Schema library for Plex
Home-page: https://gitlab.com/alice-plex/schema
Author: Alice Plex
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: marshmallow (<4.0.0,>=3.0.0b20)

# aliceplex-schema

aliceplex-schema is a schema library for Plex. It provides basic Plex related model.
This can be used to develop other Plex library.

## Install

```bash
pip install aliceplex-schema
```


