syntho-cli


Namesyntho-cli JSON
Version 1.10.16 PyPI version JSON
download
home_pagehttps://github.com/syntho-ai/deployment-tools/tree/main/cli
SummarySyntho Stack Deployment CLI
upload_time2024-05-14 07:47:41
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/db/60/8ca680bc9a3b8355fda6cf4192b05c96ff1434a4ebd4c77aa44b1331b9cb/syntho_cli-1.10.16.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.10.16",
    "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": "40a41f0c583689ece48f1389622147ed43330c7f88b7bb167e06ef10c5e4c17a",
                "md5": "67387e6eda1d4f948f384db2a3eaafb5",
                "sha256": "971161766b0fc32fb8766ab672b621131743c112b6866459f51e3168d3f53558"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.10.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "67387e6eda1d4f948f384db2a3eaafb5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 247703,
            "upload_time": "2024-05-14T07:47:39",
            "upload_time_iso_8601": "2024-05-14T07:47:39.468535Z",
            "url": "https://files.pythonhosted.org/packages/40/a4/1f0c583689ece48f1389622147ed43330c7f88b7bb167e06ef10c5e4c17a/syntho_cli-1.10.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "db608ca680bc9a3b8355fda6cf4192b05c96ff1434a4ebd4c77aa44b1331b9cb",
                "md5": "6791e987a942e3d168c73a804d88008a",
                "sha256": "1aca4532b4f939bf24b97f2dbc2095e34a4a42bf53f3c6f69b908fbbf38ed9d8"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.10.16.tar.gz",
            "has_sig": false,
            "md5_digest": "6791e987a942e3d168c73a804d88008a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 230911,
            "upload_time": "2024-05-14T07:47:41",
            "upload_time_iso_8601": "2024-05-14T07:47:41.574311Z",
            "url": "https://files.pythonhosted.org/packages/db/60/8ca680bc9a3b8355fda6cf4192b05c96ff1434a4ebd4c77aa44b1331b9cb/syntho_cli-1.10.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-14 07:47:41",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "syntho-ai",
    "github_project": "deployment-tools",
    "github_not_found": true,
    "lcname": "syntho-cli"
}
        
Elapsed time: 0.45707s