Metadata-Version: 2.4
Name: dewi_realtime_sync
Version: 3.0.0
Summary: DEWI realtime sync framework: synchronize a directory to another or to a server
Author-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
Maintainer-email: Laszlo Attila Toth <python-dewi@laszloattilatoth.me>
License-Expression: LGPL-3.0-only
Project-URL: Homepage, https://github.com/LA-Toth/dewi_realtime_sync
Keywords: tool,framework,development,synchronization
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Requires-Python: >=3.10
Description-Content-Type: text/x-rst
License-File: COPYING
Requires-Dist: dewi_core<7,>=6.1.0
Requires-Dist: watchdog
Dynamic: license-file

DEWI realtime sync: Sync a directory structure
==============================================

Name
----
DEWI: Old Welsh form of David

The name is chosen because of the similarity to DWA, which was the project's
original name, which stands for Developer's Work Area.


Purpose
-------

A project under development may need to be tested somewhere else, either from another directory
or from another host (server). This can be done by current package: any file system change is
synchronized immediately either to a local directory or over SSH to a remote directory.


Installation
------------

It can be installed from source::

        python3 setup.py

Or from pip::

        pip install dewi_realtime_sync
