Metadata-Version: 2.4
Name: collection-sync
Version: 0.3.0
Summary: Sync collection of different kinds
Author-email: Alexander Rodionov <tandav@tandav.me>
Project-URL: source, https://gitlab.tandav.me/tandav/collection-sync
Project-URL: issues, https://gitlab.tandav.me/tandav/collection-sync/-/issues
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: miniflux
Requires-Dist: miniflux; extra == "miniflux"
Provides-Extra: yaml
Requires-Dist: PyYAML; extra == "yaml"
Provides-Extra: all
Requires-Dist: collection-sync[miniflux,yaml]; extra == "all"
Provides-Extra: dev
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Requires-Dist: pytest-cov; extra == "dev"
Requires-Dist: ipykernel>=6.29.5; extra == "dev"

# collection-sync
Sync collection of different kinds.


## install
### install from [pypi](https://pypi.org/project/collection-sync/)

```sh
pip install collection-sync

# install implementations you need
pip install collection-sync[miniflux]
```

## usage

```python
```

## development

```sh
pip install -e .[all,dev]
```
