Metadata-Version: 2.1
Name: flask-s3-viewer
Version: 0.1.4
Summary: Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application.
Home-page: https://github.com/hidekuma/flask-s3-viewer
Author: Hidekuma
Author-email: d.hidekuma@gmail.com
License: UNKNOWN
Download-URL: https://github.com/hidekuma/flask-s3-viewer/releases
Keywords: aws,s3,file,upload,flask,python,python3,browsing,uploader
Platform: UNKNOWN
Requires-Python: >= 3.7
Description-Content-Type: text/markdown
Requires-Dist: boto3 (>=1.12.2)
Requires-Dist: click (>=7.1.1)

![logo](https://raw.githubusercontent.com/hidekuma/flask-s3-viewer/master/i/logo.png)

## Flask S3Viewer - browsing S3 with Flask
[![PyPI version](https://badge.fury.io/py/flask-s3-viewer.svg)](https://badge.fury.io/py/flask-s3-viewer)
[![Build Status](https://travis-ci.org/hidekuma/flask-s3-viewer.svg?branch=master)](https://travis-ci.org/hidekuma/flask-s3-viewer)
[![Documentation Status](https://readthedocs.org/projects/flask-s3-viewer/badge/?version=latest)](https://flask-s3-viewer.readthedocs.io/en/latest/?badge=latest)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://github.com/hidekuma/flask-s3-viewer/graphs/commit-activity)
[![made-with-python](https://img.shields.io/badge/Made%20with-Python-1f425f.svg)](https://www.python.org/)

## TL;DR
Flask S3 Viewer is a powerful extension that makes it easy to browse S3 in any Flask application. If you are familiar with Flask, Flask S3 Viewer should be easy to pick up.

#### Show video
[![flask-s3-viewer-video](http://img.youtube.com/vi/yk6h6ym6Diw/0.jpg)](https://youtu.be/yk6h6ym6Diw?t=0s "Click to play on Youtube")

## Installation
You can [download FlaskS3Viewer executable](https://github.com/hidekuma/flask-s3-viewer/releases) and [binary distributions from PyPI](https://pypi.org/project/flask-s3-viewer/)

### Using pip
```python
pip install flask_s3_viewer
```
## Documentation
The latest documentation for Flask-S3-Viewer can be found [here](https://flask-s3-viewer.readthedocs.io).

[License](LICENSE)
------------------

Copyright (c) 2020 by Hoiwoong Jung

---
###### TODOs
- mode (api / view)
- semaphore


