Skip to content
This repository has been archived by the owner on Jul 14, 2022. It is now read-only.

futursolo/futurefinity

Repository files navigation

FutureFinity

FutureFinity is an asynchronous Python web framework designed for asyncio and native coroutines.

image

image

image

Documentation

Documentation for latest stable version is hosted on 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

$ 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.