uncloud/uncloud/api
meow 48efcdf08c 1. mp.set_start_method('spawn') commented out from scripts/uncloud
2. uncloud.shared moved under uncloud.common
3. Refactoring in etcd_wrapper e.g timeout mechanism removed and few other things
4. uncloud-{scheduler,host} now better handle etcd events in their block state (waiting for requests to come)
2020-01-09 00:40:05 +05:00
..
__init__.py find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \; 2019-12-31 11:29:08 +01:00
common_fields.py 1. mp.set_start_method('spawn') commented out from scripts/uncloud 2020-01-09 00:40:05 +05:00
create_image_store.py 1. mp.set_start_method('spawn') commented out from scripts/uncloud 2020-01-09 00:40:05 +05:00
helper.py 1. mp.set_start_method('spawn') commented out from scripts/uncloud 2020-01-09 00:40:05 +05:00
main.py 1. mp.set_start_method('spawn') commented out from scripts/uncloud 2020-01-09 00:40:05 +05:00
README.md find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \; 2019-12-31 11:29:08 +01:00
schemas.py 1. mp.set_start_method('spawn') commented out from scripts/uncloud 2020-01-09 00:40:05 +05:00

ucloud-api

Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.

Installation

Make sure you have Python >= 3.5 and Pipenv installed.

  1. Clone the repository and cd into it.
  2. Run the following commands
    • pipenv install
    • pipenv shell
    • python main.py