Metadata-Version: 1.1
Name: futurefinity
Version: 0.2.1
Summary: FutureFinity is an asynchronous Python web framework designed for asyncio and native coroutines.
Home-page: https://github.com/futursolo/futurefinity
Author: Futur Solo
Author-email: futursolo@gmail.com
License: Apache License 2.0
Description: FutureFinity
        ============
        FutureFinity is an asynchronous Python web framework designed for asyncio and native coroutines.
        
        .. image:: https://travis-ci.org/futursolo/futurefinity.svg?branch=master
            :target: https://travis-ci.org/futursolo/futurefinity
        
        .. image:: https://coveralls.io/repos/github/futursolo/futurefinity/badge.svg?branch=master
            :target: https://coveralls.io/github/futursolo/futurefinity?branch=master
        
        .. image:: https://img.shields.io/pypi/v/futurefinity.svg?style=flat
            :target: https://pypi.python.org/pypi/futurefinity
        
        
        Documentation
        -------------
        Documentation for latest stable version is hosted on `https://finity.futures.moe <https://finity.futures.moe>`_.
        
        For development version or deprecated version, download or clone the source,
        and do `cd doc; make html`.
        
        Requirements
        ------------
        - Python>=3.5.1
        
        - Cryptography>=1.0.0(Optional, Recommended, Used by AES GCM Secure Cookie)
        - Jinja2>=2.0.0(Optional, Used by Template Rendering)
        
        Installation
        ------------
        
        .. code-block:: shell
        
          $ pip install futurefinity
        
        License
        -------
        Copyright 2016 Futur Solo
        
        Licensed under the Apache License, Version 2.0 (the "License");
        you may not use this file except in compliance with the License.
        You may obtain a copy of the License at
        
            http://www.apache.org/licenses/LICENSE-2.0
        
        Unless required by applicable law or agreed to in writing, software
        distributed under the License is distributed on an "AS IS" BASIS,
        WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        See the License for the specific language governing permissions and
        limitations under the License.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
