Metadata-Version: 1.2
Name: openapilib
Version: 0.2.1
Summary: OpenAPI 3 object model library
Home-page: https://github.com/joar/py-openapilib
Author: Joar Wandborg
Author-email: joar+pypi@wandborg.se
License: BSD
Description-Content-Type: UNKNOWN
Description: .. vim:tabstop=4:shiftwidth=4:softtabstop=4:
        
        .. |name| replace:: ``openapilib``
        .. |description| replace:: OpenAPI 3 Object Model
        
        ################################################################################
                                     |name| - |description|
        ################################################################################
        
        ================================================================================
        Status
        ================================================================================
        
        -   |name| is in development.
        -   |name| implements the majority of the fields.
        
        Compatibility
        ================================================================================
        
        -   |name| aims to implement the `OpenAPI 3.0.0 Specification`_.
        -   |name| is compatible with Python >= 3.6, due to it's usage of f-strings.
        
        ================================================================================
        References
        ================================================================================
        
        -   `OpenAPI 3.0.0 Specification <https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md>`_
        
Keywords: openapi not-swagger
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
