pipeless-ai-cli


Namepipeless-ai-cli JSON
Version 0.1.16 PyPI version JSON
download
home_pagehttps://pipeless.ai
SummaryAn open-source computer vision framework to create and deploy computer vision applications that scale in minutes
upload_time2023-11-02 12:47:20
maintainer
docs_urlNone
authorMiguel Angel Cabrera Minagorri
requires_python>=3.10,<4.0
licenseApache-2.0
keywords multimedia framework artificial-intelligence pipeline developer-tools computer-vision image-processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pipeless CLI

Pipeless is a framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines.
Pipeless CLI is the CLI component of the framework.

## Install

Run the following command:

```console
pip install pipeless-ai-cli
```

## Usage

```console
pipeless --help
```

See the main docs for the [getting started](https://github.com/pipeless-ai/pipeless) guide.

## Development

We use `poetry` to manage dependencies.

The CLI depends on the core component. Both components are released separately.

The `commands` directory contains all the commands that the CLI supports.
The `templates` directory contains default application templates that users can select for their app scaffolding.

            

Raw data

            {
    "_id": null,
    "home_page": "https://pipeless.ai",
    "name": "pipeless-ai-cli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.10,<4.0",
    "maintainer_email": "",
    "keywords": "multimedia,framework,artificial-intelligence,pipeline,developer-tools,computer-vision,image-processing",
    "author": "Miguel Angel Cabrera Minagorri",
    "author_email": "devgorri@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/18/98636c4531e57dc19507e04295ffa8033d2554a9ab8259a97b93b3a0002c/pipeless_ai_cli-0.1.16.tar.gz",
    "platform": null,
    "description": "# Pipeless CLI\n\nPipeless is a framework to build and deploy multimodal perception apps in minutes without worrying about multimedia pipelines.\nPipeless CLI is the CLI component of the framework.\n\n## Install\n\nRun the following command:\n\n```console\npip install pipeless-ai-cli\n```\n\n## Usage\n\n```console\npipeless --help\n```\n\nSee the main docs for the [getting started](https://github.com/pipeless-ai/pipeless) guide.\n\n## Development\n\nWe use `poetry` to manage dependencies.\n\nThe CLI depends on the core component. Both components are released separately.\n\nThe `commands` directory contains all the commands that the CLI supports.\nThe `templates` directory contains default application templates that users can select for their app scaffolding.\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "An open-source computer vision framework to create and deploy computer vision applications that scale in minutes",
    "version": "0.1.16",
    "project_urls": {
        "Documentation": "https://github.com/pipeless-ai/pipeless",
        "Homepage": "https://pipeless.ai",
        "Repository": "https://github.com/pipeless-ai/pipeless"
    },
    "split_keywords": [
        "multimedia",
        "framework",
        "artificial-intelligence",
        "pipeline",
        "developer-tools",
        "computer-vision",
        "image-processing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ca6e1d223b332a96ceacde417b69acf64afdef296bb3e8c842ac7eb3d225750",
                "md5": "d1dfca81f98afa27445f370ef50d8796",
                "sha256": "982a85f3ce3b1bbc0e9130fb50aa17c327f909357ad6bbef147d10104c5f4d6c"
            },
            "downloads": -1,
            "filename": "pipeless_ai_cli-0.1.16-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d1dfca81f98afa27445f370ef50d8796",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10,<4.0",
            "size": 13390,
            "upload_time": "2023-11-02T12:47:19",
            "upload_time_iso_8601": "2023-11-02T12:47:19.005195Z",
            "url": "https://files.pythonhosted.org/packages/5c/a6/e1d223b332a96ceacde417b69acf64afdef296bb3e8c842ac7eb3d225750/pipeless_ai_cli-0.1.16-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e1898636c4531e57dc19507e04295ffa8033d2554a9ab8259a97b93b3a0002c",
                "md5": "0ac428b7232693ba16bf69769b2ffea0",
                "sha256": "2dbaa8340f21763584a34ecb6264aebcb26d5ba3fd1d208ef81e1c518208e27a"
            },
            "downloads": -1,
            "filename": "pipeless_ai_cli-0.1.16.tar.gz",
            "has_sig": false,
            "md5_digest": "0ac428b7232693ba16bf69769b2ffea0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10,<4.0",
            "size": 10011,
            "upload_time": "2023-11-02T12:47:20",
            "upload_time_iso_8601": "2023-11-02T12:47:20.711914Z",
            "url": "https://files.pythonhosted.org/packages/0e/18/98636c4531e57dc19507e04295ffa8033d2554a9ab8259a97b93b3a0002c/pipeless_ai_cli-0.1.16.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-02 12:47:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pipeless-ai",
    "github_project": "pipeless",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pipeless-ai-cli"
}
        
Elapsed time: 0.16576s