Metadata-Version: 2.1
Name: ecmind-blue-client-manage
Version: 0.0.1
Summary: Helper modules for the `ecmind_blue_client` to ease the work with management APIs.
Home-page: https://gitlab.ecmind.ch/open/ecmind_blue_client_manage
Author: Roland Koller
Author-email: info@ecmind.ch
License: UNKNOWN
Description: # ECMind blue client: Manage
        
        git remote add origin https://gitlab.ecmind.ch/open/ecmind_blue_client_manage.git. See discussion here: https://hub.ecmind.ch/t/119
        
        ## Installation
        
        `pip install ecmind_blue_client_manage`
        
        
        ## Usage
        
        ```python
        from ecmind_blue_client.tcp_client import TcpClient as Client
        from ecmind_blue_client_manage import manage
        
        client = Client(hostname='localhost', port=4000, appname='test', username='root', password='optimal')
        print(manage.get_users(self.client))
        ```
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
