Metadata-Version: 2.4
Name: tplib
Version: 1.0.0
Summary: A python library for managing test cases, test plans
Home-page: https://github.com/rhinstaller/tplib
Author: Pavel Holica
Author-email: pholica@redhat.com
Keywords: testcases,testplans,yaml
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3, <4
Description-Content-Type: text/plain
License-File: LICENSE
Requires-Dist: jinja2
Requires-Dist: pyyaml
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

tplib
=====

A python library for managing test cases, test plans, and requirements stored in yaml files.

Documentation is located at https://tplib.readthedocs.io.
