syntho-cli


Namesyntho-cli JSON
Version 1.11.0 PyPI version JSON
download
home_pagehttps://github.com/syntho-ai/deployment-tools/tree/main/cli
SummarySyntho Stack Deployment CLI
upload_time2024-05-23 11:56:00
maintainerNone
docs_urlNone
authorSyntho B.V.
requires_python<4.0,>=3.11
licenseMIT
keywords syntho synthetic data deployment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # syntho-cli

For detailed information on the CLI's usage, please refer to the [relevant section in the documentation](https://github.com/syntho-ai/deployment-tools/blob/main/cli/docs/getting-started.md).

## For Developers

### Pre-requirements

- Python `3.12.*` (hint: pyenv)
- Poetry (`pip install poetry`)


### Setting up the project

- `poetry install`

### Usage

#### Development Mode

- `poetry run pre-build && poetry shell`

#### CLI mode - DEV

- Option 1: `poetry run pre-build && poetry run syntho-cli --help`
- Option 2: `poetry run pre-build && poetry shell` && `syntho-cli --help`

#### CLI Mode - PROD

- `poetry run pre-build && poetry build` -> this will create wheels under ./dist
- `pip install ./dist/cli-<VERSION>.tar.gz`


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/syntho-ai/deployment-tools/tree/main/cli",
    "name": "syntho-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "syntho, synthetic data, deployment",
    "author": "Syntho B.V.",
    "author_email": "info@syntho.ai",
    "download_url": "https://files.pythonhosted.org/packages/81/3a/018d5161d5c5e7a1d0557226c166246353b77fe56a01d5eff52d65582d27/syntho_cli-1.11.0.tar.gz",
    "platform": null,
    "description": "# syntho-cli\n\nFor detailed information on the CLI's usage, please refer to the [relevant section in the documentation](https://github.com/syntho-ai/deployment-tools/blob/main/cli/docs/getting-started.md).\n\n## For Developers\n\n### Pre-requirements\n\n- Python `3.12.*` (hint: pyenv)\n- Poetry (`pip install poetry`)\n\n\n### Setting up the project\n\n- `poetry install`\n\n### Usage\n\n#### Development Mode\n\n- `poetry run pre-build && poetry shell`\n\n#### CLI mode - DEV\n\n- Option 1: `poetry run pre-build && poetry run syntho-cli --help`\n- Option 2: `poetry run pre-build && poetry shell` && `syntho-cli --help`\n\n#### CLI Mode - PROD\n\n- `poetry run pre-build && poetry build` -> this will create wheels under ./dist\n- `pip install ./dist/cli-<VERSION>.tar.gz`\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Syntho Stack Deployment CLI",
    "version": "1.11.0",
    "project_urls": {
        "Homepage": "https://github.com/syntho-ai/deployment-tools/tree/main/cli",
        "Repository": "https://github.com/syntho-ai/deployment-tools"
    },
    "split_keywords": [
        "syntho",
        " synthetic data",
        " deployment"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770cef99eb2562b25fde6401788b8e5ff108a578baa6b6516cd5bd4882c48ee3",
                "md5": "9eb73395f5fda1c364c552db8f777f8f",
                "sha256": "101903c0abb0fb5323661f877b908efc4b0abe2bda939eb3d286b03d6a7d818c"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.11.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9eb73395f5fda1c364c552db8f777f8f",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 243920,
            "upload_time": "2024-05-23T11:55:58",
            "upload_time_iso_8601": "2024-05-23T11:55:58.721458Z",
            "url": "https://files.pythonhosted.org/packages/77/0c/ef99eb2562b25fde6401788b8e5ff108a578baa6b6516cd5bd4882c48ee3/syntho_cli-1.11.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "813a018d5161d5c5e7a1d0557226c166246353b77fe56a01d5eff52d65582d27",
                "md5": "f30bd1df03a85416c5384f781a3aacf9",
                "sha256": "fc78781ace1ef2632090b07aa08021f1d083b115b2a6c3a814aa89c0173232ff"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.11.0.tar.gz",
            "has_sig": false,
            "md5_digest": "f30bd1df03a85416c5384f781a3aacf9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 226650,
            "upload_time": "2024-05-23T11:56:00",
            "upload_time_iso_8601": "2024-05-23T11:56:00.712554Z",
            "url": "https://files.pythonhosted.org/packages/81/3a/018d5161d5c5e7a1d0557226c166246353b77fe56a01d5eff52d65582d27/syntho_cli-1.11.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-23 11:56:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "syntho-ai",
    "github_project": "deployment-tools",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "syntho-cli"
}
        
Elapsed time: 0.30142s