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

nomad-media-pip

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nomad-media-pip

Nomad Media SDK PIP

  • 0.1.4
  • PyPI
  • Socket score

Maintainers
1

Nomad Media Pip SDK

This sdk is a wrapper for all of the nomad api endpoints.

Minimum Requirements

  • Python 3.12

Installation

To use the Nomad SDK, install the package using pip.

pip install nomad-media-pip

## Quick Start

```python
from nomad_media_pip import Nomad_SDK

# Initialize SDK
config = {
    "username": "username",
    "password": "password",
    "serviceApiUrl": "https://your-api-url",
    "apiType": "admin", # Use "admin" or "portal"
    "debugMode": False, # Enable for detailed logging
    "singleton": False, # Enables to restrict sdk to single instance
    "noLogging": False # Enable to remove all logging
}

# Create SDK instance
sdk = Nomad_SDK(config)

# Example: Search assets
response = sdk.search("example")

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc