Metadata-Version: 1.1
Name: zas
Version: 0.1.0
Summary: Zencore Application Server.
Home-page: https://github.com/appstore-zencore/zas
Author: zencore
Author-email: dobetter@zencore.cn
License: MIT
Description-Content-Type: UNKNOWN
Description: zas
        ===
        
        .. image:: https://travis-ci.org/appstore-zencore/zas.svg?branch=master
            :target: https://travis-ci.org/appstore-zencore/zas
        
        Zencore Application Server
        
        
        Install
        -------
        
        ::
        
            pip install zas
        
        
        Usage
        -----
        
        ::
        
            E:\zas\src\scripts>python zas.py
            Usage: zas.py [OPTIONS] COMMAND [ARGS]...
        
            Options:
            -c, --config FILENAME  Config file path, use yaml format. Default to
                                    config.yaml.
            --help                 Show this message and exit.
        
            Commands:
            reload  Reload application server.
            start   Start application server.
            stop    Stop application server.
        
        
        Example Config
        --------------
        
        ::
        
            application:
                deamon: true
                pidfile: /tmp/appname.pid
                main: app.main
        
        
Keywords: zas
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires: click
Requires: pyyaml
Requires: zdas
Requires: zencore_utils
