Metadata-Version: 1.1
Name: entrance
Version: 1.0.1
Summary: Server framework for web apps
Home-page: https://github.com/ensoft/entrance
Author: Ensoft Ltd
Author-email: UNKNOWN
License: UNKNOWN
Description: # EnTrance
        
        [EnTrance](https://github.com/ensoft/entrance) is a framework for writing
        simple but robust web apps, with a particular set of characteristics. It uses a
        Python 3.5+ asyncio backend, and an Elm frontend, communicating over a
        websocket.
        
        This package provides the server-side functionality.
        
        Reading the documentation and sample applications in [the primary
        repo](https://github.com/ensoft/entrance) is recommended. Simple examples for
        writing your own Python server-side feature are in [sample
        2](https://github.com/ensoft/entrance/samples/2_shell/svr/run.py) and [sample
        3](https://github.com/ensoft/entrance/samples/3_browser/svr/run.py).
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
