prelude-sdk


Nameprelude-sdk JSON
Version 2.6.30 PyPI version JSON
download
home_pagehttps://github.com/preludeorg
SummaryFor interacting with the Prelude API
upload_time2025-10-08 19:04:57
maintainerNone
docs_urlNone
authorPrelude Research
requires_python>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Prelude SDK

Interact with the Prelude Service API via Python. 

> The prelude-cli utility wraps around this SDK to provide a rich command line experience.

Install this package to write your own tooling that works with Build or Detect functionality.

- IAM: manage your account
- Build: write and maintain your collection of security tests
- Detect: schedule security tests for your endpoints

## Quick start

```bash
pip install prelude-sdk
```

## Documentation 

TBD

## Testing

To test the Python SDK and Probes, run the following commands from the python/sdk/ directory:

```bash
pip install -r tests/requirements.txt
pytest tests --api https://api.preludesecurity.com --email <EMAIL>
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/preludeorg",
    "name": "prelude-sdk",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "Prelude Research",
    "author_email": "support@preludesecurity.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/74/3e5a7998c56ecb0b0a992684e9a0b4b059a12f139b10bbfc18d80f684c53/prelude_sdk-2.6.30.tar.gz",
    "platform": null,
    "description": "# Prelude SDK\n\nInteract with the Prelude Service API via Python. \n\n> The prelude-cli utility wraps around this SDK to provide a rich command line experience.\n\nInstall this package to write your own tooling that works with Build or Detect functionality.\n\n- IAM: manage your account\n- Build: write and maintain your collection of security tests\n- Detect: schedule security tests for your endpoints\n\n## Quick start\n\n```bash\npip install prelude-sdk\n```\n\n## Documentation \n\nTBD\n\n## Testing\n\nTo test the Python SDK and Probes, run the following commands from the python/sdk/ directory:\n\n```bash\npip install -r tests/requirements.txt\npytest tests --api https://api.preludesecurity.com --email <EMAIL>\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "For interacting with the Prelude API",
    "version": "2.6.30",
    "project_urls": {
        "Homepage": "https://github.com/preludeorg"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bfef5b13386ef0b6f2d4febf3c3e476d9853a13eb10487656aab62315d3d9be0",
                "md5": "5abde9d8fbc7c8590cd5a7f7cad7a00e",
                "sha256": "bd7aac8bdd8c46935a38f4ae7a1b245c643a51a98d31354c0579b34d55656bbb"
            },
            "downloads": -1,
            "filename": "prelude_sdk-2.6.30-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5abde9d8fbc7c8590cd5a7f7cad7a00e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20152,
            "upload_time": "2025-10-08T19:04:55",
            "upload_time_iso_8601": "2025-10-08T19:04:55.834301Z",
            "url": "https://files.pythonhosted.org/packages/bf/ef/5b13386ef0b6f2d4febf3c3e476d9853a13eb10487656aab62315d3d9be0/prelude_sdk-2.6.30-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a0743e5a7998c56ecb0b0a992684e9a0b4b059a12f139b10bbfc18d80f684c53",
                "md5": "b2972d56b0a3a2b4426c5c13eb125446",
                "sha256": "28ce33d7de99e312282463db437482ba52e92ebe960172c00e3bfceb69f7e13c"
            },
            "downloads": -1,
            "filename": "prelude_sdk-2.6.30.tar.gz",
            "has_sig": false,
            "md5_digest": "b2972d56b0a3a2b4426c5c13eb125446",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27674,
            "upload_time": "2025-10-08T19:04:57",
            "upload_time_iso_8601": "2025-10-08T19:04:57.015730Z",
            "url": "https://files.pythonhosted.org/packages/a0/74/3e5a7998c56ecb0b0a992684e9a0b4b059a12f139b10bbfc18d80f684c53/prelude_sdk-2.6.30.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-10-08 19:04:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "prelude-sdk"
}
        
Elapsed time: 3.56306s