Metadata-Version: 2.4
Name: vtds_base
Version: 0.0.39
Summary: Cray management and workflow tool
Author-email: Eric Lund <eric.lund@hpe.com>
Maintainer-email: Eric Lund <eric.lund@hpe.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: jinja2~=3.1
Requires-Dist: pyyaml~=6.0
Provides-Extra: build
Requires-Dist: build<1.4.0,>=1.2.2; extra == "build"
Provides-Extra: ci
Requires-Dist: nox<2025.11.0,>=2023.4.22; extra == "ci"
Provides-Extra: docs
Provides-Extra: style
Requires-Dist: pycodestyle~=2.11; extra == "style"
Provides-Extra: lint
Requires-Dist: pylint<4.0,>=2.15; extra == "lint"
Provides-Extra: test
Requires-Dist: pytest<8.5.0,>=7.3.1; extra == "test"
Requires-Dist: pytest-cov<8.0,>=4.1; extra == "test"
Requires-Dist: coverage~=7.4; extra == "test"
Dynamic: license-file

# vTDS Base Python Library
This Python library implements base utility functions for Python that are used by the Virtual Test Development System (vTDS) suite of tools.
