Metadata-Version: 2.1
Name: katanaframework
Version: 1.0.0
Summary: Katana Framework is an open source Automation Framework
Home-page: https://github.com/warriorframework/Katanaframework
Author: warriorteam
Author-email: frameworkwarrior@gmail.com
License: UNKNOWN
Project-URL: Documentation, http://warriorframework.org/
Project-URL: Source Code, https://github.com/warriorframework/Katanaframework
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: requests (==2.21.0)
Requires-Dist: Django (==2.1.2)
Requires-Dist: xmltodict (==0.12.0)
Requires-Dist: python-ldap
Requires-Dist: django-auth-ldap
Requires-Dist: djangorestframework (==3.10.3)
Requires-Dist: gcg (==0.2.0)
Requires-Dist: termcolor (==1.1.0)
Requires-Dist: cryptography (==2.9.2)
Requires-Dist: psycopg2 (==2.8.5)

Katana is Warrior Framework’s web based case creation and execution tool. From Katana, users can create cases, suites, projects, input data files and testdata files. Cases, suites, projects, input data files and testdata files in Katana are web based forms that once saved, create the appropriate xml files. Katana also allows you to execute cases, suites, and projects from the execution app.

Install:
   pip install katanaframework 

Requires:
    Python 3.6 and above
       requests==2.21.0
       Django==2.1.2
       xmltodict==0.12.0
       python-ldap
       django_auth_ldap
       djangorestframework==3.10.3
       cryptography==2.9.2
       gcg==0.2.0
       termcolor==1.1.0


To start the Katana Server :
        manage.py runserver

Links:
      Documentation: https://github.com/warriorframework/Katanaframework/blob/release-katana-1.0.0/docs/Katana%20User%20Guide%20-1.0.pdf 

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

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




