New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

prelude-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prelude-sdk

For interacting with the Prelude API

2.5.17
PyPI
Maintainers
1

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

pip install prelude-sdk

Documentation

TBD

Testing

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

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts