syntho-cli


Namesyntho-cli JSON
Version 1.27.3 PyPI version JSON
download
home_pagehttps://github.com/syntho-ai/deployment-tools/tree/main/cli
SummarySyntho Stack Deployment CLI
upload_time2024-09-27 13:09:40
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.11.*` (hint: pyenv)
- Poetry (`pip install poetry`)


### Setting up the project

- `poetry install`

### Usage

#### Development mode

- `poetry run poetry shell`

#### CLI mode - DEV

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

#### CLI Mode - PROD

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

### Running tests

- Unit tests: `pytest tests/`
- Integration tests: `cd ./tests/integration && ./run.sh`


            

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/a3/0e/ed71869f7ca316f462ff013ed37d460f0c39549746c568aa3a83bc1fa848/syntho_cli-1.27.3.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.11.*` (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 poetry shell`\n\n#### CLI mode - DEV\n\n- Option 1: `poetry run poetry run syntho-cli --help`\n- Option 2: `poetry run poetry shell` && `syntho-cli --help`\n\n#### CLI Mode - PROD\n\n- `poetry run poetry build` -> this will create wheels under ./dist\n- `pip install ./dist/cli-<VERSION>.tar.gz`\n\n### Running tests\n\n- Unit tests: `pytest tests/`\n- Integration tests: `cd ./tests/integration && ./run.sh`\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Syntho Stack Deployment CLI",
    "version": "1.27.3",
    "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": "69400269c171242290a3870b3137fe3fa7437552b43292a19e49676d49c7c898",
                "md5": "bc7d7876f7d6af66d95ade39a7927454",
                "sha256": "44f8f262bff69bb5acfdeb5161da260d3849e252282d77954addbbe9c503b06d"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.27.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc7d7876f7d6af66d95ade39a7927454",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 68572,
            "upload_time": "2024-09-27T13:09:38",
            "upload_time_iso_8601": "2024-09-27T13:09:38.582425Z",
            "url": "https://files.pythonhosted.org/packages/69/40/0269c171242290a3870b3137fe3fa7437552b43292a19e49676d49c7c898/syntho_cli-1.27.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a30eed71869f7ca316f462ff013ed37d460f0c39549746c568aa3a83bc1fa848",
                "md5": "aa0a1aa0bbc6344d09c47a03b667e671",
                "sha256": "5354992b26002f94af9b2511272f0c6acfddebfb1b76e377d7d0f3d5a4d5cd56"
            },
            "downloads": -1,
            "filename": "syntho_cli-1.27.3.tar.gz",
            "has_sig": false,
            "md5_digest": "aa0a1aa0bbc6344d09c47a03b667e671",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 48182,
            "upload_time": "2024-09-27T13:09:40",
            "upload_time_iso_8601": "2024-09-27T13:09:40.165023Z",
            "url": "https://files.pythonhosted.org/packages/a3/0e/ed71869f7ca316f462ff013ed37d460f0c39549746c568aa3a83bc1fa848/syntho_cli-1.27.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 13:09:40",
    "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.73664s