uncloud/uncloud/api
ahmadbilalkhalid 3296e524cc uncloud cli converted to argparse 2020-01-03 18:38:59 +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 refactor #2 2019-12-31 11:30:02 +01:00
create_image_store.py refactor #2 2019-12-31 11:30:02 +01:00
helper.py refactor #2 2019-12-31 11:30:02 +01:00
main.py uncloud cli converted to argparse 2020-01-03 18:38:59 +05:00
schemas.py uncloud cli converted to argparse 2020-01-03 18:38: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