deling is a set of utilities for accessing and writing data across remote data storages.
Installation from pypi
pip install deling
Installation from source
git clone https://github.com/rasmunk/deling.git
cd deling
make install
This package contains a set of datastores for accessing and conducting IO operations against remote data storage systems. Currently the package supports datastores that can be accessed through the following protocols:
To ease the use of the datastores, a set of helper datastores are provided. These datastores are wrappers around the basic datastore that have been implemented. The helper datastores are:
- ERDAShare/ERDASFTPShare which connects to pre-created ERDA sharelinks.
Additional documentation can be found at ReadTheDocs