Metadata-Version: 2.1
Name: clientlib
Version: 0.1.1
Summary: HTTP API client framework
Home-page: https://github.com/pmatigakis/clientlib
Author: Panagiotis Matigakis
Author-email: pmatigakis@gmail.com
License: UNKNOWN
Description: [![Build Status](https://travis-ci.org/pmatigakis/clientlib.svg?branch=develop)](https://travis-ci.org/pmatigakis/clientlib)
        [![codecov](https://codecov.io/gh/pmatigakis/clientlib/branch/develop/graph/badge.svg)](https://codecov.io/gh/pmatigakis/clientlib)
        
        clientlib is a framework that allows the creation of HTTP API clients with only a
        few lines of code that declare the payload, response schemas and the urls of the
        endpoints.
        
        Checkout the source code from `https://github.com/pmatigakis/clientlib` and read
        the scripts in the `examples` folder for instructions on how to use clientlib.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
