image_builder: new structure of builder

This commit is contained in:
Artem Smirnov
2018-09-24 16:56:39 +03:00
parent c25a752b20
commit ccef57f311
12 changed files with 486 additions and 475 deletions

View File

@@ -1,11 +1,16 @@
#!/usr/bin/env python
#
# Simple python uploader to YaDisk
# Smirnov Artem @urpylka
# The simple python uploader to YaDisk
# Use: python yadisk.py login password file server_dir
#
# Use:
# python yadisk.py login password file server_dir
# Copyright (C) 2018 Copter Express Technologies
#
# Author: Artem Smirnov <urpylka@gmail.com>
#
# Distributed under MIT License (available at https://opensource.org/licenses/MIT).
# The above copyright notice and this permission notice shall be included in all
# copies or substantial portions of the Software.
#
from YaDiskClient.YaDiskClient import YaDisk