--- id: daytona-analytics-api-client-async version: "0.204.0" license: unclear license_treatment: unclear maintenance: active --- # daytona_analytics_api_client_async — Daytona Analytics API License: unclear · Maintenance: active · Downloads: 2.0M/mo ## What it is and what it does This is an async Python client library for the Daytona Analytics API, auto-generated from OpenAPI specifications. It provides a programmatic interface to Daytona's sandbox and code-execution services, built on aiohttp for non-blocking I/O and pydantic for request/response validation. The package is part of Daytona's multi-language SDK ecosystem and is intended for developers who need to integrate Daytona's compute capabilities into Python applications. The library depends on five runtime packages: aiohttp and aiohttp-retry for HTTP communication, pydantic for data validation, python-dateutil for timestamp handling, and typing-extensions for modern type hints. It targets Python 3.10+ and is distributed as a pure-Python wheel with no compiled dependencies, making installation straightforward. Use it for: - Integrate Daytona sandbox execution into a Python backend service or workflow automation tool. - Build async-first applications that submit code to Daytona and poll or stream results. - Generate and test code dynamically within a larger AI or data-processing pipeline. - Monitor and interact with Daytona Analytics API metrics and sandbox lifecycle programmatically. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Async Python client for the Daytona Analytics API, generated from OpenAPI specs, enabling programmatic interaction with Daytona sandbox environments and code execution. Yes, if you are building a Python application that needs to interact with Daytona's API and can work with async/await patterns. The package has low install friction, active maintenance, and no known vulnerabilities. However, verify the license terms first—the metadata does not clearly state the license, and you should confirm it aligns with your use case before committing to a dependency. ## Install pip install daytona-analytics-api-client-async uv add daytona-analytics-api-client-async poetry add daytona-analytics-api-client-async ## Installing daytona_analytics_api_client_async Before you install: Low install friction with stable, modern dependencies (aiohttp, pydantic, python-dateutil). Active maintenance with a release 3 days ago and commits through 2026-08-14. Requires Python 3.10 or later. License in practice: License treatment is unclear—the fact sheet lists no SPDX identifier or raw license text. The repository description mentions Apache-2.0 for SDKs and API clients, but this cannot be confirmed from the package metadata alone. Verify the actual license before use in proprietary or copyleft-sensitive contexts. Quickstart: pip install daytona-analytics-api-client-async import asyncio from daytona_analytics_api_client_async import ApiClient async def main(): client = ApiClient() # Use client to interact with Daytona Analytics API asyncio.run(main()) Requires Python 3.10 or later. API key and endpoint configuration needed (typically via environment variables). Verify before relying: - Exact license under which this package is distributed (metadata shows 'unclear'). - Whether the package is actively maintained by Daytona or a third-party generator. - Stability guarantees or versioning policy for the 0.204.0 release series. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 2.0M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags daytona api client python, async api client generator, openapi python async, daytona sandbox sdk, code execution api client, daytona analytics python, async-http-client, openapi-generated, sandbox-api [View on SkillFed](https://skillfed.io/packages/daytona-analytics-api-client-async) · [View on PyPI](https://pypi.org/project/daytona-analytics-api-client-async/)