https://github.com/brendan-rius/simplefsabstraction
A simple and framwork-agnotic local FS/S3 abstraction in Python
https://github.com/brendan-rius/simplefsabstraction
Last synced: about 1 month ago
JSON representation
A simple and framwork-agnotic local FS/S3 abstraction in Python
- Host: GitHub
- URL: https://github.com/brendan-rius/simplefsabstraction
- Owner: brendan-rius
- License: mit
- Created: 2016-05-28T12:11:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-09T13:48:50.000Z (almost 9 years ago)
- Last Synced: 2025-01-27T10:12:04.564Z (3 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simplefsabstraction
Provides a very simple filesystem abstraction.
Does not aim to be exhaustive from the beginning, please feel free to request/add the abstractions you need.Supports:
* local
* S3Inspired by `pyramid_storage`, but this one is not hardwired to pyramid.
# Installation
Requires:
* python3```
$ git clone https://github.com/brendanrius/simplefsabstraction/
$ pip install simplefsabstraction
```# Changelog
* 1.3.1: fix a few bugs (mostly in the from_config method)
* 1.3.0: `save()` can now handle the case where the source file is a file, now just a filename