Metadata-Version: 2.1
Name: brui_core
Version: 0.1.0
Summary: Core browser UI automation framework
Home-page: https://github.com/AFE-AI/brui_core
Author: AFE AI
Author-email: ryan.zheng.work@gmail.com
License: MIT
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: pyperclip
Requires-Dist: pytest-playwright==0.4.4
Requires-Dist: playwright==1.42.0
Requires-Dist: toml
Requires-Dist: pytest-asyncio
Requires-Dist: colorama
Requires-Dist: Pillow


    A flexible and robust browser UI automation framework that provides:
    - Browser management and launching
    - Configuration handling
    - Clipboard management
    - Base UI integration capabilities
    
