Metadata-Version: 2.4
Name: lp1379
Version: 0.1.0
Summary: A common framework to analyse multi-modal single-cell data.
Author-email: Ward Deboutte <w@rddeboutte.com>
Requires-Python: >3.10
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Project-URL: Homepage, https://github.com/WardDeb/listening_post_1379
Project-URL: Repository, https://github.com/WardDeb/listening_post_1379

# listening_post_1379

<img src="imgs/lp1379.png" width="100" alt="lp1379">

This repository mainly acts as a bridge between [notify](https://github.com/notify-rs/notify) and python.
Ultimate goal is a _lightweight_ python importable function that watches a directory for changes.

```python
from lp1379.lp1379 import rswatcher
```

Example usage available under [examples](examples) folder.
