Metadata-Version: 2.1
Name: api_bridge
Version: 0.0.2
Summary: Joining json API calls together
Home-page: https://github.com/RoW171/ugly_switch
Author: Robin 'r0w' Weiland
Author-email: robin.weiland@gmx.de
License: MIT
Description: APIBridge
        =========
        
        Joining **json** API calls together
        
        ---
        
        [![Build Status](https://travis-ci.org/robin-weiland/APIBridge.svg?branch=master)](https://travis-ci.org/robin-weiland/APIBridge)
        [![codecov](https://codecov.io/gh/robin-weiland/APIBridge/branch/master/graph/badge.svg)](https://codecov.io/gh/robin-weiland/APIBridge)
        [![PyPI version](https://badge.fury.io/py/apibridge.svg)](https://badge.fury.io/py/apibridge)
        [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](http://choosealicense.com/licenses/mit/)
        
        ---
        
        # Installation
        
        ```
        pip install api_bridge
        ```
        
        # Usage
        
            TODO
        
        
Keywords: API
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: OS Independent
Requires: certifi
Requires: chardet
Requires: idna
Requires: requests
Requires: urllib3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
