Skip to main content

The "Batteries Included" layer for a Pyramid application.

Project description

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

$ pip install pyramid_nitro
$ nitro "myapp" /path/to/myapp
$ cd /path/to/myapp
$ nitro etc/dev.ini
Starting subprocess with file monitor
completed configuration of myapp/0.1.0-b [env=dev]
Starting server in PID 18330.
serving on http://0.0.0.0:9000

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:

Project details


Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page