preloop-cli


Namepreloop-cli JSON
Version 0.3.18 PyPI version JSON
download
home_pagehttps://www.preloop.com/
SummaryCommand line interface to access Preloop.
upload_time2024-03-20 21:41:41
maintainerNone
docs_urlNone
authorPreloop, Inc.
requires_python<4.0,>=3.11
licenseApache-2.0
keywords preloop cli
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Preloop CLI
Using this command line tool is the quickest way to interact with your Preloop entities.

# Installation instructions
Use pip to install the CLI. It's recommended to do so in a virtual environment.
```
pip install preloop-cli
```

# Authentication
Use environment variables to store an API key generated in your account to authenticate with Preloop.
```
export PRELOOP_KEY_ID=<key_id>
export PRELOOP_SECRET=<secret>
```

# Commands
Start with `preloop --help` to display a list of commands. You can also use `--help` along with a command to display a list of possible arguments and options that can be used with the command.
```
preloop list-datasources --help
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://www.preloop.com/",
    "name": "preloop-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.11",
    "maintainer_email": null,
    "keywords": "preloop, cli",
    "author": "Preloop, Inc.",
    "author_email": "engineering@preloop.com",
    "download_url": "https://files.pythonhosted.org/packages/0e/8e/35f1d8a3c506a6bc9b0b66884b773b3921510f0d86eec5b234b5a3dfe7f3/preloop_cli-0.3.18.tar.gz",
    "platform": null,
    "description": "# Preloop CLI\nUsing this command line tool is the quickest way to interact with your Preloop entities.\n\n# Installation instructions\nUse pip to install the CLI. It's recommended to do so in a virtual environment.\n```\npip install preloop-cli\n```\n\n# Authentication\nUse environment variables to store an API key generated in your account to authenticate with Preloop.\n```\nexport PRELOOP_KEY_ID=<key_id>\nexport PRELOOP_SECRET=<secret>\n```\n\n# Commands\nStart with `preloop --help` to display a list of commands. You can also use `--help` along with a command to display a list of possible arguments and options that can be used with the command.\n```\npreloop list-datasources --help\n```\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "Command line interface to access Preloop.",
    "version": "0.3.18",
    "project_urls": {
        "Documentation": "https://www.preloop.com/docs",
        "Homepage": "https://www.preloop.com/"
    },
    "split_keywords": [
        "preloop",
        " cli"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e27c53914f09512f0a3d9c3781c2259eb35cf9e64d81e63d96408971fba72538",
                "md5": "e5ddd52d9846181be965202353cc1d2b",
                "sha256": "cae8d4fd0a4a01c23d16010fb18df52103e2afd5f20ebb9d476fbf9ac1a4f2f2"
            },
            "downloads": -1,
            "filename": "preloop_cli-0.3.18-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e5ddd52d9846181be965202353cc1d2b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 8304,
            "upload_time": "2024-03-20T21:41:40",
            "upload_time_iso_8601": "2024-03-20T21:41:40.651947Z",
            "url": "https://files.pythonhosted.org/packages/e2/7c/53914f09512f0a3d9c3781c2259eb35cf9e64d81e63d96408971fba72538/preloop_cli-0.3.18-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0e8e35f1d8a3c506a6bc9b0b66884b773b3921510f0d86eec5b234b5a3dfe7f3",
                "md5": "11ca07d8b7c4ea3561b945c4d4bf0c58",
                "sha256": "e68c5f927d88eda07a986f3009a857efa935debe36983b7b83f41330f0118b5f"
            },
            "downloads": -1,
            "filename": "preloop_cli-0.3.18.tar.gz",
            "has_sig": false,
            "md5_digest": "11ca07d8b7c4ea3561b945c4d4bf0c58",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 8658,
            "upload_time": "2024-03-20T21:41:41",
            "upload_time_iso_8601": "2024-03-20T21:41:41.615736Z",
            "url": "https://files.pythonhosted.org/packages/0e/8e/35f1d8a3c506a6bc9b0b66884b773b3921510f0d86eec5b234b5a3dfe7f3/preloop_cli-0.3.18.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-20 21:41:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "preloop-cli"
}
        
Elapsed time: 0.21877s