Metadata-Version: 1.1
Name: Dyko
Version: 0.2
Summary: A Lightweight Web Framework
Home-page: http://www.dyko.org/
Author: Kozea
Author-email: guillaume.ayoub@kozea.fr
License: GNU GPL v3
Download-URL: http://www.dyko.org/src/dyko/Dyko-0.2.tar.gz
Description: 
        Dyko - A Lightweight Web Framework
        ==================================
        
        Dyko is a lightweight web framework with original features:
        
        - Support for **multiple storage mechanisms** (databases, filesystems, and
          more) with an **unified data access interface**, giving the possibility to
          use **flexible and evolutive data models**;
        - Support for **multiple template engines** (Genshi, Jinja, Mako, and more).
        
        Theses specificities make Dyko particularly suitable for creating:
        
        - Small and simple websites with no database;
        - Content management systems with heterogeneous storage engines;
        - Web applications with chronic data model evolutions;
        - Web applications accessing static data models defined by other applications.
        
        Dyko should run on most of the UNIX-like platforms (Linux, BSD, MacOS X) and
        Windows. It is free and open-source software, written in Python, released under
        GPL version 3.
        
        For further information, please visit the `Dyko Website
        <http://www.dyko.org/>`_.
        
        
Keywords: web,framework,database
Platform: Any
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Provides: kalamar
Provides: kraken
