{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet"}],"enrichment":{"capability":"Python SDK for Oracle Cloud Infrastructure that provides programmatic access to OCI services through service clients and configuration management.","skillfed_tags":["cloud-infrastructure","oracle-cloud","iaas-sdk"],"use_cases":["Automate provisioning and management of OCI compute instances, networks, and storage from Python scripts or applications.","Query OCI identity and access control to audit users, groups, and permissions programmatically.","Build monitoring or cost-analysis tools that pull data from OCI services via the SDK.","Integrate OCI resource management into CI/CD pipelines or infrastructure-as-code workflows.","Develop multi-cloud or hybrid-cloud applications that interact with OCI alongside other cloud providers."],"what_it_does":"The oci package is Oracle's official Python SDK for Oracle Cloud Infrastructure (OCI). It provides a programmatic interface to OCI services through typed service clients, allowing you to manage cloud resources, query identity and access control, and interact with storage, compute, and other OCI offerings from Python code. The SDK handles authentication via OCI configuration files, manages HTTP communication with cryptographic security, and abstracts the underlying REST API into Python objects and method calls.\n\nYou install it via pip into a virtual environment and configure it with OCI credentials. The typical workflow is to load a configuration file, instantiate a service client for the OCI service you need (such as IdentityClient, ComputeClient, or ObjectStorageClient), and call methods on that client to perform operations. The SDK manages request signing, retries via circuitbreaker, and response parsing automatically.","worth_installing":"Yes. The SDK is production-stable, actively maintained (released 3 days ago), has low install friction, and carries no known vulnerabilities. It is the canonical way to interact with OCI from Python. Install it if you need to programmatically manage OCI resources or integrate OCI services into Python applications. The dual permissive license poses no restriction."},"id":"oci","links":{"html":"https://skillfed.io/packages/oci","md":"https://skillfed.io/packages/oci.md","pypi":"https://pypi.org/project/oci/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-11","license_spdx":null,"license_treatment":"permissive","name":"oci","python_support":"unspecified","summary":"Oracle Cloud Infrastructure Python SDK"},"popularity":{"monthly_downloads":12485129,"position":1317,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"2.184.1"}
