Metadata-Version: 2.1
Name: testflows.database
Version: 1.6.200617.1013239
Summary: TestFlows - Database
Home-page: https://github.com/testflows/testflows-database
Author: Vitaliy Zakaznikov
Author-email: vzakaznikov@testflows.com
License: Apache-2.0
Description: # TestFlows - Database
        
        **The database module is still work in progress and is currently under development.
        Please use it only for reference.**
        
        Minimal module to provide capabilities to work with a database.
        
        Currently supports only Python 3.6 or above.
        
        ## Installation
        
        ```bash
            $ ./build; ./install
        ```
        
        where
        
        ```bash
            $ ./build
        ```
        
        creates a pip installable package in `./dist`, for example
        
        ```bash
            $ ls dist/
            testflows.database-1.0.190905.123636.tar.gz
        ```
        
        and
        
        ```bash
            $ ./install
        ```
        
        installs the `testflows.database` module.
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: dev
