Fork me on GitHub

UISoup
by Max Beloborodko

This library supports UI-related testing using Python.

Download

You can download this project in either zip or tar formats.

You can also clone the project with Git by running:

$ git clone git://github.com/F1ashhimself/uisoup

Install

Using easy_install

easy_install uisoup

Using pip

pip install uisoup

From Source

Download source, extract the tarball or the zip file then enter the extracted directory. Then run:
python setup.py install

Source

Source code on GitHub

License

Copyright (c) 2014 Max Beloborodko.

Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at

	 http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations
under the License.

Contact

(f1ashhimself (at) gmail.com)