uncloud/ucloud/api
2019-12-08 13:00:42 +01:00
..
__init__.py Efforts to make ucloud a python package 2019-12-03 15:40:41 +05:00
common_fields.py Efforts to make ucloud a python package 2019-12-03 15:40:41 +05:00
create_image_store.py [api] begin to move to configparser 2019-12-08 13:00:42 +01:00
helper.py LICENSE added + fixed some imports 2019-12-03 16:49:10 +05:00
main.py LICENSE added + fixed some imports 2019-12-03 16:49:10 +05:00
README.md Efforts to make ucloud a python package 2019-12-03 15:40:41 +05:00
schemas.py Efforts to make ucloud a python package 2019-12-03 15:40:41 +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