Metadata-Version: 2.1
Name: chart-vendor
Version: 0.0.1
Summary: Tool for vendoring Helm charts into a Git repository
Home-page: https://github.com/vexxhost/chart-vendor
Author: VEXXHOST, Inc.
Author-email: support@vexxhost.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/vexxhost/chart-vendor/issues
Project-URL: Documentation, https://vexxhost.github.io/chart-vendor/
Project-URL: Source Code, https://github.com/vexxhost/chart-vendor
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: aiofiles (!=24.1.0)
Requires-Dist: aiohttp-client-cache[filesystem]
Requires-Dist: aiohttp-retry
Requires-Dist: aiopath
Requires-Dist: aioshutil
Requires-Dist: async-lru
Requires-Dist: asynctempfile
Requires-Dist: loguru
Requires-Dist: pydantic
Requires-Dist: pydantic-yaml
Requires-Dist: python-gerrit-api
Requires-Dist: pyyaml

# `chart-vendor`

This is a simple tool which allows you to vendor Helm charts from external
sources into your repository, with the ability to apply patches to the vendored
charts.



