Metadata-Version: 1.1
Name: lino
Version: 1.6.0
Summary: A framework for writing desktop-like web applications using Django and ExtJS
Home-page: http://www.lino-framework.org
Author: Luc Saffre
Author-email: luc.saffre@gmail.com
License: GPL
Description: Lino is a framework for writing desktop-like web applications 
        using `Django <https://www.djangoproject.com/>`_
        and `Sencha ExtJS <http://www.sencha.com/products/extjs/>`_.
        
        Lino is for Python developers who want to develop 
        Lino applications for their customers.
        Primary target customers for Lino applications 
        are agencies and companies who need a 
        *customized database application*.
        
        Lino the framework consists of different parts:
        
        - `django-site <http://site.lino-framework.org>`__
          (split off from main project in March 2013)
          provides startup signals and the `settings.SITE` object
          
        - `django-north <https://code.google.com/p/django-north/>`__
          (split off from main project in March 2013)
          provides python dumps, babel fields and data migration.
        
        - :mod:`lino.modlib`, a collection of reusable Django apps
        - A collection of out-of-the-box demo applications
        - The default "plain" user interface 
        - The optional ExtJS user interface 
        
        The following real-world applications use the Lino framework:
        
        - `Lino-Welfare <http://welfare.lino-framework.org>`__
          
          
Platform: UNKNOWN
Classifier:   Programming Language :: Python
Classifier:   Programming Language :: Python :: 2
Classifier:   Development Status :: 4 - Beta
Classifier:   Environment :: Web Environment
Classifier:   Framework :: Django
Classifier:   Intended Audience :: Developers
Classifier:   Intended Audience :: System Administrators
Classifier:   License :: OSI Approved :: GNU General Public License (GPL)
Classifier:   Natural Language :: English
Classifier:   Natural Language :: French
Classifier:   Natural Language :: German
Classifier:   Operating System :: OS Independent
Classifier:   Topic :: Database :: Front-Ends
Classifier:   Topic :: Home Automation
Classifier:   Topic :: Office/Business
Classifier:   Topic :: Software Development :: Libraries :: Application Frameworks
Requires: North (>=0.0.2)
Requires: appy
Requires: python_dateutil
Requires: PyYAML
Requires: odfpy
Requires: sphinx
Requires: jinja2
