{"id":20956651,"url":"https://github.com/fastack-dev/fastack-staticfiles","last_synced_at":"2025-08-16T09:12:10.135Z","repository":{"id":57428478,"uuid":"441506272","full_name":"fastack-dev/fastack-staticfiles","owner":"fastack-dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-03T16:48:09.000Z","size":26,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-17T14:22:47.324Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastack-dev.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-12-24T16:05:42.000Z","updated_at":"2023-01-05T05:57:04.000Z","dependencies_parsed_at":"2023-12-11T17:43:51.543Z","dependency_job_id":"c7782194-eefb-449d-9d53-f5f5662f46a4","html_url":"https://github.com/fastack-dev/fastack-staticfiles","commit_stats":{"total_commits":6,"total_committers":2,"mean_commits":3.0,"dds":"0.16666666666666663","last_synced_commit":"1cef09a00e422ec27af5a27b528ff1bf5022b9ef"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fastack-dev/fastack-staticfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastack-dev%2Ffastack-staticfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastack-dev%2Ffastack-staticfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastack-dev%2Ffastack-staticfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastack-dev%2Ffastack-staticfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastack-dev","download_url":"https://codeload.github.com/fastack-dev/fastack-staticfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastack-dev%2Ffastack-staticfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270691084,"owners_count":24629017,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-19T01:27:17.032Z","updated_at":"2025-08-16T09:12:10.109Z","avatar_url":"https://github.com/fastack-dev.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fastack-staticfiles\n\nEasy to add static files\n\n# Usage\n\n```\npip install fastack-staticfiles\n```\n\nAdd the plugin to your project configuration\n\n```py\nPLUGINS = [\n    \"fastack_staticfiles\",\n    ...\n]\n```\n\nPlugin configuration example\n\n```py\nSTATICFILES = [\n    (\n        \"/static\",\n        \"static\",\n        {\"directory\": \"assets\", \"packages\": [], \"html\": False, \"check_dir\": True},\n    )\n]\n```\n\nConfiguration format like this `(path: str, name: str, options: dict)`\nThe `options` here will be passed to `starlette.staticfiles.StaticFiles`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastack-dev%2Ffastack-staticfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffastack-dev%2Ffastack-staticfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffastack-dev%2Ffastack-staticfiles/lists"}