{"id":15580824,"url":"https://github.com/noirbizarre/flask-fs","last_synced_at":"2025-06-13T05:37:08.445Z","repository":{"id":21511416,"uuid":"24830488","full_name":"noirbizarre/flask-fs","owner":"noirbizarre","description":"Simple and easy file storages for Flask","archived":false,"fork":false,"pushed_at":"2022-07-07T14:05:16.000Z","size":424,"stargazers_count":31,"open_issues_count":8,"forks_count":15,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-24T02:03:10.011Z","etag":null,"topics":["flask","gridfs","mongodb","s3","storage","swift"],"latest_commit_sha":null,"homepage":"https://flask-fs.readthedocs.org","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/noirbizarre.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-10-06T01:12:01.000Z","updated_at":"2023-12-13T09:55:43.000Z","dependencies_parsed_at":"2022-08-21T02:40:18.290Z","dependency_job_id":null,"html_url":"https://github.com/noirbizarre/flask-fs","commit_stats":null,"previous_names":["noirbizarre/flask-buckets"],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noirbizarre%2Fflask-fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noirbizarre%2Fflask-fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noirbizarre%2Fflask-fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noirbizarre%2Fflask-fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noirbizarre","download_url":"https://codeload.github.com/noirbizarre/flask-fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250546068,"owners_count":21448259,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","gridfs","mongodb","s3","storage","swift"],"created_at":"2024-10-02T19:40:26.193Z","updated_at":"2025-04-24T02:03:30.997Z","avatar_url":"https://github.com/noirbizarre.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"========\nFlask-FS\n========\n\n.. image:: https://travis-ci.org/noirbizarre/flask-fs.svg?branch=master\n    :target: https://travis-ci.org/noirbizarre/flask-fs\n    :alt: Build status\n.. image:: https://coveralls.io/repos/noirbizarre/flask-fs/badge.svg?branch=master\n    :target: https://coveralls.io/r/noirbizarre/flask-fs?branch=master\n    :alt: Code coverage\n.. image:: https://readthedocs.org/projects/flask-fs/badge/?version=latest\n    :target: http://flask-fs.readthedocs.org/en/latest/\n    :alt: Documentation status\n\nSimple and easy file storages for Flask\n\n\nCompatibility\n=============\n\nFlask-FS requires Python 2.7/3.4+ and Flask 0.10+.\n\nAmazon S3 support requires Boto3.\n\nGridFS support requires PyMongo 3+.\n\nOpenStack Swift support requires python-swift-client.\n\n\nInstallation\n============\n\nYou can install Flask-FS with pip:\n\n.. code-block:: console\n\n    $ pip install flask-fs\n    # or\n    $ pip install flask-fs[s3]  # For Amazon S3 backend support\n    $ pip install flask-fs[swift]  # For OpenStack swift backend support\n    $ pip install flask-fs[gridfs]  # For GridFS backend support\n    $ pip install flask-fs[all]  # To include all dependencies for all backends\n\n\nQuick start\n===========\n\n.. code-block:: python\n\n    from flask import Flask\n    import flask_fs as fs\n\n    app = Flask(__name__)\n    fs.init_app(app)\n\n    images = fs.Storage('images')\n\n\n    if __name__ == '__main__':\n        app.run(debug=True)\n\n\nDocumentation\n=============\n\nThe full documentation is hosted `on Read the Docs \u003chttp://flask-fs.readthedocs.org/en/latest/\u003e`_\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoirbizarre%2Fflask-fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoirbizarre%2Fflask-fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoirbizarre%2Fflask-fs/lists"}