Metadata-Version: 2.1
Name: mugisync
Version: 0.0.7
Summary: File synchronization utility
Home-page: https://github.com/mugiseyebrows/mugi-sync
Author: Stanislav Doronin
Author-email: mugisbrows@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Dist: eventloop
Requires-Dist: colorama

======================================
mugisync: File synchronization utility
======================================

Installing
==========

mugisync can be installed via pip as follows:

::

    pip install mugisync

Using
=====

::

    mugisync /path/to/src /path/to/dst -i "*.cpp" -e "moc_*" ".git"
    mugisync /src/path/libfoo.dll /dst/path
    mugisync /path/to/src /path/to/dst --no-initial-sync

Author
======

Stanislav Doronin <mugisbrows@gmail.com>

License
=======

Mugisync is distributed under the terms of MIT license, check `LICENSE` file.

Contributing
============

If you'd like to contribute, fork the project, make changes, and send a pull
request. Have a look at the surrounding code and please, make yours look
alike :-)

