uncloud/uncloud/api
ahmadbilalkhalid 5a646aeac9 prefix is renamed to base_prefix, uncloud now respects base_prefix and put things under it 2020-01-07 21:45:11 +05:00
..
README.md find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \; 2019-12-31 11:29:08 +01: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 move settings under uncloud.common 2020-01-06 12:25:59 +05:00
create_image_store.py move settings under uncloud.common 2020-01-06 12:25:59 +05:00
helper.py move settings under uncloud.common 2020-01-06 12:25:59 +05:00
main.py prefix is renamed to base_prefix, uncloud now respects base_prefix and put things under it 2020-01-07 21:45:11 +05:00
schemas.py move settings under uncloud.common 2020-01-06 12:25:59 +05:00

README.md

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