Metadata-Version: 2.1
Name: zotero-sync
Version: 0.1.2
Summary: A module for managing zotfiles files
Home-page: https://jacobclarke.live/zotero-sync/
Author: Jacob Clarke
Author-email: jacobclarke718@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: click (>=7.1.2,<8.0.0)
Requires-Dist: python-dotenv (>=0.14.0,<0.15.0)
Requires-Dist: requests (>=2.24.0,<3.0.0)
Project-URL: Documentation, https://jacobclarke.live/zotero-sync/
Project-URL: Repository, https://github.com/j718/zotero-sync/
Description-Content-Type: text/markdown

# Zotero Sync

A simple module for updating zotflies directories.

## Installation

```zsh
pip install zotero_sync
```

## Usage

```zsh
python -m zotero_sync --help
```
