Metadata-Version: 2.1
Name: warriorframework
Version: 4.1.0
Summary: Warrior Framework is an open source Automation Framework
Home-page: https://github.com/warriorframework/warriorframework_py3
Author: warriorteam
Author-email: frameworkwarrior@gmail.com
License: UNKNOWN
Project-URL: Documentation, http://warriorframework.org/
Project-URL: Source Code, https://github.com/warriorframework/warriorframework_py3
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: pexpect (==4.2)
Requires-Dist: requests (==2.21.0)
Requires-Dist: selenium (==3.8.0)
Requires-Dist: lxml (==4.4.1)
Requires-Dist: paramiko (==2.4.2)
Requires-Dist: pysnmp (==4.4.9)
Requires-Dist: pyvirtualdisplay (==0.2.1)
Requires-Dist: kafka-python (==1.4.6)
Requires-Dist: cloudshell-automation-api (==9.3.0.175525)
Requires-Dist: pycryptodome (==3.6.1)

Warrior Framework is an open source automation framework designed to enable anyone to automate their testing,
processes, and repetitive tasks by simplifying the complex process of building an automation infrastructure. 
As a keyword and data driven framework, Warrior’s infrastructure is built to maximize on re-usability of  built in keywords.

Install:
   pip install warriorframework

Requires:   
    Python 3.6 and above 
	   pexpect==4.2
	   requests==2.21.0
	   selenium==3.8.0
	   lxml==4.4.1
	   paramiko==2.4.2
	   pysnmp==4.4.9
	   pyvirtualdisplay==0.2.1
	   kafka-python==1.4.6
	   pycryptodome==3.6.1
	   cloudshell-automation-api==9.3.0.175525


Command Line Usage:
        Warrior -h

Links:
      Documentation: http://warriorframework.org/

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

      Source       : https://github.com/warriorframework/warriorframework_py3




