Metadata-Version: 1.1
Name: wagent
Version: 1.0.168
Summary: Windu message agent
Home-page: https://github.com/codefoco/wagent
Author: Vinicius Jarina
Author-email: viniciusjarina@gmail.com
License: MIT
Description: Windu Agent [![Build Status](http://codefoco.zapto.org:8085/buildStatus/icon?job=wagent)](http://codefoco.zapto.org:8085/job/wagent/)
        ===========
        
        #DISCLAIMER#
        
        ## This is a personal project I started to learn new stuff and for fun ☺️
        ## This has no intention to be a product or compete with any other product
        
        
        Windu agent is responsible to receive and send message to the instant messaging service.
        
        Example:
        
        
             agent = WinduAgent.WinduAgent('00000', 'Nick',  WinduAgent.WinduAgent.AUTOREPLY_READ, 'pw')
             agent.sendMessage ('1111', u'Hello 😅')
        
        
Keywords: sample setuptools development
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
