Metadata-Version: 2.4
Name: apisync
Version: 1.0.3
Summary: Literp Sync Tool for Data Handshake
Home-page: https://github.com/asinerum/apisync
Author: Asinerum Conlang Project
Author-email: asinerum.com@gmail.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: apishake>=1.0.4
Dynamic: license-file

# Literp Sync Tool for Data Handshake

## Installation
```bash
## bash
pip install apishake apisync
```

## Usage
```bash
#!/bin/bash
export ACCESS_CODE="remote-server-access-code"
export SYNC_FOLDER="shares"
export SERVER_URL="http://192.168.1.2:7577"
apisync
## or, sync entire folder:
## apisync [SYNC_FOLDER] [SERVER_URL]
## the same with standard args:
## apisync [-d <SYNC_FOLDER>] [-u <SERVER_URL>]
## apisync [-d <SYNC_FOLDER>] [-u <SERVER_URL>] [-s dir]
## or, sync folder files only (say no to sub-folder):
## apisync [-d <SYNC_FOLDER>] [-u <SERVER_URL>] [-s file]
```

Detailed tips, tricks, and examples, can be found at project's repository
https://github.com/asinerum/apisync

(C)2026 Asinerum Conlang Project
