Metadata-Version: 1.1
Name: sdklib
Version: 1.3.1
Summary: SDK helper library
Home-page: https://github.com/ivanprjcts/sdklib
Author: Ivan Martin
Author-email: ivanprjcts@gmail.com
License: BSD
Description: =================================
        Sdklib: the client side framework
        =================================
        
        |Build Status| |Codecov Status| |Pypi Version| |Code Climate| |Requirements Status|
        
        Sdklib helps you to write you own client library which will consume a specific service.
        
        .. |Build Status| image:: https://travis-ci.org/ivanprjcts/sdklib.svg?branch=master
           :target: https://travis-ci.org/ivanprjcts/sdklib
        .. |Codecov Status| image:: https://img.shields.io/codecov/c/github/ivanprjcts/sdklib/master.svg
           :target: http://codecov.io/github/ivanprjcts/sdklib?branch=master
        .. |Pypi Version| image:: https://img.shields.io/pypi/v/sdklib.svg
           :target: https://pypi.python.org/pypi/sdklib
        .. |Code Climate| image:: https://codeclimate.com/github/ivanprjcts/sdklib/badges/gpa.svg
           :target: https://codeclimate.com/github/ivanprjcts/sdklib
        .. |Requirements Status| image:: https://requires.io/github/ivanprjcts/sdklib/requirements.svg?branch=master
           :target: https://requires.io/github/ivanprjcts/sdklib/requirements/?branch=master
        
        
        Highlights
        ==========
        
        - Python 2.7+ or 3.3+.
        - Only http/https protocol is currently supported.
        - BDD integration.
        
        
        Install
        =======
        
        Install the ``sdklib`` package using pip::
        
            pip install sdklib
        
        
        Sample
        ======
        
        Find my first SDK on github: https://github.com/ivanprjcts/my-first-sdk
        
        
        Contributing
        ============
        
        1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
        2. Fork the repository on GitHub to start making your changes to the master branch (or branch off of it).
        3. Write a test which shows that the bug was fixed or that the feature works as expected.
        4. Send a pull request and bug the maintainer until it gets merged and published. Make sure to add yourself to Authors.
        
        
        Authors
        =======
        
        - Ivan Martin Vedriel - `@ivanprjcts <https://github.com/ivanprjcts>`_
        
        
Keywords: sdk,api,REST,client,http,requests
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
