Metadata-Version: 2.1
Name: syntho-cli
Version: 0.1.3
Summary: Syntho Stack Deployment CLI
Home-page: https://github.com/syntho-ai/syntho-cli
Download-URL: https://github.com/syntho-ai/syntho-cli/tarball/0.1.3
Author: Syntho B.V.
Author-email: info@syntho.ai
License: MIT
Keywords: syntho,synthetic data,deployment
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: click ==8.1.7
Requires-Dist: pyyaml ==6.0.1
Requires-Dist: ipdb

# syntho-cli

For detailed information on this topic, please refer to the [relevant section in the documentation](/docs/getting-started.md).

## For Developers

After cloning the repo, it can be installed via below command.

> A virtual env is recommended.

```
pip install . --no-cache
```
