.coveragerc
.gitattributes
.gitignore
.pylintrc
.travis.yml
CHANGELOG.rst
CONTRIBUTING.rst
COPYRIGHT.txt
INSTALL.md
INSTALL_LINUX.md
LICENSE.txt
MANIFEST.in
README.md
README.rst
codecov.yml
ez_setup.py
files.rst
foo.txt
items_and_hardware_and_profiles_oh_my.rst
pyproject.toml
requirements.txt
setup.cfg
setup.py
tox.ini
versioneer.py
COT/__init__.py
COT/_version.py
COT/data_validation.py
COT/file_reference.py
COT/utilities.py
COT/xml_file.py
COT/commands/__init__.py
COT/commands/add_disk.py
COT/commands/add_file.py
COT/commands/command.py
COT/commands/demo_logging.py
COT/commands/deploy.py
COT/commands/deploy_esxi.py
COT/commands/edit_hardware.py
COT/commands/edit_product.py
COT/commands/edit_properties.py
COT/commands/help.py
COT/commands/info.py
COT/commands/inject_config.py
COT/commands/install_helpers.py
COT/commands/remove_file.py
COT/commands/tests/__init__.py
COT/commands/tests/command_testcase.py
COT/commands/tests/test_add_disk.py
COT/commands/tests/test_add_file.py
COT/commands/tests/test_command.py
COT/commands/tests/test_deploy.py
COT/commands/tests/test_deploy_esxi.py
COT/commands/tests/test_doctests.py
COT/commands/tests/test_edit_hardware.py
COT/commands/tests/test_edit_product.py
COT/commands/tests/test_edit_properties.py
COT/commands/tests/test_info.py
COT/commands/tests/test_inject_config.py
COT/commands/tests/test_install_helpers.py
COT/commands/tests/test_remove_file.py
COT/disks/__init__.py
COT/disks/disk.py
COT/disks/iso.py
COT/disks/qcow2.py
COT/disks/raw.py
COT/disks/vmdk.py
COT/disks/tests/__init__.py
COT/disks/tests/test_disk_representation.py
COT/disks/tests/test_iso.py
COT/disks/tests/test_qcow2.py
COT/disks/tests/test_raw.py
COT/disks/tests/test_vmdk.py
COT/docs/man/cot-add-disk.1
COT/docs/man/cot-add-file.1
COT/docs/man/cot-deploy-esxi.1
COT/docs/man/cot-deploy.1
COT/docs/man/cot-edit-hardware.1
COT/docs/man/cot-edit-product.1
COT/docs/man/cot-edit-properties.1
COT/docs/man/cot-info.1
COT/docs/man/cot-inject-config.1
COT/docs/man/cot-install-helpers.1
COT/docs/man/cot-remove-file.1
COT/docs/man/cot.1
COT/helpers/__init__.py
COT/helpers/apt_get.py
COT/helpers/brew.py
COT/helpers/fatdisk.py
COT/helpers/gcc.py
COT/helpers/helper.py
COT/helpers/isoinfo.py
COT/helpers/make.py
COT/helpers/mkisofs.py
COT/helpers/ovftool.py
COT/helpers/port.py
COT/helpers/qemu_img.py
COT/helpers/vmdktool.py
COT/helpers/yum.py
COT/helpers/tests/__init__.py
COT/helpers/tests/test_doctests.py
COT/helpers/tests/test_fatdisk.py
COT/helpers/tests/test_genisoimage.py
COT/helpers/tests/test_helper.py
COT/helpers/tests/test_isoinfo.py
COT/helpers/tests/test_mkisofs.py
COT/helpers/tests/test_ovftool.py
COT/helpers/tests/test_qemu_img.py
COT/helpers/tests/test_vmdktool.py
COT/helpers/tests/test_xorriso.py
COT/platforms/__init__.py
COT/platforms/cisco_csr1000v.py
COT/platforms/cisco_iosv.py
COT/platforms/cisco_iosxrv.py
COT/platforms/cisco_iosxrv_9000.py
COT/platforms/cisco_nexus_9000v.py
COT/platforms/cisco_nxosv.py
COT/platforms/platform.py
COT/platforms/tests/__init__.py
COT/platforms/tests/test_cisco_csr1000v.py
COT/platforms/tests/test_cisco_iosv.py
COT/platforms/tests/test_cisco_iosxrv.py
COT/platforms/tests/test_cisco_iosxrv_9000.py
COT/platforms/tests/test_cisco_nexus_9000v.py
COT/platforms/tests/test_cisco_nxosv.py
COT/platforms/tests/test_platform.py
COT/tests/__init__.py
COT/tests/blank.vmdk
COT/tests/cot_testcase.py
COT/tests/csr1000v.ovf
COT/tests/csr1000v_2017.ovf
COT/tests/ersatz_ovf_3.0.ovf
COT/tests/input.iso
COT/tests/input.mf
COT/tests/input.ovf
COT/tests/input.vmdk
COT/tests/invalid.ovf
COT/tests/iosv.ovf
COT/tests/minimal.ovf
COT/tests/sample_cfg.txt
COT/tests/test.tar
COT/tests/test_data_validation.py
COT/tests/test_doctests.py
COT/tests/test_file_reference.py
COT/tests/test_utilities.py
COT/tests/test_xml_file.py
COT/tests/ubuntu.2.0-disk1.vmdk
COT/tests/ubuntu.2.0.mf
COT/tests/ubuntu.2.0.ovf
COT/tests/v0.9.ovf
COT/tests/vmware.ovf
COT/ui/__init__.py
COT/ui/cli.py
COT/ui/ui.py
COT/ui/tests/__init__.py
COT/ui/tests/test_cli.py
COT/ui/tests/test_doctests.py
COT/ui/tests/test_ui.py
COT/vm_description/__init__.py
COT/vm_description/vm_description.py
COT/vm_description/ovf/__init__.py
COT/vm_description/ovf/hardware.py
COT/vm_description/ovf/item.py
COT/vm_description/ovf/name_helper.py
COT/vm_description/ovf/ovf.py
COT/vm_description/ovf/utilities.py
COT/vm_description/ovf/tests/__init__.py
COT/vm_description/ovf/tests/test_doctests.py
COT/vm_description/ovf/tests/test_hardware.py
COT/vm_description/ovf/tests/test_item.py
COT/vm_description/ovf/tests/test_ovf.py
COT/vm_description/ovf/tests/test_utilities.py
COT/vm_description/tests/__init__.py
COT/vm_description/tests/test_vm_description.py
bin/cot
bin/zipme.sh
cot.egg-info/PKG-INFO
cot.egg-info/SOURCES.txt
cot.egg-info/dependency_links.txt
cot.egg-info/entry_points.txt
cot.egg-info/pbr.json
cot.egg-info/requires.txt
cot.egg-info/setup_requires.txt
cot.egg-info/top_level.txt
docs/COT.commands.add_disk.rst
docs/COT.commands.add_file.rst
docs/COT.commands.deploy.rst
docs/COT.commands.deploy_esxi.rst
docs/COT.commands.edit_hardware.rst
docs/COT.commands.edit_product.rst
docs/COT.commands.edit_properties.rst
docs/COT.commands.help.rst
docs/COT.commands.info.rst
docs/COT.commands.inject_config.rst
docs/COT.commands.install_helpers.rst
docs/COT.commands.remove_file.rst
docs/COT.commands.rst
docs/COT.data_validation.rst
docs/COT.disks.iso.rst
docs/COT.disks.qcow2.rst
docs/COT.disks.raw.rst
docs/COT.disks.rst
docs/COT.disks.vmdk.rst
docs/COT.file_reference.rst
docs/COT.helpers.apt_get.rst
docs/COT.helpers.brew.rst
docs/COT.helpers.fatdisk.rst
docs/COT.helpers.gcc.rst
docs/COT.helpers.helper.rst
docs/COT.helpers.isoinfo.rst
docs/COT.helpers.make.rst
docs/COT.helpers.mkisofs.rst
docs/COT.helpers.ovftool.rst
docs/COT.helpers.port.rst
docs/COT.helpers.qemu_img.rst
docs/COT.helpers.rst
docs/COT.helpers.vmdktool.rst
docs/COT.helpers.yum.rst
docs/COT.platforms.cisco_csr1000v.rst
docs/COT.platforms.cisco_iosv.rst
docs/COT.platforms.cisco_iosxrv.rst
docs/COT.platforms.cisco_iosxrv_9000.rst
docs/COT.platforms.cisco_nexus_9000v.rst
docs/COT.platforms.cisco_nxosv.rst
docs/COT.platforms.platform.rst
docs/COT.platforms.rst
docs/COT.rst
docs/COT.ui.cli.rst
docs/COT.ui.rst
docs/COT.utilities.rst
docs/COT.vm_description.ovf.hardware.rst
docs/COT.vm_description.ovf.item.rst
docs/COT.vm_description.ovf.name_helper.rst
docs/COT.vm_description.ovf.rst
docs/COT.vm_description.ovf.utilities.rst
docs/COT.vm_description.rst
docs/COT.xml_file.rst
docs/Makefile
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/docutils.conf
docs/glossary.rst
docs/index.rst
docs/installation.rst
docs/introduction.rst
docs/thanks.rst
docs/usage.rst
docs/usage_add_disk.rst
docs/usage_add_file.rst
docs/usage_deploy.rst
docs/usage_deploy_esxi.rst
docs/usage_edit_hardware.rst
docs/usage_edit_product.rst
docs/usage_edit_properties.rst
docs/usage_general.rst
docs/usage_info.rst
docs/usage_inject_config.rst
docs/usage_install_helpers.rst
docs/usage_remove_file.rst
docs/_static/theme_overrides.css