Metadata-Version: 2.1
Name: bipwrapper
Version: 1.3.4
Summary: BIP Messenger API Wrapper
Home-page: https://github.com/semudu/bipwrapper
Author: Serhat Durmaz
Author-email: serhat.md@gmail.com
License: MIT
Download-URL: https://github.com/semudu/bipwrapper/archive/v1.3.4.tar.gz
Description: # bipwrapper
        BIP Messenger API Wrapper
        
            pip install bipwrapper
        
        
        usage:
        
            from bipwrapper import BipWrapper
            
            ...
            
            wrapper_test = BipWrapper("TEST","username", "password") # for test 
            wrapper_prod = BipWrapper("PROD","username", "password") # for prod
            
            ...
            
            wrapper_test.single.send_text_message("532xxxxxxx")
            
            ...
        
        
        
Keywords: BIP,WRAPPER,BIPMESSENGER,BIPWRAPPER
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
