LICENSE.txt
MANIFEST.in
README.md
mkdocs.yml
pyproject.toml
requirements-dev.txt
setup.cfg
setup.py
tox.ini
docs/CloudManager.md
docs/Firewall.md
docs/IP-address-mixin.md
docs/IP-address.md
docs/Server.md
docs/Storage.md
docs/host-mixin.md
docs/index.md
docs/network-mixin.md
docs/object_storage-mixin.md
docs/server-mixin.md
docs/storage-mixin.md
test/conftest.py
test/test_cloud_manager.py
test/test_firewall.py
test/test_host.py
test/test_ip_manager.py
test/test_network.py
test/test_object_storage.py
test/test_server.py
test/test_server_creation.py
test/test_storage.py
test/test_tags.py
test/json_data/account.json
test/json_data/firewall_rule.json
test/json_data/firewall_rules.json
test/json_data/host.json
test/json_data/host_7653311107.json
test/json_data/https:__fi-hel1.img.upcloud.com_uploader_session_07a6c9a3-300e-4d0e-b935-624f3dbdff3f.json
test/json_data/ip_address.json
test/json_data/ip_address_10.1.0.101.json
test/json_data/ip_address_post.json
test/json_data/network.json
test/json_data/network_03000000-0000-4000-8001-000000000000.json
test/json_data/network_036df3d0-8629-4549-984e-dc86fc3fa1b0.json
test/json_data/network_post.json
test/json_data/object-storage.json
test/json_data/object-storage_0608edc4-d4a3-4b01-abe4-e147bd7ffe45.json
test/json_data/object-storage_06b0e4fc-d74b-455e-a373-60cd6ca84022.json
test/json_data/object-storage_06b0e4fc-d74b-455e-a373-60cd6ca84022_stats_network.json
test/json_data/object-storage_post.json
test/json_data/price.json
test/json_data/router.json
test/json_data/router_03b34bc2-5adf-4fc4-8c44-83f869058f5a.json
test/json_data/router_04da7f97-dc03-4df0-868f-239f304ba72f.json
test/json_data/router_post.json
test/json_data/server.json
test/json_data/server_00798b85-efdc-41ca-8021-f6ef457b8531.json
test/json_data/server_00798b85-efdc-41ca-8021-f6ef457b8531_cdrom_eject_post.json
test/json_data/server_00798b85-efdc-41ca-8021-f6ef457b8531_cdrom_load_post.json
test/json_data/server_0082c083-9847-4f9f-ae04-811251309b35_networking.json
test/json_data/server_0082c083-9847-4f9f-ae04-811251309b35_networking_interface_7.json
test/json_data/server_0082c083-9847-4f9f-ae04-811251309b35_networking_interface_post.json
test/json_data/server_009d64ef-31d1-4684-a26b-c86c955cbf46.json
test/json_data/server_create.json
test/json_data/storage_01350eec-6ebf-4418-abe4-e8bb1d5c9643.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_backup_post.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_clone_post.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_import.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_import_cancel_post.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_import_post.json
test/json_data/storage_01d4fcd4-e446-433b-8a9c-551a1284952e_templatize_post.json
test/json_data/storage_attach.json
test/json_data/storage_detach.json
test/json_data/storage_post.json
test/json_data/storage_public.json
test/json_data/storage_template.json
test/json_data/tag.json
test/json_data/tag_TheTestTag.json
test/json_data/test_file.json
test/json_data/timezone.json
test/json_data/zone.json
upcloud_api/__init__.py
upcloud_api/api.py
upcloud_api/errors.py
upcloud_api/firewall.py
upcloud_api/host.py
upcloud_api/interface.py
upcloud_api/ip_address.py
upcloud_api/ip_network.py
upcloud_api/network.py
upcloud_api/object_storage.py
upcloud_api/router.py
upcloud_api/server.py
upcloud_api/storage.py
upcloud_api/storage_import.py
upcloud_api/tag.py
upcloud_api/upcloud_resource.py
upcloud_api/utils.py
upcloud_api.egg-info/PKG-INFO
upcloud_api.egg-info/SOURCES.txt
upcloud_api.egg-info/dependency_links.txt
upcloud_api.egg-info/requires.txt
upcloud_api.egg-info/top_level.txt
upcloud_api/cloud_manager/__init__.py
upcloud_api/cloud_manager/firewall_mixin.py
upcloud_api/cloud_manager/host_mixin.py
upcloud_api/cloud_manager/ip_address_mixin.py
upcloud_api/cloud_manager/network_mixin.py
upcloud_api/cloud_manager/object_storage_mixin.py
upcloud_api/cloud_manager/server_mixin.py
upcloud_api/cloud_manager/storage_mixin.py
upcloud_api/cloud_manager/tag_mixin.py