Metadata-Version: 1.1
Name: rio
Version: 0.3.1
Summary: RESTful event dispatcher based on celery.
Home-page: https://github.com/soasme/rio
Author: Ju Lin
Author-email: soasme@gmail.com
License: MIT
Description: rio(WIP)
        ========
        
        How to contribute?
        -------------------
        
        1. Start from scratch::
        
            $ virtualenv venv
            $ source venv/bin/activate
            (venv) $ python setup.py develop
            (venv) $ rio db upgrade
            (venv) $ rio runworker
            (venv) $ rio runserver
        
        2. Please use `gpg` to sign your commits.
        
        How to Test?
        --------------
        
        Test::
        
            (venv) $ pip install -r tests-requirements.txt
            (venv) $ venv/bin/py.test tests
        
        
        HISTORY
        ========
        
        
        v0.3.1
        ------
        
        * support multiple graph
        
        v0.3.0
        ------
        
        * support template format webhook url
        * add cli command: syncproject
        * add cli command: runworker
        * add cli command: db
        * bugfix
        
        v0.2.4
        ------
        
        * optimize webhook index
        
        v0.2.2
        ------
        
        * add Migration resources
        * add cli
        * add cache for sqlalchemy
        * add event uuid
        * support form and json payload
        * support header for webhook
        
        v0.2.0
        ------
        
        * add SQLALchemy as graph backend
        
        v0.1.0
        ------
        
        * initial Release
        
Keywords: rio
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
