Metadata-Version: 2.1
Name: wuy
Version: 0.1.1
Summary: Like python eel, but for py3, with asyncio
Home-page: https://github.com/manatlan/reqman
Author: manatlan
Author-email: manatlan@gmail.com
License: UNKNOWN
Description: # wuy 
        
        It's like [python eel](https://github.com/ChrisKnott/Eel) BUT :
        
        * it's not as polished
        * it uses python3 ONLY
        * it uses asyncio, and the marvellous [aiohttp](https://aiohttp.readthedocs.io/en/stable/)
        * it's server hosted friendly from scratch
        * it uses pubsub mechanism to communicate from server to clients, or from client to clients
        * it's not pyinstaller-friendly for now
        * com errors are catch'able thru the promise
        
        it's a proof of concept : WUY means **W**eb **U**ser **Y**nterface ...
        
        ## to test/run
        
        Download [the zip from here](https://github.com/manatlan/wuy/archive/master.zip)
        
            $ pip3 install aiohttp
            $ python3 -u server.py
        
        ## to use
        
            $ pip3 install wuy
        
            ...
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
