Metadata-Version: 2.1
Name: kabaret.sqarf-flow
Version: 0.0.0rc4
Summary: Kabaret flow extension to quality test your assets using https://pypi.org/project/sqarf
Home-page: https://gitlab.com/kabaretstudio/kabaret.sqarf_flow
Author: Damien "dee" Coureau
Author-email: kabaret-dev@googlegroups.com
License: LGPLv3+
Description: [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
        
        [![Downloads](https://pepy.tech/badge/kabaret.sqarf_flow/month)](https://pepy.tech/project/kabaret.sqarf_flow)
        
        # kabaret.sqarf_flow
        
        Kabaret flow extension to quality test your assets using https://pypi.org/project/sqarf
        
        # Usage
        
        1) Create your sqarf.QATest types (see sqarf documentation).
        2) Subclass the `kabaret.sqarf_flow.qarun.QARun` Action and override its `get_test_types()`
        method to return all your "root" test type.
        4) Place this subclass as a child of the Object you want to test. It will be available 
        in your test context as `context['TESTED']`.
Keywords: kabaret blender b3d pipeline dataflow workflow
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Requires-Python: >=3.7
Description-Content-Type: text/markdown
