Metadata-Version: 2.1
Name: pydantic-collection
Version: 0.0.2
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
Description: # 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
        
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
Provides-Extra: setup
Provides-Extra: ci
Provides-Extra: test
Provides-Extra: docs
Provides-Extra: all
Provides-Extra: wheel
