{"categories":[{"label":"Internet","url":"https://skillfed.io/packages/category/internet/4"}],"enrichment":{"capability":"Provides a fsspec-compatible filesystem interface to Oracle Cloud Infrastructure Object Storage, enabling file-like operations on OCI buckets through a standard API.","skillfed_tags":["cloud-storage","oracle-cloud","fsspec-backend"],"use_cases":["Read CSV or Parquet files directly from OCI Object Storage into Pandas DataFrames using standard read_csv/read_parquet calls with storage_options.","Build data pipelines with Dask that operate on objects stored in OCI buckets without downloading them locally first.","Perform file operations (upload, download, list, delete) on OCI Object Storage from Python scripts using familiar filesystem methods.","Integrate OCI Object Storage as a backend for machine learning workflows that expect a fsspec-compatible storage layer.","Migrate workloads from other cloud object stores (S3, GCS) to OCI by swapping the fsspec backend without changing application logic."],"what_it_does":"ocifs is a Python package that implements the fsspec (filesystem_spec) interface for Oracle Cloud Infrastructure Object Storage. It allows you to interact with OCI buckets using standard filesystem operations\u2014read, write, list, delete, rename\u2014through a unified API that looks and behaves like a local filesystem. This makes it possible to use OCI Object Storage seamlessly with data libraries like Pandas, Dask, and PyArrow without writing cloud-specific code.\n\nThe package depends on fsspec (the base interface), oci (Oracle's Python SDK), and requests (HTTP client). It supports Python 3.6 and later, including current versions up to 3.14. Authentication is handled via OCI configuration files or environment variables, supporting both API key and resource principal signers. The package is maintained by Oracle and has been in production use since 2021.","worth_installing":"Yes, if you are working with OCI Object Storage and want to integrate it with Pandas, Dask, or other fsspec-aware libraries. The package is production-stable and has no known vulnerabilities. The main caveat is aging maintenance\u2014281 days since last release\u2014so verify that the version supports your OCI SDK and Python versions. License treatment is marked unclear in metadata; confirm UPL terms align with your project before committing."},"id":"ocifs","links":{"html":"https://skillfed.io/packages/ocifs","md":"https://skillfed.io/packages/ocifs.md","pypi":"https://pypi.org/project/ocifs/"},"maintenance":{"status":"aging"},"meta":{"latest_release":"2025-11-06","license_spdx":null,"license_treatment":"unclear","name":"ocifs","python_support":"supports_current","summary":"Convenient filesystem interface over Oracle Cloud's Object Storage"},"popularity":{"monthly_downloads":203080,"position":9637,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.3.4"}
