Awesome
hydra-openapi-parser
This library contains the OpenAPI parser implemntaion in Python to be used with hydrus
and hydra-python-agent
.
Currently the library consists of openapi_parser module which helps hydrus parse OpenAPI standard docs.
To install the library:
pip install git+https://github.com/HTTP-APIs/hydra-openapi-parser.git#egg=hydra_openapi_parser
Note :- If using hydrus, the library doesn't need to be installed separately as it is already a part of requirements.txt for hydrus. Usage
To import the modules:
from hydra_openapi_parser import openapi_parser
Porting out from hydrus the hydraspecs directory