{"id":24778,"library":"ubai-client","title":"Ubai Client","description":"Universal Binary Archiver Service client for Python. Version 1.2.1, monthly releases.","status":"active","version":"1.2.1","language":"python","source_language":"en","source_url":"https://github.com/ubai/ubai-client","tags":["archiver","binary","client","api"],"install":[{"cmd":"pip install ubai-client","lang":"bash","label":"Install via pip"}],"dependencies":[{"reason":"HTTP client for API calls","package":"requests","optional":false}],"imports":[{"wrong":"from ubai_client import UbaiClient","symbol":"ApiClient","correct":"from ubai_client import ApiClient"},{"symbol":"Configuration","correct":"from ubai_client import Configuration"},{"symbol":"ApiException","correct":"from ubai_client import ApiException"}],"quickstart":{"code":"from ubai_client import UbaiClient\n\nclient = UbaiClient(api_key=os.environ.get('UBAI_API_KEY', ''))\nresult = client.archive('/path/to/binary')\nprint(result)","lang":"python","description":"Initialize client with API key and archive a binary file."},"warnings":[{"fix":"Replace 'import ubai' with 'import ubai_client' and update requirements to 'ubai-client>=1.0.0'.","message":"Package renamed from 'ubai' to 'ubai-client' in v1.0.0. Update imports and requirements.","severity":"breaking","affected_versions":"< 1.0.0"},{"fix":"Set UBAI_API_KEY environment variable or pass api_key kwarg to UbaiClient.","message":"API key must be set via environment variable or passed explicitly. Missing key raises UnauthorizedError.","severity":"gotcha","affected_versions":"all"},{"fix":"Use 'client.archive()' instead of 'client.archive_file()'.","message":"Method 'archive_file' renamed to 'archive' in v1.1.0.","severity":"deprecated","affected_versions":">= 1.0.0, < 1.1.0"}],"env_vars":null,"search_vec":"'1.2.1':11 'api':17 'archiv':5,14 'binari':4,15 'client':2,7,16 'month':12 'python':9 'releas':13 'servic':6 'ubai':1 'univers':3 'version':10","created_at":"2026-05-01T08:14:52.595975+00:00","updated_at":"2026-05-01T08:14:52.595975+00:00","problems":null,"ecosystem":"pypi","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":"1.2.1","cli_name":"","cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":"https://pypi.org/project/ubai-client/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["aws","data","http-networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":"passing","verified_at":"2026-07-03","last_verified":"2026-07-03","next_check":"2026-08-02","install_tag":null}}