Metadata-Version: 2.4
Name: vldb-toolkits
Version: 1.0.4
Summary: Installer downloader
License: MIT
Project-URL: Homepage, https://github.com/VLDB-Toolkits/.github
Project-URL: Releases, https://github.com/VLDB-Toolkits/.github/releases
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# vldb-toolkits

Installer downloader.

```bash
pip install vldb-toolkits
vldb-toolkits
```

On first launch the wrapper downloads the matching platform binary
from GitHub Releases into `~/.vldb-toolkits/` and launches it.
Subsequent launches are instant.

## Commands

```text
vldb-toolkits                 launch the installed application
vldb-toolkits --version       print installed version
vldb-toolkits --path          print install path
vldb-toolkits --check-update  check GitHub Releases for a newer binary
vldb-toolkits --update        download and install the newest release
vldb-toolkits --install       force re-download the current release
vldb-toolkits --uninstall     remove binary and CLI entries
```
