Metadata-Version: 2.1
Name: aliceplex-schema
Version: 3.0.1
Summary: Schema library for Plex
Home-page: https://github.com/aliceplex/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

[![PyPI](https://img.shields.io/pypi/v/aliceplex-schema.svg)](https://pypi.org/project/aliceplex-schema) 
[![License](https://img.shields.io/github/license/aliceplex/schema.svg)](https://github.com/aliceplex/schema/blob/master/LICENSE) 
[![Documentation Status](https://readthedocs.org/projects/aliceplex-schema/badge/?version=latest)](https://aliceplex-schema.readthedocs.io/en/latest/) 
[![Test](https://img.shields.io/travis/aliceplex/schema.svg)](https://travis-ci.org/aliceplex/schema) 
[![Coverage](https://img.shields.io/codeclimate/coverage/aliceplex/schema.svg)](https://codeclimate.com/github/aliceplex/schema)
[![Maintainability](https://img.shields.io/codeclimate/maintainability/aliceplex/schema.svg)](https://codeclimate.com/github/aliceplex/schema)
[![Known Vulnerabilities](https://snyk.io/test/github/aliceplex/schema/badge.svg)](https://snyk.io/test/github/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
```

## Documentation

See [documentation](http://aliceplex-schema.readthedocs.io/).

