Metadata-Version: 1.1
Name: openapi-toolkit
Version: 0.1.0
Summary: Collection of utilities for OpenAPIs
Home-page: https://github.com/jmvrbanac/openapi-toolkit
Author: John Vrbanac
Author-email: john.vrbanac@linux.com
License: Apache v2
Description: OpenAPI Toolkit
        ===============
        .. image:: https://readthedocs.org/projects/openapi-toolkit/badge/?version=latest
            :target: https://openapi-toolkit.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation Status
        .. image:: https://travis-ci.org/jmvrbanac/openapi-toolkit.svg?branch=master
            :target: https://travis-ci.org/jmvrbanac/openapi-toolkit
        
        OpenAPI Toolkit is currently an experimental project to streamline handling
        and workarounds related to using OpenAPI in your applications.
        
        While this project is an a experimental state, it is subject to contract
        breakage.
        
        Commandline Usage
        -----------------
        
        .. code-block:: shell
        
            openapi-toolkit resolve --help
            usage: openapi-toolkit resolve [-h] [--preprocessor {mako}]
                                           [--save-path SAVE_PATH]
                                           filename
        
            Resolve OpenAPI Spec
        
            positional arguments:
              filename              Path of spec to resolve.
        
            optional arguments:
              -h, --help            show this help message and exit
              --preprocessor {mako}
                                    Enable a preprocessor to use on the specification.
              --save-path SAVE_PATH
                                    Path to save resolved content.
        
Keywords: openapi toolkit resolver validator
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
