Metadata-Version: 2.1
Name: PyPOM
Version: 2.2.1.dev49
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)
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
License-File: LICENSE.txt
Requires-Dist: zope.interface
Requires-Dist: zope.component
Requires-Dist: pluggy
Requires-Dist: selenium
Provides-Extra: splinter
Requires-Dist: splinter ; extra == 'splinter'

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://api.dependabot.com/badges/status?host=github&repo=mozilla/PyPOM
   :target: https://dependabot.com
   :alt: Dependabot

Resources
---------

- `Documentation <http://pypom.readthedocs.io/>`_
- `Issue Tracker <http://github.com/mozilla/PyPOM/issues>`_
- `Code <http://github.com/mozilla/PyPOM/>`_


