Metadata-Version: 1.1
Name: poium
Version: 0.2.2
Summary: Selenium/appium-based Page Objects test library.
Home-page: https://github.com/defnngj/poium
Author: fnngj
Author-email: fnngj@126.com
License: BSD
Description: ### poium
        
        基于 selenium/appium 的 Page Objects 设计模式测试库。
        
        #### Installation
        ------------
        
        download install:
        
        ```shell
        $ python setup.py install
        ```
        
        pip install:
        ```
        $ pip install poium
        ```
        
        #### 使用文档：
        
        请阅读 [wiki](https://github.com/defnngj/poium/wiki)
        
        #### 项目历史：
        
        原项目：https://github.com/eeaston/page-objects
        
        原项目已经不再维护，我阅读了原项目代码，虽然只有100多行，但设计非常精妙。本项目在此基础上进行开发。
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
