Metadata-Version: 2.1
Name: pyrpush
Version: 0.1.5
Summary: Push client for Roboger event pager
Home-page: https://github.com/alttch/pyrpush
Author: Altertech Group
Author-email: pr@altertech.com
License: Apache License 2.0
Description: # pyrpush
        Push client Python library for Roboger event pager (https://www.roboger.com/,
        https://github.com/alttch/roboger)
        
        License: Apache License 2.0
        
        Usage example:
         
        ```python
        from pyrpush import Client as RPushClient
        
        r = RPushClient()
        r.sender = 'bot1'
        r.location = 'lab'
        r.push(msg='test message')
        r.push(msg='test2', media_file='1.jpg', level='warning')
        ```
        
        Constructor can accept *ini_file=FILENAME* param as the alternative config
        location.
        
        (c) 2018-2019 Altertech Group, https://www.altertech.com/
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Communications
Description-Content-Type: text/markdown
