Metadata-Version: 1.1
Name: django-softmachine
Version: 1.0.6
Summary: CeRTAE SoftMachine est une application web qui consiste à réaliser les interfaces d’une application par la construction de vues à partir d’un modèle de données normalisée.
Home-page: https://github.com/certae/django-softmachine
Author: Certae - Dario Gomez Tafur
Author-email: dariogomeztw@gmail.com
License: GPL License, see docs/LICENCE.md
Description: Django-Softmachine proposes an approach based on DATARUN method.
        This approach consists in achieving the interfaces of an application by the contruction of views from a normalized data model.
        
        In other words, you can prototype and export a new application model.
        The system architecture is a Web MVC variant, this means that we use the basic concepts of Model, View and Controller adapted to a Meta-Data Driven Web App.
        
        **Documentation:** http://certae.github.io/django-softmachine/
        
        **Source and install guide:** https://github.com/certae/django-softmachine
        
        *Main screen example:*
        
        .. image:: http://certae.github.io/django-softmachine/docs/build/html/images/interface.png
        
        * ``Page edited with online reStructuredText editor:`` http://rst.ninjs.org/
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
