uncloud/api
ahmadbilalkhalid 6fa77bce4d Remove ucloud_common and put its files under ucloud.common subpackage.
Remove individual config.py used by every component and put them into single config.py ucloud/config.py
Use /etc/ucloud/ucloud.conf for Environment Variables
Refactoring and a lot of it
Make ucloud repo a package and different components of ucloud a subpackage for avoiding code duplication.
Improved logging.
2019-11-18 22:39:57 +05:00
..
README.md ucloud-{api,scheduler,host,filescanner,imagescanner,metadata} combined 2019-10-25 11:42:40 +05:00
__init__.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +05:00
common_fields.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +05:00
create_image_store.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +05:00
helper.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +05:00
main.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +05:00
schemas.py Remove ucloud_common and put its files under ucloud.common subpackage. 2019-11-18 22:39:57 +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