Metadata-Version: 2.0
Name: fpage
Version: 1.2.0
Summary: FPage is a tornado classic project generator(cli).
Home-page: https://github.com/fy0/fpage
Author: fy
Author-email: fy0748@gmail.com
License: WTFPL
Keywords: tornado generator cli web framework sqlalchemy peewee
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
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
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4
Provides-Extra: full
Requires-Dist: jinja2; extra == 'full'
Requires-Dist: mako; extra == 'full'
Requires-Dist: peewee; extra == 'full'
Requires-Dist: sqlalchemy; extra == 'full'
Requires-Dist: tornado; extra == 'full'

FPage is a tornado classic project generator(cli).

classic means the style before separation of front-end and backend beca me popular.

Quick start a project with tornado + mako/jinja2 + peewee/sqlalchemy。

Usage: fpage new

`more <https://github.com/fy0/fpage/blob/master/README_EN.md>`_ 

