Popularity
2.3
Stable
Activity
0.0
Stable
131
18
20

Description

Turbo is a framework for fast building web site and RESTFul api, based on tornado.

Code Quality Rank: L5
Programming language: Python
License: Mulan Permissive Software License, Version 2
Latest version: v0.4.8

turbo alternatives and similar packages

Based on the "Web Frameworks" category.
Alternatively, view turbo alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of turbo or a related project?

Add another 'Web Frameworks' Package

README

turbo

中文文档

pypi Build Status codecov readthedocs

Turbo is a framework for fast building web site and RESTFul api, based on tornado.

  • Easily scale up and maintain
  • Rapid development for RESTFul api and web site
  • Django or flask application structure
  • Easily customizable
  • Simple ORM for MongoDB
  • Logger
  • Session(storage support for redis, disk and so on)
  • Support MongoDB, MySQL, PostgreSQL and so on
  • Support MongoDB asynchronous driver Motor base on turbo-motor
  • Support Python3

Getting started

pip install turbo
turbo-admin startproject <project_name>
cd <project_name>/app-server
touch __test__
python main.py

Documentation

Documentation and links to additional resources are available at http://app-turbo.readthedocs.org/

Tutorial