Metadata-Version: 2.1
Name: PyPOM
Version: 2.1.0
Summary: python page object model for selenium
Home-page: https://github.com/mozilla/PyPOM
Author: Dave Hunt
Author-email: dhunt@mozilla.com
License: Mozilla Public License 2.0 (MPL 2.0)
Description: PyPOM
        =====
        
        PyPOM is a Python Page Object Model library for Selenium and Splinter tests.
        
        .. image:: https://img.shields.io/badge/license-MPL%202.0-blue.svg
           :target: https://github.com/mozilla/PyPOM/blob/master/LICENSE.txt
           :alt: License
        .. image:: https://img.shields.io/pypi/v/PyPOM.svg
           :target: https://pypi.python.org/pypi/PyPOM/
           :alt: PyPI
        .. image:: https://img.shields.io/travis/mozilla/PyPOM.svg
           :target: https://travis-ci.org/mozilla/PyPOM/
           :alt: Travis
        .. image:: https://img.shields.io/coveralls/mozilla/PyPOM.svg
           :target: https://coveralls.io/github/mozilla/PyPOM
           :alt: Coverage
        .. image:: https://img.shields.io/badge/docs-latest-brightgreen.svg
           :target: http://pypom.readthedocs.io/en/latest/
           :alt: Read the Docs
        .. image:: https://img.shields.io/github/issues-raw/mozilla/PyPOM.svg
           :target: https://github.com/mozilla/PyPOM/issues
           :alt: Issues
        .. image:: https://img.shields.io/badge/code%20style-black-000000.svg
           :target: https://github.com/ambv/black
        .. image:: https://pyup.io/repos/github/mozilla/PyPOM/shield.svg
           :target: https://pyup.io/repos/github/mozilla/PyPOM/
           :alt: Updates
        .. image:: https://pyup.io/repos/github/mozilla/PyPOM/python-3-shield.svg
           :target: https://pyup.io/repos/github/mozilla/PyPOM/
           :alt: Python 3
        
        Resources
        ---------
        
        - `Documentation <http://pypom.readthedocs.io/>`_
        - `Issue Tracker <http://github.com/mozilla/PyPOM/issues>`_
        - `Code <http://github.com/mozilla/PyPOM/>`_
        
Keywords: pypom page object model selenium
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Provides-Extra: splinter
