A library for accessing and storing data in remote storage systems
Project description
deling is a set of utilities for accessing and writing data across remote data storages.
Installation
Installation from pypi
pip install deling
Installation from source
git clone https://github.com/rasmunk/deling.git
cd deling
make install
Datastores
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:
Helper Datastores
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.