Metadata-Version: 2.1
Name: sync-folders
Version: 0.1.6
Summary: Library for synchronization two folders
Home-page: https://github.com/mezgoodle/sync-folders
Author: Maxim Zavalniuk
Author-email: mezgoodle@gmail.com
License: MIT
Download-URL: https://github.com/mezgoodle/sync-folders/archive/v0.1.6.tar.gz
Description: # Synchronization folders script
        
        [![Codacy Badge](https://app.codacy.com/project/badge/Grade/fd161c5c72334c50a06ccfb8d50027ae)](https://www.codacy.com/manual/mezgoodle/sync-folders?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=mezgoodle/sync-folders&amp;utm_campaign=Badge_Grade)
        
        This is file for synchronization two folders by checking date of changing files inside. There are some option. Also create `logs.txt` file
        
        ## Usage
        ```bash
        python main.py
        ```
        
Keywords: folders,files,synchronization,sync-folders
Platform: UNKNOWN
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
