Metadata-Version: 2.1
Name: pydantic-collection
Version: 0.0.1
Summary: pydantic-collection is collections of pydantic model
Home-page: https://github.com/koxudaxi/pydantic-collection
Author: Koudai Aono
Author-email: koxudaxi@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Requires-Dist: pydantic (==1.4)
Provides-Extra: all
Requires-Dist: pytest-runner ; extra == 'all'
Requires-Dist: setuptools-scm ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-mock ; extra == 'all'
Requires-Dist: mypy ; extra == 'all'
Requires-Dist: black ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: mkdocs ; extra == 'all'
Requires-Dist: mkdocs-material ; extra == 'all'
Requires-Dist: wheel ; extra == 'all'
Requires-Dist: twine ; extra == 'all'
Requires-Dist: codecov ; extra == 'all'
Provides-Extra: ci
Requires-Dist: codecov ; extra == 'ci'
Provides-Extra: docs
Requires-Dist: mkdocs ; extra == 'docs'
Requires-Dist: mkdocs-material ; extra == 'docs'
Provides-Extra: setup
Requires-Dist: pytest-runner ; extra == 'setup'
Requires-Dist: setuptools-scm ; extra == 'setup'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-mock ; extra == 'test'
Requires-Dist: mypy ; extra == 'test'
Requires-Dist: black ; extra == 'test'
Requires-Dist: isort ; extra == 'test'
Provides-Extra: wheel
Requires-Dist: wheel ; extra == 'wheel'
Requires-Dist: twine ; extra == 'wheel'

# pydantic-collection - Collections of pydantic model

[![Test Status](https://github.com/koxudaxi/pydantic-collection/workflows/Test/badge.svg)](https://github.com/koxudaxi/pydantic-collection/actions)
[![PyPI version](https://badge.fury.io/py/pydantic_collection.svg)](https://badge.fury.io/py/pydantic_collection)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pydantic_collection)](https://pypi.python.org/pypi/pydantic_collection)
[![codecov](https://codecov.io/gh/koxudaxi/pydantic-collection/branch/master/graph/badge.svg)](https://codecov.io/gh/koxudaxi/pydantic-collection)
![license](https://img.shields.io/github/license/koxudaxi/pydantic-collection.svg)

pydantic-collection is collections of pydantic model

## Models

## This project is an experimental phase.
Warning: Some interface will be changed.

## How to install
pydantic-collection requires Python 3.8.0 or later 
```bash
$ pip install pydantic-collection
```

## Contributing to pydantic-collection
We are waiting for your contributions to `pydantic-collection`.

### How to contribute
[https://koxudaxi.github.io/pydantic-collection/contributing](https://koxudaxi.github.io/pydantic-collection/contributing)


## PyPi 

[https://pypi.org/project/pydantic-collection](https://pypi.org/project/pydantic_collection)

## Source Code

[https://github.com/koxudaxi/pydantic-collection](https://github.com/koxudaxi/pydantic-collection)

## Documentation

[https://koxudaxi.github.io/pydantic-collection](https://koxudaxi.github.io/pydantic-collection)

## License

pydantic-collection is released under the MIT License. http://www.opensource.org/licenses/mit-license


