Metadata-Version: 1.1
Name: tortik
Version: 0.2.8
Summary: Tortik - python tornado framework
Home-page: https://github.com/glibin/tortik
Author: UNKNOWN
Author-email: UNKNOWN
License: UNKNOWN
Download-URL: https://github.com/glibin/tortik/tarball/0.2.8
Description: Tortik
        ==================
        
        Tortik is a frontend micro framework atop of Python Tornado making easier to develop SOA-based applications.
        
        .. image:: https://travis-ci.org/glibin/tortik.svg
            :target: https://travis-ci.org/glibin/tortik
        
        .. image:: https://coveralls.io/repos/glibin/tortik/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/glibin/tortik?branch=master
        
        .. image:: https://img.shields.io/pypi/pyversions/tortik.svg
            :target: https://pypi.python.org/pypi/tortik/
        
        .. image:: https://img.shields.io/pypi/v/tortik.svg
            :target: https://pypi.python.org/pypi/tortik
        
        
        
        Short explanation of tortik features: `<http://glibin.github.io/tortik>`_
        
        Documentation and installation instructions  `<http://tortik.readthedocs.org/en/latest/>`_
        
        
        SOA (microservices) and tortik use cases at PyCon RU 2014 (in Russian) `<http://glibin.github.io/lections/pycon2014/>`_
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
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
