--- id: ubai-client version: "1.2.1" license: unclear license_treatment: unclear maintenance: aging --- # ubai-client — Universal Binary Archiver Service License: unclear · Maintenance: aging · Downloads: 157.9K/mo ## 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 above — 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 pip install ubai-client uv add ubai-client 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_current - Install friction: low - Maintenance: aging - Downloads: 157.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags binary archiver client, universal archiver service, openapi client library, archive management python, binary storage client, ubai service client, archival api wrapper, openapi-client, archival-service [View on SkillFed](https://skillfed.io/packages/ubai-client) · [View on PyPI](https://pypi.org/project/ubai-client/)