Metadata-Version: 1.0
Name: robotframework-pydblibrary
Version: 1.1
Summary: Python Database utility library for Robot Framework
Home-page: https://github.com/F1ashhimself/robotframework-pydblibrary
Author: Max Beloborodko
Author-email: f1ashhimself@gmail.com
License: Apache License 2.0
Description: Robotframework-Pydblibrary
        ==========================
        
        .. image:: https://api.travis-ci.org/F1ashhimself/robotframework-pydblibrary.svg?branch=master
                :alt: Build Status
                :target: https://travis-ci.org/F1ashhimself/robotframework-pydblibrary
        .. image:: https://pypip.in/v/robotframework-pydblibrary/badge.png
                :alt: Release Status
                :target: https://pypi.python.org/pypi/robotframework-pydblibrary
        .. image:: https://pypip.in/d/robotframework-pydblibrary/badge.png
                :alt: Downloads
                :target: https://pypi.python.org/pypi/robotframework-pydblibrary
        
        This library supports database-related testing using the Robot Framework.
        
        It allows to establish a connection to a certain database to perform tests on the content of certain tables and/or views in that database.
        
        This is compatible with any Python Database API Specification 2.0 module.
        
        Documentation for version 1.1 - http://f1ashhimself.github.io/robotframework-pydblibrary/PydbLibrary_v1.1.html
        
Platform: any
