uncloud/archive/uncloud_etcd_based/uncloud/api
fnux 95d43f002f Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
..
README.md Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
__init__.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
common_fields.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
create_image_store.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
helper.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
main.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02:00
schemas.py Move django-based uncloud to top-level 2020-05-07 12:12:35 +02: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