Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/e-dard/flask-s3
Seamlessly serve your static assets of your Flask app from Amazon S3
https://github.com/e-dard/flask-s3
Last synced: 7 days ago
JSON representation
Seamlessly serve your static assets of your Flask app from Amazon S3
- Host: GitHub
- URL: https://github.com/e-dard/flask-s3
- Owner: e-dard
- License: wtfpl
- Created: 2012-10-01T18:08:11.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-08-26T19:08:06.000Z (over 1 year ago)
- Last Synced: 2024-10-14T21:47:16.070Z (3 months ago)
- Language: Python
- Homepage: http://flask-s3.readthedocs.org/en/latest/
- Size: 163 KB
- Stars: 198
- Watchers: 13
- Forks: 90
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-flask - flask-s3 - Seamlessly serve your static assets of your Flask app from Amazon S3 (Frontend)
- awesome-flask - flask-s3 - Seamlessly serve your static assets of your Flask app from Amazon S3 (Frontend)
- awesome-flask - flask-s3 - Seamlessly serve your static assets of your Flask app from Amazon S3 (Frontend)
README
flask-s3
========[![Build Status](https://travis-ci.org/e-dard/flask-s3.svg?branch=master)](https://travis-ci.org/e-dard/flask-s3)
[![Coverage Status](https://coveralls.io/repos/e-dard/flask-s3/badge.svg?branch=master&service=github)](https://coveralls.io/github/e-dard/flask-s3?branch=master)
[![Analytics](https://ga-beacon.appspot.com/UA-35880013-3/flask-s3/readme)](https://github.com/igrigorik/ga-beacon)
[![PyPI Version](https://img.shields.io/pypi/v/Flask-S3.svg)](https://pypi.python.org/pypi/Flask-S3)Seamlessly serve the static assets of your Flask app from Amazon S3.
Maintainers
-----------Flask-S3 is maintained by @e-dard, @eriktaubeneck and @SunDwarf.
Installation
------------Install Flask-S3 via pypi:
pip install flask-s3
Or, install the latest development version:pip install git+https://github.com/e-dard/flask-s3
Documentation
-------------
The latest documentation for Flask-S3 can be found [here](https://flask-s3.readthedocs.io/en/latest/).