Metadata-Version: 2.0
Name: tcms-api
Version: 5.2
Summary: Python API for the Kiwi TCMS test case management system
Home-page: https://github.com/kiwitcms/Kiwi/tree/master/tcms_api
Author: Kiwi TCMS
Author-email: info@kiwitcms.org
License: LGPLv2+
Description-Content-Type: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: GNU Lesser General Public License v2 or later (LGPLv2+)
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.6
Requires-Dist: kerberos

Python API for the Kiwi TCMS test case management system
========================================================

This package allows to connect and access Kiwi TCMS XML-RPC API.
For more information see
http://kiwitcms.readthedocs.io/en/latest/api/index.html.


INSTALLATION
------------

    pip install tcms-api


COPYRIGHT
---------

Copyright (c) 2012 Red Hat, Inc. All rights reserved.
Copyright (c) 2017-2019 Kiwi TCMS Project and its contributors. All rights reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.


