Name | ufs JSON |
Version |
0.1.0
JSON |
| download |
home_page | https://github.com/spsoni/ufs |
Summary | Unified File System - Object Oriented way to work seamlessly between Posix and S3 filesystems |
upload_time | 2023-06-22 13:20:03 |
maintainer | |
docs_url | None |
author | Sury Soni |
requires_python | >=3.8.1,<4.0.0 |
license | MIT |
keywords |
filesystem
posix
aws
s3
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Unified File System
Developers face common problem in writing code in local filesystem first and then make the code to work with S3.
This creates a painful situation if not too much of code duplication.
Unified File System (`ufs`) package solves that problem where it exposes generic `File` and `Directory` classes.
Unified File System is an Object-Oriented way to work seamlessly between Posix and S3 filesystems
## Description
Usually we pass two different kinds of path parameter (Posix vs S3). And, we have to handle them differently either
using `os` or `boto3` python library.
With `ufs`, we have a wrapper classes like `PosixFile` / `S3File` (inherits from `File`)
and `PosixDirector` / `S3Directory` (inherits from `Directory`).
This makes writing functions and classes with a clear expectation to run with both Posix and S3 paths seamlessly.
## Installation
Install with pip:
``` bash
pip install ufs
```
Raw data
{
"_id": null,
"home_page": "https://github.com/spsoni/ufs",
"name": "ufs",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8.1,<4.0.0",
"maintainer_email": "",
"keywords": "FileSystem,Posix,AWS,S3",
"author": "Sury Soni",
"author_email": "github@suryasoni.info",
"download_url": "https://files.pythonhosted.org/packages/d4/bd/743de56152813acdc30a45a7aff41eee92f01dd39466cc2ade448babf567/ufs-0.1.0.tar.gz",
"platform": null,
"description": "# Unified File System\n\nDevelopers face common problem in writing code in local filesystem first and then make the code to work with S3.\nThis creates a painful situation if not too much of code duplication.\n\nUnified File System (`ufs`) package solves that problem where it exposes generic `File` and `Directory` classes.\n\nUnified File System is an Object-Oriented way to work seamlessly between Posix and S3 filesystems\n\n## Description\n\nUsually we pass two different kinds of path parameter (Posix vs S3). And, we have to handle them differently either\nusing `os` or `boto3` python library.\n\nWith `ufs`, we have a wrapper classes like `PosixFile` / `S3File` (inherits from `File`)\nand `PosixDirector` / `S3Directory` (inherits from `Directory`).\n\nThis makes writing functions and classes with a clear expectation to run with both Posix and S3 paths seamlessly.\n\n## Installation\n\nInstall with pip:\n\n``` bash\npip install ufs\n\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Unified File System - Object Oriented way to work seamlessly between Posix and S3 filesystems",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/spsoni/ufs",
"Repository": "https://github.com/spsoni/ufs"
},
"split_keywords": [
"filesystem",
"posix",
"aws",
"s3"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "92f2c2f9a3d28a449e1e65a890bcabdf6212e547f1916cac3864d2a9d18ffc1f",
"md5": "0c3eb1110bcca44cac7086859f036157",
"sha256": "1eb2182621921b3cdfea25afc0279bade5b632367b2447920348e23b5e92d753"
},
"downloads": -1,
"filename": "ufs-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "0c3eb1110bcca44cac7086859f036157",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8.1,<4.0.0",
"size": 7629,
"upload_time": "2023-06-22T13:20:01",
"upload_time_iso_8601": "2023-06-22T13:20:01.473718Z",
"url": "https://files.pythonhosted.org/packages/92/f2/c2f9a3d28a449e1e65a890bcabdf6212e547f1916cac3864d2a9d18ffc1f/ufs-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "d4bd743de56152813acdc30a45a7aff41eee92f01dd39466cc2ade448babf567",
"md5": "f6e0c8412773b731da6a65f9e1dc3c8c",
"sha256": "537be4aa371a58c9c1dcd58ca18359e5cda75d9694713c081a3e14585dbf58f3"
},
"downloads": -1,
"filename": "ufs-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "f6e0c8412773b731da6a65f9e1dc3c8c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8.1,<4.0.0",
"size": 4659,
"upload_time": "2023-06-22T13:20:03",
"upload_time_iso_8601": "2023-06-22T13:20:03.311442Z",
"url": "https://files.pythonhosted.org/packages/d4/bd/743de56152813acdc30a45a7aff41eee92f01dd39466cc2ade448babf567/ufs-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-22 13:20:03",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "spsoni",
"github_project": "ufs",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "ufs"
}