Metadata-Version: 1.1
Name: nerodia
Version: 0.2.0
Summary: Python port of WATIR
Home-page: https://github.com/watir/nerodia
Author: Lucas Tierney
Author-email: lucast1533@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: .. image:: https://travis-ci.org/watir/nerodia.svg?branch=master
            :target: https://travis-ci.org/watir/nerodia
        
        Introduction
        ==============
        Nerodia is a Python port of the Watir ruby gem. https://github.com/watir/watir
        
        Supported Python Versions
        =========================
        
        * Python 2.7
        * Python 3.3+
        
        Installing
        ==========
        
        If you have `pip <https://pip.pypa.io/>`_ on your system, you can simply install or upgrade::
        
            pip install -U nerodia
        
        Alternately, you can download the source distribution from `PyPI <http://pypi.python.org/pypi/nerodia>`_ (e.g. nerodia-1.0.0.tar.gz), unarchive it, and run::
        
            python setup.py install
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Software Development :: Libraries
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
