Metadata-Version: 2.1
Name: SyncFolder
Version: 0.1.1
Summary: Python package for synchronizing folders.
Home-page: https://github.com/songs18/SyncFolder
Author: songs18
Author-email: songhaohao2018@cqu.edu.cn
License: MIT
Platform: all
Requires-Python: >=3.3
Description-Content-Type: text/x-rst
License-File: LICENSE

.. image:: https://img.shields.io/pypi/v/SyncFolder?style=flat-square   :alt: PyPI


SyncFolder
============

Python package for synchronizing folders.

QuickStart
=============


Install SyncFolder by pip
---------------------------------------


.. code-block:: python

   pip install SyncFolder



Features
=============
#. Directional synchronization of folders, considering the last modification time, file size, and MD5.
#. Run directly from the command line.
#. One-click completion based on the configuration file.

