Scalable and heterogeneous web toolkit sitting on top of Django and others
Project description
About
Intro
Welcome to the notmm toolkit, a open and accessible web publishing platform on top of Django and WSGI.
Design philosophy
Scalable and non-monolithic By Design
Allow developers to write scalable Django apps easily. The notmm toolkit provides a modular API to develop reusable WSGI applications environment on top of the Django framework.
Pragmatic Web Application Development
Allow developers to test and develop server side WSGI applications in a restricted environment by writing unit tests.
Rapid Framework Refactoring
Based on the unittest module for continuous integration and rapid web framework refactoring.
Open Source
Fully open source licensed (Apache). The notmm toolkit works best under the Linux OS or a BSD variant.
Features
Follows the WSGI 1.0 specification for development of related HTTP-based libraries in Python.
Supports most Django apps designed for Django, including Satchmo, FeinCMS, and more.
MVC (Model-View-Controller) API design with built-in regular-expression URL dispatching.
UTF-8 template loading, rendering, and caching. (Mako, Beaker New)
Memcache backend support tools. (New)
The API pages and the Developer Handbook are generated with Doxygen and Sphinx respectively.
Compatible with Python 2.5, 2.6, and 2.7.
Commercial support kindly offered and available on request. :)
Experimental Features
Experimental AES encryption of picklable Python objects using pycryptopp
Experimental SQLAlchemy database backends and functions. (Declarative mapper, Elixir)
Experimental non-relational database backends and functions. (Schevo, MongoDB)
Experimental unittest2 integration in the notmm.utils.test package.
Experimental I18N support. (Based on Django’s I18N framework)
Experimental C bindings generation with Cython.
License
Copyright 2007-2014 Etienne Robillard
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.