Metadata-Version: 2.1
Name: dsmcp
Version: 0.1.1
Summary: The PyDapi2 library offers a Python implementation of the Dassym API version 2.
Home-page: https://github.com/dassym/dsmcp
Author: Fabrice Voillat
Author-email: dev@dassym.com
License: UNKNOWN
Description: # dsmcp
        ## installation
        ```
        pip install dsmcp
        ```
        ## run the application
        by passing a config file
        ```
        python3 -m dsmcp -c [config file].ini basic
        ```
        or by passing params in command line
        ```
        python3 -m dsmcp 
        ```
        replace host by the host url and port by the host port
        ## config file structure
        ```
        [GLOBAL]
        loglevel=info
        host=host:port
        ```
        
        The *PyDapi2* library offers a Python implementation of the Dassym API version 2.
        
        Dassym API version 2 aka **DAPI2** is the application programming interface (API) used to
        control Dassym electronic boards.
        
        This library was created to meet internal needs in Dassym. 
        
        Version : 0.0.3 (2021-05-17)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
