prelude-sdk


Nameprelude-sdk JSON
Version 2.6.24 PyPI version JSON
download
home_pagehttps://github.com/preludeorg
SummaryFor interacting with the Prelude API
upload_time2025-09-05 19:17:19
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/65/3d/a8a0d058f7e0d9c6c4d417ad5339703847ce456aadf4956738aa742b8cb9/prelude_sdk-2.6.24.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.24",
    "project_urls": {
        "Homepage": "https://github.com/preludeorg"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "620c6c0b331baf3c834f52b0c5f63a449a98309c2e5d3c402f8d6c2d0429feeb",
                "md5": "4197896bfd54ee6bce38432160222887",
                "sha256": "d92499bb263449160d727a1e196ac3a3c05d52feadff952cafc2c83fad64a914"
            },
            "downloads": -1,
            "filename": "prelude_sdk-2.6.24-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4197896bfd54ee6bce38432160222887",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 20067,
            "upload_time": "2025-09-05T19:17:18",
            "upload_time_iso_8601": "2025-09-05T19:17:18.599607Z",
            "url": "https://files.pythonhosted.org/packages/62/0c/6c0b331baf3c834f52b0c5f63a449a98309c2e5d3c402f8d6c2d0429feeb/prelude_sdk-2.6.24-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "653da8a0d058f7e0d9c6c4d417ad5339703847ce456aadf4956738aa742b8cb9",
                "md5": "3fe77f5422d7166abd3dac3e851efcee",
                "sha256": "950eada072444e949772c792ade6d40b6565e97bd261a7d61aa6506380a11f05"
            },
            "downloads": -1,
            "filename": "prelude_sdk-2.6.24.tar.gz",
            "has_sig": false,
            "md5_digest": "3fe77f5422d7166abd3dac3e851efcee",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 27499,
            "upload_time": "2025-09-05T19:17:19",
            "upload_time_iso_8601": "2025-09-05T19:17:19.848822Z",
            "url": "https://files.pythonhosted.org/packages/65/3d/a8a0d058f7e0d9c6c4d417ad5339703847ce456aadf4956738aa742b8cb9/prelude_sdk-2.6.24.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-05 19:17:19",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "prelude-sdk"
}
        
Elapsed time: 2.23638s