Metadata-Version: 2.4
Name: validibot
Version: 0.0.1
Summary: Placeholder — Validibot is not installed via pip. See https://github.com/danielmcquillen/validibot
Project-URL: Homepage, https://validibot.com
Project-URL: Repository, https://github.com/danielmcquillen/validibot
Project-URL: Documentation, https://docs.validibot.com
Author-email: Daniel McQuillen <daniel@mcquilleninteractive.com>
License: AGPL-3.0-only
Keywords: placeholder,validation,validibot
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Validibot

**This is a name-reservation package.** The Validibot platform is not installed via pip.

## Looking for Validibot?

Validibot is an open-source data validation platform deployed via Docker.

- **Source code:** https://github.com/danielmcquillen/validibot
- **Documentation:** https://docs.validibot.com
- **CLI tool:** `pip install validibot-cli`

## Installation

To run Validibot, clone the repository and use Docker Compose:

```bash
git clone https://github.com/danielmcquillen/validibot.git
cd validibot
docker compose up -d
```

For the command-line interface, install `validibot-cli`:

```bash
pip install validibot-cli
```
