Metadata-Version: 2.1
Name: oas
Version: 0.1.0
Summary: Yet another OpenAPI 3 library
Home-page: https://github.com/grktsh/python-oas
License: UNKNOWN
Description: python-oas
        ==========
        
        .. image:: https://img.shields.io/travis/grktsh/python-oas/master.svg
           :alt: Travis
           :target: https://travis-ci.org/grktsh/python-oas
        
        .. image:: https://img.shields.io/codecov/c/github/grktsh/python-oas/master.svg
           :alt: Codecov
           :target: https://codecov.io/gh/grktsh/python-oas
        
        Prerequisites
        -------------
        
        - Validated OpenAPI 3 document
        
          - python-oas does not validate OpenAPI 3 document itself at runtime.  It should be validated in advance.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: format
Provides-Extra: test
