Metadata-Version: 2.1
Name: syntho-cli
Version: 1.4.5a12
Summary: Syntho Stack Deployment CLI
Home-page: https://github.com/syntho-ai/syntho-cli
Download-URL: https://github.com/syntho-ai/syntho-cli/tarball/1.4.5.alpha12
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](https://github.com/syntho-ai/syntho-cli/blob/main/docs/getting-started.md).

## For Developers

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

> A virtual env is recommended.

1. replace `version = "{{VERSION_PLACEHOLDER}}"` with something like `version = "0.1.0-myversion"`
2. run below

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

3. Do not commit setup.py changes
