Python SDK

The Python SDK is the official client for the Nomad Media platform. It wraps the Portal and Admin APIs with idiomatic Python methods for assets, folders, search, live channels, collections, and more.

Python SDK

The Python SDK is the official client for the Nomad Media platform. It wraps the Portal and Admin APIs with idiomatic Python methods for assets, folders, search, live channels, collections, and more.

Get started

  1. Install the SDK and add it to your project.
  2. Authenticate with a real username and password.
  3. Browse the API by area below, then follow a recipe for an end-to-end task.

Quick start

pip install nomad_media_pip

Browse the API by area

Recipes

Task-oriented walkthroughs that combine several operations:

Reference