Metadata-Version: 1.1
Name: hypothesis_sqlalchemy
Version: 0.0.1
Summary: ``hypothesis`` strategies for generating ``SQLAlchemy`` objects.
Home-page: https://github.com/lycantropos/hypothesis_sqlalchemy/
Author: Azat Ibrakov
Author-email: azatibrakov@gmail.com
License: MIT
Download-URL: https://github.com/lycantropos/hypothesis_sqlalchemy/archive/master.tar.gz
Description-Content-Type: UNKNOWN
Description: ============================================
        ``hypothesis`` strategies for ``SQLAlchemy``
        ============================================
        
        .. image:: https://travis-ci.org/lycantropos/hypothesis_sqlalchemy.svg?branch=master
          :target:  https://travis-ci.org/lycantropos/hypothesis_sqlalchemy.svg
        
        .. image:: https://codecov.io/gh/lycantropos/hypothesis_sqlalchemy/branch/master/graph/badge.svg
          :target: https://codecov.io/gh/lycantropos/hypothesis_sqlalchemy
        
        .. image:: https://badge.fury.io/py/hypothesis_sqlalchemy.svg
            :target: https://badge.fury.io/py/hypothesis_sqlalchemy.svg
        
        In what follows ``python3`` is an alias for ``python3.5``
        or any later version (``python3.6`` and so on).
        
        Installation
        ------------
        Install the latest ``pip`` & ``setuptools`` packages versions
        
        .. code-block:: bash
        
          python3 -m pip install --upgrade pip setuptools
        
        Release
        ~~~~~~~
        Download and install the latest stable version from ``PyPI`` repository
        
        .. code-block:: bash
        
          python3 -m pip install --upgrade hypothesis_sqlalchemy
        
        Developer
        ~~~~~~~~~
        Download and install the latest version from ``GitHub`` repository
        
        .. code-block:: bash
        
          git clone https://github.com/lycantropos/hypothesis_sqlalchemy.git
          cd hypothesis_sqlalchemy
          python3 setup.py install
        
        Running tests
        -------------
        Plain
        
        .. code-block:: bash
        
            python3 setup.py test
        
        Inside ``Docker`` container with remote debugger
        
        .. code-block:: bash
        
            ./set-dockerhost.sh docker-compose up
        
Keywords: SQLAlchemy,hypothesis
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Database :: Database Engines/Servers
