skillfed

cybrid-api-organization-python

Cybrid Organization API

cybrid-api-organization-python v0.129.889 232.7K downloads/30d#9,056 on PyPI0
Permissive license Apache-2.0 Active released

What it is and what it does

This is an auto-generated Python client for Cybrid's Organization API, part of Cybrid's all-in-one crypto platform for building and launching white-label crypto products. The package wraps REST endpoints that manage organizations and their downstream resources, handling OAuth 2.0 Bearer Token authentication and serialization of requests and responses.

You use it to programmatically interact with the Cybrid Organization API instead of making raw HTTP calls. It depends on urllib3 for HTTP transport and python-dateutil for timestamp handling. The package is actively maintained, released most recently on 2026-08-14, and supports Python 3.6 and later with low installation friction.

Use it for:

  • Automate organization provisioning and configuration in a white-label crypto platform deployment.
  • Build internal tools to manage multiple Cybrid organizations and their associated banks programmatically.
  • Integrate Cybrid's organization management into a larger fintech or crypto operations workflow.
  • Test and validate organization-level API behavior in CI/CD pipelines using Python.
  • Develop backend services that need to read or modify organization settings via the Cybrid platform.

Worth the install?

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

A Python client library for the Cybrid Organization API, enabling programmatic management of organizations and their associated resources via REST endpoints.

Yes. The package is actively maintained, has low install friction, carries a permissive license, and has no known vulnerabilities. Install it if you need to interact with the Cybrid Organization API from Python. The only prerequisite is obtaining OAuth 2.0 credentials from Cybrid's Sandbox or Identity Provider.

Install

cybrid-api-organization-python on PyPI

pip

pip install cybrid-api-organization-python

uv

uv add cybrid-api-organization-python

poetry

poetry add cybrid-api-organization-python

Installing cybrid-api-organization-python

Before you install

Active maintenance with a release on 2026-08-14. Low install friction: pure Python wheel with only two lightweight runtime dependencies (urllib3 and python-dateutil). Supports Python 3.6 and later.

License in practice

Licensed under Apache-2.0 (permissive), allowing commercial use, modification, and distribution with minimal restrictions—suitable for most integration scenarios.

Quickstart

pip install cybrid-api-organization-python

import cybrid_api_organization_python
from cybrid_api_organization_python.api_client import ApiClient

client = ApiClient()
# Use client to interact with Organization API endpoints

Requires OAuth 2.0 Bearer Token credentials (Client ID and Secret) obtained from the Cybrid Sandbox or Identity Provider to authenticate API requests.

Verify before relying

  • Whether the package includes generated models and endpoints for all Organization API resources or a subset thereof.
  • Whether there are version-specific API compatibility notes or breaking changes between releases.
  • Whether the package provides convenience methods or is a thin wrapper around raw HTTP calls.

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 232,729/month — #9,056 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: Cybrid, Organization, API

Tags

cybrid organization api clientcrypto platform api pythoncybrid sdk pythonorganization management apiwhite-label crypto api clientcybrid rest api wrapperbanking platform api python
api-clientcrypto-financeoauth2

More WWW/HTTP packages