Metadata-Version: 1.0
Name: amalgam
Version: 0.2
Summary: Minimal wrapper for database access
Home-page: http://hg.piranha.org.ua/amalgam/
Author: Svarga Developers
Author-email: svarga@librelist.com
License: BSD
Description: .. -*- mode: rst -*-
        
        =========
        Amalgam
        =========
        
        Amalgam is a thin wrapper over various ORM solutions, intended to simplify and
        unify initialization and declaration of models for various stores.
        
        The only built-in backend right now is SQLAlchemy, which means that currently
        Amalgam is just a wrapper over SQLAlchemy (a bit like `Elixir`_), providing
        interface which is cleaner than default.
        
        See `docs`_ for more information.
        
        .. _docs: http://hg.piranha.org.ua/amalgam/docs/
        .. _Elixir: http://elixir.ematia.de/
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Database :: Front-Ends
