Metadata-Version: 1.2
Name: tcms-api
Version: 6.7
Summary: Python API for Kiwi
Home-page: https://github.com/kiwitcms/tcms-api
Maintainer: Kiwi TCMS
Maintainer-email: info@kiwitcms.org
License: LGPLv2+
Description: Python API for Kiwi TCMS
        ========================
        
        .. image:: https://travis-ci.org/kiwitcms/tcms-api.svg?branch=master
            :target: https://travis-ci.org/kiwitcms/tcms-api
        
        .. image:: https://readthedocs.org/projects/tcms-api/badge/?version=latest
            :target: http://tcms-api.readthedocs.io/en/latest/?badge=latest
            :alt: Documentation
        
        .. image:: https://coveralls.io/repos/github/kiwitcms/tcms-api/badge.svg?branch=master
            :target: https://coveralls.io/github/kiwitcms/tcms-api?branch=master
            :alt: Code coverage
        
        
        This package allows to connect and access Kiwi TCMS API.
        For more information see
        http://kiwitcms.readthedocs.io/en/latest/api/index.html.
        
        
        INSTALLATION
        ------------
        
        ::
        
            pip install tcms-api
        
        
        CHANGELOG
        ---------
        
        v6.7 (10 April 2019)
        ~~~~~~~~~~~~~~~~~~~~
        
        This version is compatible only with Kiwi TCMS v6.7 or later!
        For older server versions use tcms-api==5.3!
        
        This version contains breaking changes in ``plugin_helpers``!
        
        - Switch from ``TestCaseRun`` to ``TestExecution`` API. Fixes
          `Issue #7 <https://github.com/kiwitcms/tcms-api/issues/7>`_
        - Rename ``plugin_helpers.Backend.update_test_case_run()`` to
          ``plugin_helpers.Backend.update_test_execution()``
        
        
        
        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.
        
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
