python-learning

The project is for python learning.

Module backup_creator creates backup archive (zip) for configuration. Configuration placed in configuration.yml file (backup_creator/configuration/configuration.yml) or typed in CLI: --source='source directory' --target='target directory' --comment='comment for zip archive (name-prefix)'

collection_example: Examples with collections in Python

hello_world: First application on Python. There is a hello-world endpoint (flask)

simple_log Simple Logging class

string_utils Util methods for string in Python