Registry / crm-productivity / nominal

nominal

JSON →
library1.134.0pypypi✓ verified 82d ago

Official Python client for the Nominal platform. Current version 1.134.0, rapid release cadence (multiple per week). Requires Python >=3.10, <4.

pip install nominal
INSTALL
IMPORT
SIG · NOMINAL
N
nominal
crm-productivitypythonv1.134.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

NominalClient
import nominal
from nominal import NominalClient

Authenticate and test connection to Nominal.

import os from nominal import NominalClient client = NominalClient( host=os.environ['NOMINAL_HOST'], token=os.environ['NOMINAL_TOKEN'] ) print(client.whoami())
Debug
Known issues
breakingv1.0.0 migration: The API was entirely rewritten; old code using nominal.v0alpha1 or protobuf-based clients will not work.
fix
Upgrade to >=1.0.0 and use the new NominalClient class.
affects: <1.0.0
gotchaToken authentication requires environment variables NOMINAL_HOST and NOMINAL_TOKEN. Missing either raises an authentication error without clear message.
fix
Set both environment variables before creating a client.
affects: >=1.0.0
deprecatednominal.core.Something may be deprecated; check the documentation for the latest module structure.
fix
Check release notes for migration guides.
affects: >=1.100.0
Upgrade
Version history
1.134.0latest on PyPI · released Apr 23, 2026
Audit
Dependencies
protobufrequiredSerialization for Nominal types
Agent activity
41 hits · last 30 days
node
34
OpenAI (training)
1
Resources
nominal — pip install nominal · libregistry