Skip to content

A python library that provides common I/O interface across different storage backends.

License

Notifications You must be signed in to change notification settings

facebookresearch/iopath

Folders and files

NameName
Last commit message
Last commit date
Mar 25, 2021
Oct 28, 2021
Mar 11, 2021
Oct 29, 2021
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Sep 8, 2020
Dec 15, 2020
Mar 24, 2021

Repository files navigation

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).