Metadata-Version: 2.4
Name: tmt
Version: 1.63.0
Summary: Test Management Tool
Project-URL: Homepage, https://github.com/teemtee/tmt
Author-email: Petr Splichal <psplicha@redhat.com>
Maintainer-email: Petr Splichal <psplicha@redhat.com>
License-Expression: MIT
License-File: LICENSE
Keywords: metadata,testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Requires-Dist: click>=8.0.3
Requires-Dist: docutils>=0.16
Requires-Dist: fmf>=1.7.0
Requires-Dist: importlib-metadata>=3.6.0; python_version < '3.10'
Requires-Dist: importlib-resources; python_version < '3.12'
Requires-Dist: jinja2>=2.11.3
Requires-Dist: packaging>=20.9
Requires-Dist: pint>=0.16.1
Requires-Dist: pydantic>=1.10.14
Requires-Dist: pydantic>=2.12.0a1; python_version >= '3.14'
Requires-Dist: pygments>=2.7.4
Requires-Dist: requests>=2.25.1
Requires-Dist: ruamel-yaml>=0.16.6
Requires-Dist: typing-extensions>=4; python_version < '3.13'
Requires-Dist: urllib3<3.0,>=1.26.5
Provides-Extra: all
Requires-Dist: html2text>=2020.1.16; extra == 'all'
Requires-Dist: jira<4,>=3.5.0; extra == 'all'
Requires-Dist: koji>=1.35.0; extra == 'all'
Requires-Dist: lxml>=4.6.5; extra == 'all'
Requires-Dist: markdown>=3.3.4; extra == 'all'
Requires-Dist: mrack>=1.25.0; extra == 'all'
Requires-Dist: nitrate>=1.9.0; extra == 'all'
Requires-Dist: pylero>=0.1.0; extra == 'all'
Requires-Dist: python-bugzilla>=3.2.0; extra == 'all'
Requires-Dist: testcloud>=0.11.7; extra == 'all'
Provides-Extra: ansible
Requires-Dist: ansible-core>=2.14.18; extra == 'ansible'
Provides-Extra: docs
Requires-Dist: docutils>=0.18.1; extra == 'docs'
Requires-Dist: fmf>=1.7.0; extra == 'docs'
Requires-Dist: readthedocs-sphinx-ext; extra == 'docs'
Requires-Dist: renku-sphinx-theme==0.5.0; extra == 'docs'
Requires-Dist: sphinx-reredirects; extra == 'docs'
Requires-Dist: sphinx==8.2.3; extra == 'docs'
Provides-Extra: export-polarion
Requires-Dist: pylero>=0.1.0; extra == 'export-polarion'
Provides-Extra: link-jira
Requires-Dist: jira<4,>=3.5.0; extra == 'link-jira'
Provides-Extra: prepare-artifact
Requires-Dist: koji>=1.35.0; extra == 'prepare-artifact'
Provides-Extra: provision-beaker
Requires-Dist: mrack>=1.25.0; extra == 'provision-beaker'
Provides-Extra: provision-bootc
Provides-Extra: provision-container
Provides-Extra: provision-mock
Provides-Extra: provision-virtual
Requires-Dist: testcloud>=0.11.7; extra == 'provision-virtual'
Provides-Extra: report-junit
Requires-Dist: lxml>=4.6.5; extra == 'report-junit'
Provides-Extra: report-polarion
Requires-Dist: lxml>=4.6.5; extra == 'report-polarion'
Requires-Dist: pylero>=0.1.0; extra == 'report-polarion'
Provides-Extra: test-convert
Requires-Dist: html2text>=2020.1.16; extra == 'test-convert'
Requires-Dist: markdown>=3.3.4; extra == 'test-convert'
Requires-Dist: nitrate>=1.9.0; extra == 'test-convert'
Requires-Dist: python-bugzilla>=3.2.0; extra == 'test-convert'
Description-Content-Type: text/x-rst


==================================================================
                    tmt - Test Management Tool
==================================================================

|docs| |deepwiki| |matrix| |fedora-pkg| |copr-build| |pypi-version| |license|

The ``tmt`` tool provides a user-friendly way to work with tests.
You can comfortably create new tests, safely and easily run tests
across different environments, review test results, debug test
code and enable tests in the CI using a consistent and concise
config.

The python module and command-line tool implement the Metadata
Specification which allows storing all needed test execution data
directly within a git repository. Together with the possibility to
reference remote repositories, it makes it easy to share test
coverage across projects and distros.

The Flexible Metadata Format ``fmf`` is used to store data in both
human and machine readable way close to the source code. Thanks to
inheritance and elasticity metadata are organized in the structure
efficiently, preventing unnecessary duplication.


| Check the `overview`__ section for `install`__ instructions and
  a couple of inspirative `examples`__.
| See the `guide`__ for a more detailed introduction to available
  features.
| Find detailed descriptions of the options in the
  `specification`__ and `plugins`__ section.

__ https://tmt.readthedocs.io/en/stable/overview.html
__ https://tmt.readthedocs.io/en/stable/overview.html#install
__ https://tmt.readthedocs.io/en/stable/overview.html#examples
__ https://tmt.readthedocs.io/en/stable/guide.html
__ https://tmt.readthedocs.io/en/stable/spec.html
__ https://tmt.readthedocs.io/en/stable/plugins/index.html

Use the ``tldr tmt`` command to quickly get started.

.. |docs| image:: https://img.shields.io/badge/Read%20the%20Docs-8CA1AF?logo=readthedocs&logoColor=fff
    :target: https://tmt.readthedocs.io/
    :alt: Documentation

.. |deepwiki| image:: https://deepwiki.com/badge.svg
    :target: https://deepwiki.com/teemtee/tmt
    :alt: Ask DeepWiki

.. |matrix| image:: https://img.shields.io/badge/Matrix-000?logo=matrix&logoColor=fff
    :target: https://matrix.to/#/#tmt:fedoraproject.org
    :alt: Matrix chat

.. |fedora-pkg| image:: https://img.shields.io/fedora/v/tmt?logo=fedora&logoColor=fff&color=fff&labelColor=51a2da
    :target: https://src.fedoraproject.org/rpms/tmt
    :alt: Fedora package

.. |copr-build| image:: https://img.shields.io/badge/dynamic/json?logo=fedora&color=blue&label=dev-build&query=builds.latest.state&url=https%3A%2F%2Fcopr.fedorainfracloud.org%2Fapi_3%2Fpackage%3Fownername%3D%40teemtee%26projectname%3Dlatest%26packagename%3Dtmt%26with_latest_build%3DTrue
    :target: https://copr.fedorainfracloud.org/coprs/g/teemtee/latest/
    :alt: Copr build status

.. |pypi-version| image:: https://img.shields.io/badge/PyPI-3775A9?logo=pypi&logoColor=fff
    :target: https://pypi.org/project/tmt/
    :alt: PyPI

.. |license| image:: https://img.shields.io/badge/license-MIT-blue.svg
    :target: https://opensource.org/licenses/MIT
    :alt: MIT License
