Metadata-Version: 2.1
Name: vtds-base
Version: 0.0.36
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
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.2.2) ; extra == 'build'
Provides-Extra: ci
Requires-Dist: nox (~=2023.4.22) ; extra == 'ci'
Provides-Extra: docs
Provides-Extra: lint
Requires-Dist: pylint (~=2.15) ; extra == 'lint'
Provides-Extra: style
Requires-Dist: pycodestyle (~=2.11) ; extra == 'style'
Provides-Extra: test
Requires-Dist: pytest (~=7.3.1) ; extra == 'test'
Requires-Dist: pytest-cov (~=4.1) ; extra == 'test'
Requires-Dist: coverage (~=7.4) ; extra == 'test'

# 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.
