An open API service indexing awesome lists of open source software.

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

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
* S3

Inspired 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