mirror of
https://github.com/wassname/flask-s3.git
synced 2026-07-27 11:22:10 +08:00
Update README.md
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.2"
|
||||
# - "3.2" # 3.2 is broken, for some reason
|
||||
- "3.3"
|
||||
- "3.4"
|
||||
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
|
||||
|
||||
@@ -1,18 +1,32 @@
|
||||
flask-s3
|
||||
========
|
||||
|
||||

|
||||
|
||||
[](https://travis-ci.org/e-dard/flask-s3)
|
||||
[](https://coveralls.io/github/e-dard/flask-s3?branch=master)
|
||||
[](https://github.com/igrigorik/ga-beacon)
|
||||
|
||||
|
||||
Seamlessly serve the static assets of your Flask app from Amazon S3.
|
||||
|
||||
Maintainers
|
||||
-----------
|
||||
|
||||
Flask-S3 is maintained by @e-dard and @eriktaubeneck.
|
||||
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.org/en/latest/).
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user