No description
Find a file
2019-09-16 19:39:21 +05:00
.gitignore allow ucloud-api to also be able work without ceph i.e use filesystem 2019-09-07 12:38:58 +02:00
common_fields.py a 2019-09-12 20:55:25 +05:00
config.py a 2019-09-12 20:55:25 +05:00
create_image_store.py a 2019-09-12 20:55:25 +05:00
helper.py Merge into master 2019-09-03 18:01:40 +02:00
main.py a 2019-09-16 19:39:21 +05:00
Pipfile a 2019-09-14 20:39:56 +05:00
Pipfile.lock a 2019-09-14 20:39:56 +05:00
README.md a 2019-09-12 20:55:25 +05:00
schemas.py a 2019-09-12 20:55:25 +05:00
specs_parser.py Merge into master 2019-09-03 18:01:40 +02: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