Metadata-Version: 2.1
Name: asphalt-sqlalchemy
Version: 3.1.1
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
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
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.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: asphalt (<5.0,>=3.0)
Requires-Dist: SQLAlchemy (>=1.0.10)
Requires-Dist: typeguard (~=2.0)
Provides-Extra: doc
Requires-Dist: Sphinx (>=1.5); extra == 'doc'
Requires-Dist: sphinx-rtd-theme; extra == 'doc'
Requires-Dist: sphinx-autodoc-typehints (>=1.2.0); extra == 'doc'
Requires-Dist: sphinxcontrib-asyncio (>=0.2.0); extra == 'doc'
Provides-Extra: test
Requires-Dist: pymysql; extra == 'test'
Requires-Dist: psycopg2cffi; extra == 'test'
Requires-Dist: pytest; extra == 'test'
Requires-Dist: pytest-cov; extra == 'test'
Requires-Dist: pytest-asyncio (>=0.6); extra == 'test'

.. 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/github/asphalt-framework/asphalt-sqlalchemy/badge.svg?branch=master
  :target: https://coveralls.io/github/asphalt-framework/asphalt-sqlalchemy?branch=master
  :alt: Code Coverage

This Asphalt framework component provides connectivity to relational databases.

It is a wrapper for the SQLAlchemy_ library.

.. _SQLAlchemy: http://www.sqlalchemy.org/

Project links
-------------

* `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>`_


