# iopath **Repository Path**: mirrors_facebookresearch/iopath ## Basic Information - **Project Name**: iopath - **Description**: A python library that provides common I/O interface across different storage backends. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-18 - **Last Updated**: 2026-09-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iopath iopath is a lightweight I/O abstraction library that provides a common interface across storage backends. ## Install: iopath requires python >= 3.6. Use one of the following ways to install: ### 1. Install from PyPI (updated nightly) ``` pip install -U iopath ``` ### 2. Install from Anaconda Cloud (updated nightly) ``` conda install -c conda-forge yacs conda install -c iopath iopath ``` ### 3. Install latest from GitHub ``` pip install -U 'git+https://github.com/facebookresearch/iopath' ``` ### 4. Install from a local clone ``` git clone https://github.com/facebookresearch/iopath pip install -e iopath ``` ## License This library is released under the MIT License (https://github.com/facebookresearch/iopath/blob/master/LICENSE).