skillfed

cybrid-api-id-python

Cybrid Identity API

cybrid-api-id-python v0.129.889 236.8K downloads/30d#8,977 on PyPI3
Permissive license Apache-2.0 Active released

What it is and what it does

This is an auto-generated Python client library for Cybrid's Identity API, part of the Cybrid platform for building white-label crypto products. It wraps the Identity API's REST endpoints to manage organization and bank identities, and to handle OAuth 2.0 Bearer Token authentication flows. The package depends on urllib3 for HTTP requests and python-dateutil for timestamp handling.

You would use this client when building backend services that need to authenticate with Cybrid, generate or validate access tokens, or manage identity resources programmatically. It abstracts away raw HTTP calls, letting you work with Python objects instead. The package is actively maintained and carries no known security vulnerabilities.

Use it for:

  • Generate Bearer Tokens for Bank or Organization credentials using OAuth Client Credential Grant flow in a Python backend.
  • Manage customer identities and access tokens programmatically within a Cybrid-integrated application.
  • Automate identity verification and customer onboarding workflows that interact with Cybrid's identity provider.
  • Build a Python service that acts as an intermediary between your application and Cybrid's identity and authentication APIs.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Generated Python client for the Cybrid Identity API, providing programmatic access to identity management, authentication, and OAuth token operations for the Cybrid crypto platform.

Yes, if you are building a Python backend that integrates with Cybrid's platform. The package is actively maintained, has no security vulnerabilities, low install friction, and permissive licensing. Install only if you actually need Cybrid Identity API access; it is a specialized client for a specific platform, not a general-purpose library.

Install

cybrid-api-id-python on PyPI

pip

pip install cybrid-api-id-python

uv

uv add cybrid-api-id-python

poetry

poetry add cybrid-api-id-python

Installing cybrid-api-id-python

Before you install

Active maintenance with a release on 2026-08-14 and low install friction; depends only on urllib3 and python-dateutil, both widely-used and stable libraries.

License in practice

Apache-2.0 permissive license allows commercial and private use with minimal restrictions; suitable for most integration scenarios.

Quickstart

pip install cybrid-api-id-python

import cybrid_api_id_python
# Instantiate client and authenticate using OAuth credentials
# See Cybrid documentation for scope and token generation details

Requires Python 3.6 or later; OAuth credentials (Client ID and Secret) from Cybrid Sandbox must be obtained separately before API calls can be made.

Verify before relying

  • Whether the package provides pre-built model classes or only low-level HTTP request/response handling.
  • Whether authentication helpers (e.g., automatic token refresh) are included or must be implemented by the caller.
  • API coverage: which Cybrid Identity endpoints are available in version 0.129.889.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 2 — urllib3, python-dateutil
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Downloads 236,774/month — #8,977 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: cybrid_api_id_python-0.129.889-py3-none-any.whl

Keywords: Cybrid, Identity, API

Tags

cybrid identity api clientoauth token generation pythoncrypto platform api wrapperidentity management clientcybrid authentication sdkrest api client generatorbearer token management
api-clientoauthcrypto-platform

More WWW/HTTP packages