Metadata-Version: 2.1
Name: kyaml
Version: 0.1.3
Summary: Utility to manipulate Kubernetes YAML files.
Home-page: UNKNOWN
Author: Dave Forgac
Author-email: tylerdave@tylerdave.com
License: BSD
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: click
Requires-Dist: pyyaml
Requires-Dist: pathlib2 ; python_version < "3.4"

Utility to manipulate Kubernetes YAML files.

Note: This is entirely experimental at this point. Development may or may not
continue. All it does is split Kubernetes YAML files. It may grow new features
in the future. Public repo Coming Soon.

