preloop-sdk


Namepreloop-sdk JSON
Version 0.2.53 PyPI version JSON
download
home_pagehttps://www.preloop.com/
SummarySDK to build and use Preloop functionality in your apps.
upload_time2024-03-14 18:50:41
maintainer
docs_urlNone
authorPreloop, Inc.
requires_python>=3.11,<4.0
licenseApache-2.0
keywords preloop sdk
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Preloop SDK
This package provides a SDK to interact with the Preloop API, and additionally provides the methods required to write feature scripts using the "Inception" method. Preloop is
an intelligent feature platform that helps ML and AI teams move quicker and more efficiently, while enabling them to focus more on the science and productionization of their models,
and less on the data infrastructure.

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

# 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>
```


            

Raw data

            {
    "_id": null,
    "home_page": "https://www.preloop.com/",
    "name": "preloop-sdk",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.11,<4.0",
    "maintainer_email": "",
    "keywords": "preloop,sdk",
    "author": "Preloop, Inc.",
    "author_email": "engineering@preloop.com",
    "download_url": "https://files.pythonhosted.org/packages/a2/71/139234148014bca9738bfa01affd499cfbd01206264b585a94bd08ca6a81/preloop_sdk-0.2.53.tar.gz",
    "platform": null,
    "description": "# Preloop SDK\nThis package provides a SDK to interact with the Preloop API, and additionally provides the methods required to write feature scripts using the \"Inception\" method. Preloop is\nan intelligent feature platform that helps ML and AI teams move quicker and more efficiently, while enabling them to focus more on the science and productionization of their models,\nand less on the data infrastructure.\n\n# Installation instructions\nUse pip to install the SDK. It's recommended to do so in a virtual environment.\n```\npip install preloop-sdk\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",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "SDK to build and use Preloop functionality in your apps.",
    "version": "0.2.53",
    "project_urls": {
        "Documentation": "https://www.preloop.com/docs",
        "Homepage": "https://www.preloop.com/"
    },
    "split_keywords": [
        "preloop",
        "sdk"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "640783e80785ad39486b1c3b794251591dbe867d33d0d0f584b3c7696ca94b23",
                "md5": "41314a44c682eb55f65d0054ff4db7b0",
                "sha256": "a5b95a6f00eb1a5176b2bbf14446eb90317464b3822e4a31e35a92a61e0d6e9c"
            },
            "downloads": -1,
            "filename": "preloop_sdk-0.2.53-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "41314a44c682eb55f65d0054ff4db7b0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11,<4.0",
            "size": 13860,
            "upload_time": "2024-03-14T18:50:40",
            "upload_time_iso_8601": "2024-03-14T18:50:40.736169Z",
            "url": "https://files.pythonhosted.org/packages/64/07/83e80785ad39486b1c3b794251591dbe867d33d0d0f584b3c7696ca94b23/preloop_sdk-0.2.53-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a271139234148014bca9738bfa01affd499cfbd01206264b585a94bd08ca6a81",
                "md5": "a646ede7ca5fb9f1b6958997e18ec8ca",
                "sha256": "653482856d51bb4b902a90778023c342ca2773cda07143bec0cc4337f2b3955c"
            },
            "downloads": -1,
            "filename": "preloop_sdk-0.2.53.tar.gz",
            "has_sig": false,
            "md5_digest": "a646ede7ca5fb9f1b6958997e18ec8ca",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11,<4.0",
            "size": 12826,
            "upload_time": "2024-03-14T18:50:41",
            "upload_time_iso_8601": "2024-03-14T18:50:41.749496Z",
            "url": "https://files.pythonhosted.org/packages/a2/71/139234148014bca9738bfa01affd499cfbd01206264b585a94bd08ca6a81/preloop_sdk-0.2.53.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-14 18:50:41",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "preloop-sdk"
}
        
Elapsed time: 0.22693s