{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/14"}],"enrichment":{"capability":"Official Python client library for the DigitalOcean API, wrapping OpenAPI-generated code to provide access to infrastructure management and AI inference endpoints through a single Client interface.","skillfed_tags":["cloud-api-client","infrastructure-automation","ai-inference"],"use_cases":["Automate DigitalOcean infrastructure provisioning and management (droplets, volumes, SSH keys) from Python scripts or applications.","Build chat applications using DigitalOcean's Gradient AI models with streaming support for real-time responses.","Generate images programmatically via DigitalOcean's inference API without managing separate AI service credentials.","Enumerate and list available AI models on the Gradient platform to discover capabilities at runtime.","Implement batch inference workflows for processing multiple requests to AI models in parallel."],"what_it_does":"PyDo is the official Python client for DigitalOcean's API, generated from the DigitalOcean OpenAPI Specification to ensure compliance with the API contract. It provides a single Client interface for both infrastructure management (droplets, SSH keys, volumes, Kubernetes, etc.) and AI inference (chat completions, image generation, audio, batch inference) on DigitalOcean's Gradient platform. The library supports Python 3.8 and later, with both synchronous and asynchronous usage patterns.\n\nDevelopers initialize the client with a DigitalOcean API token and then call methods organized by resource type\u2014for example, `client.ssh_keys.list()` or `client.chat.completions.create()`. The client handles authentication, request serialization, and response parsing. It supports pagination for large result sets and streaming for inference endpoints like chat completions.","worth_installing":"Yes. PyDo is the official, actively maintained client for DigitalOcean's API with low install friction, permissive licensing, and no known vulnerabilities. Install it if you need to manage DigitalOcean infrastructure or access Gradient AI services from Python\u2014it's the canonical way to do so. The recent release and active repository indicate ongoing support."},"id":"pydo","links":{"html":"https://skillfed.io/packages/pydo","md":"https://skillfed.io/packages/pydo.md","pypi":"https://pypi.org/project/pydo/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-03","license_spdx":null,"license_treatment":"permissive","name":"pydo","python_support":"supports_current","summary":"The official client for interacting with the DigitalOcean API"},"popularity":{"monthly_downloads":267132,"position":8296,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.40.0"}
