Metadata-Version: 1.0
Name: pybald
Version: 0.2.8
Summary: A lightweight python web framework
Home-page: http://pybald.com/
Author: Michael Kowalchik
Author-email: mikepk@tenzerolab.com
License: MIT
Description: Pybald
        ======
        Pybald is a light weight, python, `MVC <http://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller>`_ style web framework. It is inspired by work done by `Ian Bicking <http://blog.ianbicking.org/>`_, and builds upon the concepts presented in `Another do-it-yourself framework <http://pythonpaste.org/webob/do-it-yourself.html>`_. It is also takes design inspiration from `Ruby on Rails <http://rubyonrails.org>`_ and `Django <http://www.djangoproject.com/>`_. 
        
        Pybald began life as an ultra-bare-bones framework but has evolved over time  adding convenience methods, components and glue:
        
          * `Routes <http://routes.groovie.org/>`_ for dispatching and URL parsing
          * `Mako <http://www.makotemplates.org/>`_ as the template engine.
          * `SqlAlchemy <http://sqlalchemy.org/>`_ for data persistence and object mapping
          * `FormAlchemy <http://formalchemy.org/>`_ for automated form generation and validation
          * A more complex WSGI decorator
          * Some deploy infrastructure such as Apache and Nginx configuration templates
          * Session Management, Simple Logging, and template helper functions
        
        
Keywords: web framework
Platform: UNKNOWN
