flatly

Pyramid scaffold that is flat. Kind of like Flask.


Keywords
pyramid
License
BSD-3-Clause
Install
pip install flatly==0.3

Documentation

flatly

Author: Ralph Bean <rbean@redhat.com>

A pyramid scaffold that is flat. Kind of like Flask.

A friend was complaining that Pyramid had "too many things" and wasn't flat and simple like Flask. It wasn't that there were too many things in the framework itself.. its that by default, projects created from templates or scaffold had too many files and too many pieces.

This is the simplest Pyramid scaffold that I could come up with.

Usage

$ pip install flatly
$ pcreate -t flatly my_project

License

flatly is licensed BSD.