Metadata-Version: 1.2
Name: tpfunc
Version: 1.0.0
Summary: ThingsPro Edge Function SDK
Home-page: https://github.com/MOXA-ISD/edge-thingspro-function
Author: Justin Tung
Author-email: justincp.tung@moxa.com
License: UNKNOWN
Description: # ThingsPro Edge Function SDK
        
        ThingsPro Edge Function SDK provides several APIs to interact with ThingsPro Edge features.
        
        - Tag (v1)
          - PubSub
          - Direct Access
        - Http Server (v1)
          - Get
          - Post
          - Put
          - Delete
        
        Besides, SDK written in Python3.5, theoretically compatible with all other modules which you can refer to [Python3.5 official website](https://docs.python.org/3.5/library/index.html).
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
