Coder Social home page Coder Social logo

nacelle's Introduction

Nacelle Microframework

https://travis-ci.org/nacelle/nacelle.png?branch=master https://coveralls.io/repos/rehabstudio/nacelle/badge.png https://badge.fury.io/py/nacelle.png

nacelle is a lightweight Python web framework, built on top of webapp2, designed for use on Google Appengine.

nacelle aims to provide a small but solid set of tools that enable developers to quickly get a new app up and running, whilst not sacrificing any of the flexibility and power of webapp2 in the process. Nacelle is suitable for building everything from tiny prototypes to large complex applications, it should never get in your way.

Note

If you need portability from appengine then nacelle probably isn't for you, use Django, Flask or one of the many other awesome Python web frameworks that exist, you'll thank me later.

Features

  • Authentication using Appengine's built-in users service
  • Custom testrunner to help with loading the appengine environment for nose
  • Error handling (with optional logging to a sentry server)
  • Session management and automatic secret key generation
  • Template rendering (with Jinja2 or Handlebars)
  • Easily run tasks in the background outside of the request loop

nacelle's People

Contributors

paddycarey avatar rickydunlop avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

nacelle's Issues

Add 'contrib' apps system.

Like Django, nacelle can make use of a plugable apps system (of sorts, much less rigid than django's).

In an effort to prevent bloat in nacelle's core, a contrib directory should be created where packages/modules can live that are nice to have features, but that don't necessarily belong in core e.g. social auth, lockdown, GCE interaction etc.

Add fixture loader for tests

Add a module that can load test/development fixtures from file and import them into the datastore at runtime.

Can't easily identify/manipulate vendored dependencies

Nacelle currently includes several vendored dependencies in the /nacelle/vendor/ directory (which is added to the python path when the app runs). Currently the packages are just dropped in place with little regard to versioning or introspectability.

We need a simple method (probably a makefile command) that can iterate over the depencies and spit out version numbers (both locally and checking pypi for an updated version). This may require a change to the way libraries are loaded in nacelle.

Add quickstart guide

Need to add a quickstart guide to the docs.

Guide should cover:

  • Initial setup/install
  • Basic routing
  • Basic request handling

Links to more in-depth documentation should be provided throughout.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.