Metadata-Version: 2.4
Name: apisync
Version: 1.0.0
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.1
Dynamic: license-file

# Literp Sync Tool for Data Handshake

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

## Usage
```bash
#!/bin/bash
export ACCESS_CODE="remote-password"
export SYNC_FOLDER="shares"
export SERVER_URL="http://192.168.1.2:7577"
apisync
```

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

(C)2026 Asinerum Conlang Project
