skillfed

daytona_analytics_api_client_async

Daytona Analytics API

daytona-analytics-api-client-async v0.204.0 2.0M downloads/30d#3,397 on PyPI8
License unclear Active released

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 on this page — 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

daytona-analytics-api-client-async on PyPI

pip

pip install daytona-analytics-api-client-async

uv

uv add daytona-analytics-api-client-async

poetry

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 the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 5 — python-dateutil, aiohttp, aiohttp-retry, pydantic, typing-extensions
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 1,970,252/month — #3,397 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: daytona_analytics_api_client_async-0.204.0-py3-none-any.whl

Keywords: OpenAPI, OpenAPI-Generator, Daytona Analytics API

Tags

daytona api client pythonasync api client generatoropenapi python asyncdaytona sandbox sdkcode execution api clientdaytona analytics python
async-http-clientopenapi-generatedsandbox-api

More WWW/HTTP packages