├── .gitignore ├── LICENSE ├── README.md └── yacloud_compute.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodion-goritskov/yacloud_compute/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodion-goritskov/yacloud_compute/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodion-goritskov/yacloud_compute/HEAD/README.md -------------------------------------------------------------------------------- /yacloud_compute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rodion-goritskov/yacloud_compute/HEAD/yacloud_compute.py --------------------------------------------------------------------------------