Metadata-Version: 2.2
Name: brui_core
Version: 1.0.1
Summary: Core browser UI automation framework
Home-page: https://github.com/AutoByteus/brui_core.git
Author: Ryan Zheng
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: playwright==1.42.0
Provides-Extra: test
Requires-Dist: pytest-playwright==0.4.4; extra == "test"
Requires-Dist: playwright==1.42.0; extra == "test"
Requires-Dist: pytest-asyncio; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


    A flexible and robust browser UI automation framework that provides:
    - Browser management and launching
    - Configuration handling
    - Clipboard management
    - Base UI integration capabilities
    
    To install with testing dependencies:
    pip install brui_core[test]
    
