======
deling
======
.. image:: https://readthedocs.org/projects/deling/badge/?version=latest
:target: https://deling.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status
.. image:: https://badge.fury.io/py/deling.svg
:target: https://badge.fury.io/py/deling
deling is a set of utilities for accessing and writing data across remote data storages.
Installation
------------
Installation from pypi
.. code-block:: sh
pip install deling
Installation from source
.. code-block:: sh
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:
- `SFTP <https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol>`_
- `SSHFS <https://en.wikipedia.org/wiki/SSHFS>`_
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 <https://erda.dk>`_ sharelinks.
Additional documentation can be found at `ReadTheDocs <https://deling.readthedocs.io/en/latest/>`_
Raw data
{
"_id": null,
"home_page": "https://github.com/rasmunk/deling",
"name": "deling",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "Data IO, Staging data, Data transfer, Data storage, Data management",
"author": "Rasmus Munk",
"author_email": "munk1@live.dk",
"download_url": "https://files.pythonhosted.org/packages/5a/7c/d3cee935d559e896c130b4e4c90295cf48881df4e454150b8c2706eb939d/deling-0.2.4.tar.gz",
"platform": null,
"description": "======\ndeling\n======\n\n.. image:: https://readthedocs.org/projects/deling/badge/?version=latest\n :target: https://deling.readthedocs.io/en/latest/?badge=latest\n :alt: Documentation Status\n.. image:: https://badge.fury.io/py/deling.svg\n :target: https://badge.fury.io/py/deling\n\ndeling is a set of utilities for accessing and writing data across remote data storages.\n\nInstallation\n------------\n\nInstallation from pypi\n\n.. code-block:: sh\n\n pip install deling\n\nInstallation from source\n\n.. code-block:: sh\n\n git clone https://github.com/rasmunk/deling.git\n cd deling\n make install\n\nDatastores\n----------\n\nThis package contains a set of datastores for accessing and conducting IO operations against remote data storage systems.\nCurrently the package supports datastores that can be accessed through the following protocols:\n\n- `SFTP <https://en.wikipedia.org/wiki/SSH_File_Transfer_Protocol>`_\n- `SSHFS <https://en.wikipedia.org/wiki/SSHFS>`_\n\nHelper Datastores\n-----------------\n\nTo 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.\nThe helper datastores are:\n\n- ERDAShare/ERDASFTPShare which connects to pre-created `ERDA <https://erda.dk>`_ sharelinks.\n\n\nAdditional documentation can be found at `ReadTheDocs <https://deling.readthedocs.io/en/latest/>`_\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A library for accessing and storing data in remote storage systems",
"version": "0.2.4",
"project_urls": {
"Homepage": "https://github.com/rasmunk/deling",
"Source Code": "https://github.com/rasmunk/deling"
},
"split_keywords": [
"data io",
" staging data",
" data transfer",
" data storage",
" data management"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c08d35ce6b97889b36dc0f17728f277855c2ec73c07f040ee1e453d3fbcc7b72",
"md5": "2331ceaeb4658f863ef57ea4aad9cbc9",
"sha256": "97d3ad75d8210d73c9d6a79b11e303050d60ddbdb8c4eedd7ec73a9e40c6500a"
},
"downloads": -1,
"filename": "deling-0.2.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "2331ceaeb4658f863ef57ea4aad9cbc9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 15618,
"upload_time": "2024-05-13T19:20:51",
"upload_time_iso_8601": "2024-05-13T19:20:51.061709Z",
"url": "https://files.pythonhosted.org/packages/c0/8d/35ce6b97889b36dc0f17728f277855c2ec73c07f040ee1e453d3fbcc7b72/deling-0.2.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5a7cd3cee935d559e896c130b4e4c90295cf48881df4e454150b8c2706eb939d",
"md5": "e394673d0497db7d7ee6f5c5733b0c36",
"sha256": "cde5b765e6736ade7c44e44db58a09a434b86c5b270bc244b8b05fc2a8f4808b"
},
"downloads": -1,
"filename": "deling-0.2.4.tar.gz",
"has_sig": false,
"md5_digest": "e394673d0497db7d7ee6f5c5733b0c36",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 19808,
"upload_time": "2024-05-13T19:20:53",
"upload_time_iso_8601": "2024-05-13T19:20:53.331161Z",
"url": "https://files.pythonhosted.org/packages/5a/7c/d3cee935d559e896c130b4e4c90295cf48881df4e454150b8c2706eb939d/deling-0.2.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-05-13 19:20:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rasmunk",
"github_project": "deling",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "fs.sshfs",
"specs": [
[
">=",
"1.0.2"
]
]
},
{
"name": "fs",
"specs": [
[
">=",
"2.4.16"
]
]
},
{
"name": "ssh2-python",
"specs": [
[
">=",
"1.0.0"
]
]
},
{
"name": "PyYAML",
"specs": [
[
">=",
"6.0.1"
]
]
}
],
"lcname": "deling"
}