[metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org classifiers = Development Status :: 5 - Production/Stable Environment :: Console Intended Audience :: Developers Natural Language :: English Operating System :: POSIX Programming Language :: Python :: 3 Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 Programming Language :: Python :: 3.12 Programming Language :: Python :: 3.13 Programming Language :: Python :: 3.14 Topic :: Software Development Topic :: Software Development :: Code Generators Topic :: Software Development :: Testing description = Galaxy tool and tool dependency utilities keywords = Galaxy license = MIT license_files = LICENSE long_description = file: README.rst, HISTORY.rst long_description_content_type = text/x-rst name = galaxy-tool-util url = https://github.com/galaxyproject/galaxy version = 25.1.dev0 [options] include_package_data = True install_requires = galaxy-tool-util-models galaxy-util[image-util]>=22.1 conda-package-streaming lxml!=4.2.2 MarkupSafe packaging pydantic>=2.7.4 PyYAML requests sortedcontainers typing-extensions packages = find: python_requires = >=3.8 [options.entry_points] console_scripts = galaxy-tool-format = galaxy.tool_util.format:main galaxy-tool-test = galaxy.tool_util.verify.script:main galaxy-tool-test-case-validation = galaxy.tool_util.parameters.scripts.validate_test_cases:main galaxy-tool-upgrade-advisor = galaxy.tool_util.upgrade.script:main validate-test-format = galaxy.tool_util.validate_test_format:main mulled-build = galaxy.tool_util.deps.mulled.mulled_build:main mulled-build-channel = galaxy.tool_util.deps.mulled.mulled_build_channel:main mulled-build-files = galaxy.tool_util.deps.mulled.mulled_build_files:main mulled-build-tool = galaxy.tool_util.deps.mulled.mulled_build_tool:main mulled-hash = galaxy.tool_util.deps.mulled.mulled_hash:main mulled-list = galaxy.tool_util.deps.mulled.mulled_list:main mulled-search = galaxy.tool_util.deps.mulled.mulled_search:main mulled-update-singularity-containers = galaxy.tool_util.deps.mulled.mulled_update_singularity_containers:main [options.extras_require] cwl = cwltool>=3.1.20230624081518 mulled = jinja2 Whoosh edam = edam-ontology extended-assertions = numpy pysam pillow tifffile test = Beaker pytest pytest-mock [options.packages.find] exclude = tests*