Metadata-Version: 2.1
Name: hms-abcc40
Version: 0.0.1
Summary: Anybus CompactCom40 access via REST
Home-page: https://github.com/hms-networks/hms-abcc40
Author: HMS Industrial Networks AB
Author-email: pythoncontact@hms.se
License: UNKNOWN
Description: # Anybus CompactCom 40 REST interface 
        
        Interface for accessing Anybus CompactCom 40 modules via REST
        
        ## Installation
        
        To install this package, simply use `pip`
        
        ```sh
        pip install hms-abcc40
        ```
        
        ## Usage
        
        To print the module name
        
        ```python
        import hms.abcc40
        
        my_module = hms.abcc40.CompactCom40("1.2.3.4")
        print(my_module.module_name)
        ```
        
        ## License
        
        [Apache License 2.0](LICENSE)
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
