skillfed

daytona_analytics_api_client

Daytona Analytics API

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

What it is and what it does

This is a generated Python API client for Daytona's Analytics API, built from OpenAPI specifications. It provides typed, programmatic access to Daytona's sandbox and code execution endpoints. The package depends on urllib3 for HTTP transport, pydantic for data validation, python-dateutil for timestamp handling, and typing-extensions for runtime type support.

The client is maintained as part of Daytona's multi-language SDK ecosystem. It is actively developed (latest release 3 days old) and currently supports modern Python versions (3.10+). The package is generated from OpenAPI specs rather than hand-written, which means its API surface mirrors the underlying Daytona Analytics API exactly.

Use it for:

  • Programmatically create and manage Daytona sandboxes for remote code execution workflows.
  • Integrate Daytona's code execution capabilities into Python applications or automation scripts.
  • Build monitoring or analytics tools that query Daytona's API for sandbox status and execution results.
  • Generate test data or run batch jobs against Daytona's infrastructure from Python.
  • Prototype or test Daytona integrations before committing to the main SDK.

Worth the install?

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

Generated Python API client for the Daytona Analytics API, providing programmatic access to Daytona's sandbox and code execution services.

Yes, if you need to call the Daytona Analytics API from Python and your use case aligns with the analytics-specific endpoints this client exposes. Install friction is low and maintenance is active. However, verify the license status first—the package metadata does not confirm the Apache-2.0 license claimed in the repository. Also confirm whether this analytics client is the right choice versus the main Daytona SDK for your use case.

Install

daytona-analytics-api-client on PyPI

pip

pip install daytona-analytics-api-client

uv

uv add daytona-analytics-api-client

poetry

poetry add daytona-analytics-api-client

Installing daytona_analytics_api_client

Before you install

Low install friction with four lightweight runtime dependencies. Active maintenance with a release 3 days old and a recent commit history, though the project is young (first release 2026-07-14).

License in practice

License treatment is unclear—the fact sheet shows 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.

Quickstart

pip install daytona-analytics-api-client

from daytona_analytics_api_client import ApiClient

client = ApiClient(api_key='your-api-key')
# Use client to call Daytona Analytics API endpoints

Requires Python 3.10 or later.

Verify before relying

  • Exact license classification for this package (metadata shows 'unclear' despite repository mentioning Apache-2.0)
  • Whether this is the primary Python SDK or a generated analytics-specific client distinct from the main Daytona SDK
  • API stability and backward compatibility guarantees given the young release history (first release 2026-07-14)

Package facts

License not declared (unclear)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 4 — urllib3, python-dateutil, pydantic, typing-extensions
Maintenance actively maintained — 3 days since the last release
Last repo commit
First released
Downloads 1,977,056/month — #3,392 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-0.204.0-py3-none-any.whl

Keywords: OpenAPI, OpenAPI-Generator, Daytona Analytics API

Tags

daytona api clientdaytona sdk pythoncode execution sandbox apidaytona analytics clientapi client generatordaytona python integration
api-clientgenerated-codeopenapi

More WWW/HTTP packages