Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/facebookresearch/iopath

A python library that provides common I/O interface across different storage backends.
https://github.com/facebookresearch/iopath

Last synced: 1 day ago
JSON representation

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

Awesome Lists containing this project

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