Skip to content

canaryhealth/pyramid_nitro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyramid Nitro

Important

This package is currently in the "planning" stage. In short, much of the conceptual parts of the package exist in disparate locations: this package was created to bring those concepts together.

The pyramid_nitro package adds dependencies, useful libraries, sensible default configurations, "glue code", and other goodies to a "standard pyramid application" that makes developing pyramid applications fast... super fast. In short, it's the "batteries included" opinionated version of Pyramid. It draws it's inspiration from the TurboGears application framework.

Project

TL;DR

Install with:

$ pip install pyramid_nitro

Then create an application with:

$ nitro "myapp" /path/to/myapp
$ cd /path/to/myapp
$ nitro etc/dev.ini

Overview

The objectives of pyramid_nitro are three-fold:

  • Trivial to get a completely functional application going
  • Lots of out-of-the-box functionality, but nothing that can't be disabled
  • Support for infinite scalability when needed

Some of the opinions made to achieve that is that you'll:

About

The "Batteries Included" layer for a Pyramid application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages