Metadata-Version: 2.3
Name: watchfs
Version: 0.1.3
Summary: Watch and sync files to another directory
Project-URL: Homepage, https://github.com/ShigureLab/watchfs
Project-URL: Documentation, https://github.com/ShigureLab/watchfs
Project-URL: Repository, https://github.com/ShigureLab/watchfs
Project-URL: Issues, https://github.com/ShigureLab/watchfs/issues
Author-email: Nyakku Shigure <sigure.qaq@gmail.com>
License: MIT
Keywords: sync,watch
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.12
Requires-Dist: aiofiles>=24.1.0
Requires-Dist: colored>=2.2.4
Requires-Dist: typing-extensions>=4.12.2
Requires-Dist: watchfiles>=0.24.0
Description-Content-Type: text/markdown

# WatchFS

Watch and sync files to another directory.

<p align="center">
   <a href="https://python.org/" target="_blank"><img alt="PyPI - Python Version" src="https://img.shields.io/pypi/pyversions/watchfs?logo=python&style=flat-square"></a>
   <a href="https://pypi.org/project/watchfs/" target="_blank"><img src="https://img.shields.io/pypi/v/watchfs?style=flat-square" alt="pypi"></a>
   <a href="https://pypi.org/project/watchfs/" target="_blank"><img alt="PyPI - Downloads" src="https://img.shields.io/pypi/dm/watchfs?style=flat-square"></a>
   <a href="LICENSE"><img alt="LICENSE" src="https://img.shields.io/github/license/ShigureLab/watchfs?style=flat-square"></a>
   <br/>
   <a href="https://github.com/astral-sh/uv"><img alt="uv" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/uv/main/assets/badge/v0.json&style=flat-square"></a>
   <a href="https://github.com/astral-sh/ruff"><img alt="ruff" src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json&style=flat-square"></a>
   <a href="https://gitmoji.dev"><img alt="Gitmoji" src="https://img.shields.io/badge/gitmoji-%20😜%20😍-FFDD67?style=flat-square"></a>
</p>

## Installation

```python
uv tool install watchfs
```

## Usage

```python
watchfs src1:dst1 src2:dst2
```
