Metadata-Version: 1.1
Name: codelab-adapter-client
Version: 0.3.0
Summary: Python Boilerplate contains all the boilerplate you need to create a Python package.
Home-page: https://github.com/wwj718/codelab_adapter_client
Author: Wenjie Wu
Author-email: wuwenjie718@gmail.com
License: GNU General Public License v3
Description: # codelab_adapter_client
        Python Client of [CodeLab Adapter](https://adapter.codelab.club/) v2.
        
        # Install
        ```bash
        # Python >= 3.6
        pip install codelab_adapter_client 
        ```
        
        # Usage
        ```python
        from codelab_adapter_client import AdapterNode
        ```
        
        # example
        [extension_eim.py](https://github.com/wwj718/codelab_adapter_client/blob/master/examples/extension_eim.py)
        
        =======
        History
        =======
        
        0.1.0 (2019-07-03)
        0.2.0 (2019-07-21)
        0.3.0 (2019-07-21)
        ------------------
        
        * First release on PyPI.
        
Keywords: codelab_adapter_client
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
