Metadata-Version: 1.1
Name: oriole-service
Version: 3.2.2
Summary: Rapidly create services.
Home-page: https://github.com/zhouxiaoxiang/oriole-service
Author: Eric.Zhou
Author-email: xiaoxiang.cn@gmail.com
License: Apache License, Version 2.0
Description: # Oriole-Service
        
        **Rapidly create services.**
        
        [![build](https://travis-ci.org/zhouxiaoxiang/oriole-service.png?branch=master)](https://travis-ci.org/zhouxiaoxiang/oriole-service)
        
        **[Framework]**
        
        [Orile-Service](https://github.com/zhouxiaoxiang/oriole-service)
        
        - Prerequisites
        
          - python >= 3.5.2
          - mongodb
          - mysql
          - rabbitmq
          - redis-server
          
        - Install oriole.
        
        ```
          pip install oriole-service
        ```
        
        - Run unit tests.
        
        ```
          oriole test
        ```
        
        ![](https://github.com/zhouxiaoxiang/oriole-service/raw/master/docs/test.gif)
        
        - Run a service. 
        
        ```
          oriole run <service>
        ```
        
        ![](https://github.com/zhouxiaoxiang/oriole-service/raw/master/docs/run.gif)
        
        - Create documents. 
        
        ```
          oriole doc
        ```
        
        ![](https://github.com/zhouxiaoxiang/oriole-service/raw/master/docs/doc.gif)
        
        - Run a client.
        
        ```
          oriole sh
        ```
        
        ![](https://github.com/zhouxiaoxiang/oriole-service/raw/master/docs/run.gif)
         
        That's all.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Intended Audience :: Developers
