skillfed

ubai-client

Universal Binary Archiver Service

ubai-client v1.2.1 157.9K downloads/30d#10,741 on PyPI
License unclear AGING released

What it is and what it does

ubai-client is an OpenAPI-generated Python client for communicating with the Universal Binary Archiver Service. It wraps HTTP calls to a remote archival backend, handling serialization and deserialization of requests and responses. The package depends only on urllib3 for HTTP transport and python-dateutil for timestamp handling, making it lightweight to install.

The client is designed for developers who need to programmatically upload, retrieve, or manage binary archives through a service API. It follows standard OpenAPI client patterns: you instantiate an ApiClient, configure it with your service endpoint and credentials, and then call methods corresponding to the service's operations. The aging maintenance status and lack of recent releases suggest this may be a stable, mature tool that sees infrequent updates rather than an actively developed project.

Use it for:

  • Upload and retrieve binary artifacts from a remote archival service in CI/CD pipelines.
  • Integrate binary storage operations into Python applications without writing raw HTTP code.
  • Automate backup or archival workflows that interact with a Universal Binary Archiver backend.
  • Build command-line tools or scripts that manage binary assets through the service API.

Worth the install?

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

ubai-client is a Python client for the Universal Binary Archiver Service, generated from OpenAPI specifications to interact with a remote archival service.

Yes, if you need to interact with the Universal Binary Archiver Service and can verify the license. The package has low install friction and no known vulnerabilities. However, clarify the license terms first (metadata is missing this information), and be aware that maintenance is aging—expect no active development support. Suitable for stable, production use if the service itself is reliable.

Install

ubai-client on PyPI

pip

pip install ubai-client

uv

uv add ubai-client

poetry

poetry add ubai-client

Installing ubai-client

Before you install

Low install friction with only two lightweight runtime dependencies (urllib3, python-dateutil). However, the package is aging—no release in 248 days—and maintenance status is unclear, so expect limited active support.

License in practice

License treatment is unclear; no SPDX identifier or raw license text is available in the metadata. Verify the actual license terms before use in proprietary or restricted contexts.

Quickstart

pip install ubai-client

import ubai_client
# Use the client to interact with the Universal Binary Archiver Service
client = ubai_client.ApiClient()

Requires Python 3.6 or later. The service endpoint and authentication credentials must be configured separately.

Verify before relying

  • What is the actual license of ubai-client? The metadata contains no SPDX or raw license information.
  • Is the Universal Binary Archiver Service actively maintained? No repository, commit history, or stars are available.
  • What authentication methods does the client support?
  • Are there any known breaking changes between version 1.2.1 and earlier releases?

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.6)
Install friction low — pure-Python wheel
Runtime dependencies 2 — urllib3, python-dateutil
Maintenance aging — 248 days since the last release
First released
Downloads 157,913/month — #10,741 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: ubai_client-1.2.1-py3-none-any.whl

Keywords: OpenAPI, OpenAPI-Generator, Universal Binary Archiver Service

Tags

binary archiver clientuniversal archiver serviceopenapi client libraryarchive management pythonbinary storage clientubai service clientarchival api wrapper
openapi-clientarchival-service

More WWW/HTTP packages