Metadata-Version: 1.1
Name: asphalt-sqlalchemy
Version: 1.0.0
Summary: SQLAlchemy integration component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-sqlalchemy
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Description: .. image:: https://travis-ci.org/asphalt-framework/asphalt-sqlalchemy.svg?branch=master
          :target: https://travis-ci.org/asphalt-framework/asphalt-sqlalchemy
          :alt: Build Status
        .. image:: https://coveralls.io/repos/asphalt-framework/asphalt-sqlalchemy/badge.svg?branch=master&service=github
          :target: https://coveralls.io/github/asphalt-framework/asphalt-sqlalchemy?branch=master
          :alt: Code Coverage
        .. image:: https://codeclimate.com/github/asphalt-framework/asphalt-sqlalchemy/badges/gpa.svg
          :target: https://codeclimate.com/github/asphalt-framework/asphalt-sqlalchemy
          :alt: Code Climate
        
        This component provides `SQLAlchemy`_ integration for the Asphalt framework.
        
        SQLAlchemy is a library for working with relational databases.
        It offers both an ORM (`Object Relational Mapper`_) and a "core" API that both abstract away
        many of the differences in various SQL dialects. It also includes powerful facilities to
        dynamically construct and execute database queries.
        
        .. _SQLAlchemy: http://www.sqlalchemy.org/
        .. _Object Relational Mapper: https://en.wikipedia.org/wiki/Object-relational_mapping
        
        
        Project links
        -------------
        
        * `Documentation`_
        * `Help and support`_
        * `Source code`_
        * `Issue tracker`_
        
        
        .. _Documentation: http://asphalt-sqlalchemy.readthedocs.org/en/latest/
        .. _Help and support: https://github.com/asphalt-framework/asphalt/wiki/Help-and-support
        .. _Source code: https://github.com/asphalt-framework/asphalt-sqlalchemy
        .. _Issue tracker: https://github.com/asphalt-framework/asphalt-sqlalchemy/issues
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
