Metadata-Version: 1.1
Name: pycommunicate
Version: 0.0.6.post1
Summary: A web library focusing on handling JS events server-side
Home-page: https://github.com/mincrmatt12/pycommunicate
Author: mincrmatt12
Author-email: nope@nope.com
License: MIT
Description: # pycommunicate
        pycommunicate is a library that wraps flask and flask-socketio to provide you with a really cool thing.
        
        ## what can it do?
        pycommunicate allows for serverside event handling of js events, and even modifying the dom on the server. This is accomplished
        by using socketio, so anything that socketio supports, this should support too.
        
        There's also jinja2 for template rendering, sessions that persist across... sessions, sessions that persist across requests,
        support for changing html from one page to another without swapping the page, and much more!
        
        ## examples plz
        
        Look in the docs/examples directory. The tutorial one can be created by following the tutorial on the docs
        
        ## documentation?
        
        [pycommunicate docs on readthedocs.io](http://pycommunicate.readthedocs.io) 
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
