Metadata-Version: 2.1
Name: protean-sqlalchemy
Version: 0.0.9
Summary: Protean Sqlalachemy Extension
Home-page: https://github.com/proteanhq/protean-sqlalchemy
Author: Subhash Bhushan C
Author-email: subhash@team8solutions.com
License: BSD 3-Clause License
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: OS/2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click (==7.0)
Requires-Dist: protean (==0.0.9)
Requires-Dist: sqlalchemy (==1.2.14)

========
Overview
========



Protean Sqlalchemy Extension

* Free software: BSD 3-Clause License

Installation
============

::

    pip install protean-sqlalchemy

Documentation
=============

https://protean-sqlalchemy.readthedocs.io/

Development
===========

::

    pyenv virtualenv -p python3.6 3.6.5 protean-es-dev

To run the all tests run::

    tox

Note, to combine the coverage data from all the tox environments run:

.. list-table::
    :widths: 10 90
    :stub-columns: 1

    - - Windows
      - ::

            set PYTEST_ADDOPTS=--cov-append
            tox

    - - Other
      - ::

            PYTEST_ADDOPTS=--cov-append tox


Changelog
=========

0.0.1 (2018-07-20)
------------------

* First release on PyPI.


0.0.6 (2018-12-28)
------------------

* Match with version 0.0.6 of protean


0.0.7 (2019-03-04)
------------------

* Match with version 0.0.7 of protean


0.0.9 (2019-03-11)
------------------

* Match with version 0.0.9 of protean


