This website requires JavaScript.
Explore
Help
Sign in
mravi
/
uncloud-mravi
Watch
1
Star
0
Fork
You've already forked uncloud-mravi
0
forked from
uncloud/uncloud
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
6046015c3d
uncloud-mravi
/
uncloud
/
api
History
meow
b4292615de
Display more info about tracked files to user e.g creation_date, host on which it is stored, size etc
2020-01-07 18:27:22 +05: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
Display more info about tracked files to user e.g creation_date, host on which it is stored, size etc
2020-01-07 18:27:22 +05:00
README.md
find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;
2019-12-31 11:29:08 +01:00
schemas.py
move settings under uncloud.common
2020-01-06 12:25:59 +05:00
README.md
ucloud-api
Installation
Make sure you have Python >= 3.5 and Pipenv installed.
Clone the repository and
cd
into it.
Run the following commands
pipenv install
pipenv shell
python main.py