Metadata-Version: 1.1
Name: nacelle
Version: 0.2.0
Summary: A lightweight Python framework (built on top of webapp2) for use on Google Appengine
Home-page: https://github.com/nacelle/nacelle
Author: Patrick Carey
Author-email: patrick@rehabstudio.com
License: MIT
Description: ===============================
        Nacelle Microframework
        ===============================
        
        .. image:: https://travis-ci.org/rehabstudio/nacelle.png?branch=master
                :target: https://travis-ci.org/rehabstudio/nacelle
        
        .. image:: https://coveralls.io/repos/rehabstudio/nacelle/badge.png
                :target: https://coveralls.io/r/rehabstudio/nacelle
        
        
        A lightweight microframework built on top of webapp2 for use on Google Appengine
        
        .. note::
            Before reading any further, if you need portability from appengine or a relational database then nacelle probably isn't for you, use CloudSQL and Django, you'll thank me later.
        
        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.
        
        * Free software: `MIT license <http://opensource.org/licenses/MIT>`_
        * Documentation: http://nacelle.rtfd.org.
        
        
        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
        
        
        Sorry
        -----
        
        On one final note, I've been pretty atrocious at maintaining any semblance of backwards compatibility in nacelle since its inception, that needs to change. As nacelle begins to stabilise and approach a 1.0 release, the public API should also begin to settle down. Following a 1.0 release nacelle will follow a semantic versioning scheme to help identify releases with major, breaking changes.
        
        For now though, you've been warned.
        
Keywords: nacelle
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
