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
b7596e071a
uncloud-mravi
/
uncloud
/
api
History
Nico Schottelius
b7596e071a
begin phasing in arguments instead of **arguments
2020-01-10 11:30:23 +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
1. mp.set_start_method('spawn') commented out from scripts/uncloud
2020-01-09 00:40:05 +05:00
create_image_store.py
1. mp.set_start_method('spawn') commented out from scripts/uncloud
2020-01-09 00:40:05 +05:00
helper.py
1. mp.set_start_method('spawn') commented out from scripts/uncloud
2020-01-09 00:40:05 +05:00
main.py
begin phasing in arguments instead of **arguments
2020-01-10 11:30:23 +01:00
README.md
find ucloud -name \*.py -exec sed -i "s/ucloud/uncloud/g" {} \;
2019-12-31 11:29:08 +01:00
schemas.py
1. mp.set_start_method('spawn') commented out from scripts/uncloud
2020-01-09 00:40:05 +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