{"id":18484316,"url":"https://github.com/cloud11665/flask_dirview","last_synced_at":"2025-06-23T16:40:27.083Z","repository":{"id":166618773,"uuid":"386769822","full_name":"cloud11665/flask_dirview","owner":"cloud11665","description":"A reimplementation of Apache's directory browser in flask","archived":false,"fork":false,"pushed_at":"2021-11-28T13:55:38.000Z","size":75,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-23T17:22:37.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cloud11665.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-07-16T21:37:20.000Z","updated_at":"2022-03-06T12:07:36.000Z","dependencies_parsed_at":null,"dependency_job_id":"c1951231-f6f4-44a7-83c3-80249cd0f91d","html_url":"https://github.com/cloud11665/flask_dirview","commit_stats":null,"previous_names":["cloud11665/flask_dirview"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud11665%2Fflask_dirview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud11665%2Fflask_dirview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud11665%2Fflask_dirview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cloud11665%2Fflask_dirview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cloud11665","download_url":"https://codeload.github.com/cloud11665/flask_dirview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247902786,"owners_count":21015517,"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":[],"created_at":"2024-11-06T12:39:21.065Z","updated_at":"2025-04-08T18:33:15.163Z","avatar_url":"https://github.com/cloud11665.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flask_dirview\nA reimplementation of Apache's directory browser in flask. [Try it](https://cld.sh/static) for yourself\n\n## how to use\njust copy [`flask_dirview.py`](https://raw.githubusercontent.com/Cloud11665/flask_dirview/master/flask_dirview.py) from this repo into your project's folder.\n\n## Usage:\n```py\nfrom flask import Flask\nfrom flask_dirview import DirView, Apache\n\napp = Flask(__name__)\nDirView(app, \"/home/foo\", \"/bar\", frontend=Apache)\n# this maps the directory `/home/foo` to `/bar` url\n# thats it, enjoy.\n```\n\nwhen run directly (`./flask_dirview.py`) it will fire up a demo of this micro-library. (flask is required)\n\n## FAQ\n- what in the world is this big binary blob?\n\t- it's a uuencoded, gzipped tarball of apache's icons, (they are public domain)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud11665%2Fflask_dirview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcloud11665%2Fflask_dirview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcloud11665%2Fflask_dirview/lists"}