Metadata-Version: 2.0
Name: PyPOM
Version: 1.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)
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.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: selenium
Requires-Dist: zope.component
Requires-Dist: zope.interface
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
   :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/github/issues-raw/mozilla/PyPOM.svg
   :target: https://github.com/mozilla/PyPOM/issues
   :alt: Issues
.. image:: https://img.shields.io/requires/github/mozilla/PyPOM.svg
   :target: https://requires.io/github/mozilla/PyPOM/requirements/?branch=master
   :alt: Requirements

Resources
---------

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


