Metadata-Version: 2.1
Name: codelab-adapter-client
Version: 4.4.2
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
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
Requires-Python: >=3.6.0
Requires-Dist: pyzmq (==20.0.0)
Requires-Dist: msgpack-python (==0.5.6)
Requires-Dist: loguru (==0.5.3)
Requires-Dist: uflash (==1.3.0)
Requires-Dist: zeroconf (==0.28.8)
Requires-Dist: click (==7.1.2)
Requires-Dist: dynaconf (==3.1.2)
Requires-Dist: paho-mqtt (==1.5.1)

======================
codelab_adapter_client
======================


.. image:: https://img.shields.io/pypi/v/codelab_adapter_client.svg
        :target: https://pypi.python.org/pypi/codelab_adapter_client

.. image:: https://img.shields.io/travis/wwj718/codelab_adapter_client.svg
        :target: https://travis-ci.org/wwj718/codelab_adapter_client

.. image:: https://readthedocs.org/projects/codelab-adapter-client/badge/?version=latest
        :target: https://codelab-adapter-client.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status


Python Client of CodeLab Adapter(https://adapter.codelab.club/) v2.


Install
-------

pip install codelab_adapter_client


Usage
-----

from codelab_adapter_client import AdapterNode

example
-------

https://github.com/wwj718/codelab_adapter_client/blob/master/examples/extension_eim.py


Features
--------

* TODO

Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======
* 4.1.7 (2021-03-16)
* 2.1.3 (2020-11-25)
* 2.1.2 (2020-10-29)
* 2.1.1 (2020-10-18)
* 2.1.0 (2020-10-15)
* 2.0.3 (2020-10-15)
* 2.0.2 (2020-09-30)
* 2.0.1 (2020-09-26)
* 2.0.0 (2020-09-24)
* 1.9.1 (2020-08-29)
* 1.9.1 (2020-08-14)
* 1.9.0 (2020-08-14)
* 1.8.1 (2020-07-11)
* 1.8.0 (2020-07-05)
* 1.7.4 (2020-05-10)
* 1.7.3 (2020-05-10)
* 1.7.2 (2020-05-10)
* 1.7.1 (2020-05-10)
* 1.7.0 (2020-05-10)
* 1.6.2 (2020-05-06)
* 1.6.1 (2020-05-06)
* 1.6.0 (2020-04-16)
* 1.5.0 (2020-04-09)
* 1.4.0 (2020-04-07)
* 1.3.0 (2020-04-07)
* 1.2.0 (2020-04-06)
* 1.1.0 (2020-04-03)
* 1.0.1 (2020-03-25)
* 1.0.0 (2019-10-01)
* 0.9.8 (2019-09-11)
* 0.9.4 (2019-08-28)
* 0.9.3 (2019-08-21)
* 0.9.2 (2019-08-20)
* 0.9.1 (2019-08-18)
* 0.9.0 (2019-08-17)
* 0.8.2 (2019-08-16)
* 0.8.1 (2019-08-16)
* 0.8.0 (2019-08-16)
* 0.7.1 (2019-08-09)
* 0.7.0 (2019-08-08)
* 0.6.0 (2019-07-30)
* 0.5.0 (2019-07-27)
* 0.4.1 (2019-07-24)
* 0.4.0 (2019-07-24)
* 0.3.1 (2019-07-21)
* 0.3.0 (2019-07-21)
* 0.2.0 (2019-07-21)
* 0.1.0 (2019-07-03)
* First release on PyPI.


