{"id":21214478,"url":"https://github.com/slice/pawfile","last_synced_at":"2025-03-15T00:20:55.537Z","repository":{"id":83250375,"uuid":"144220221","full_name":"slice/pawfile","owner":"slice","description":"a simple python file server","archived":false,"fork":false,"pushed_at":"2018-08-23T01:46:43.000Z","size":31,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-21T16:24:00.393Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/slice.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-08-10T01:15:51.000Z","updated_at":"2019-10-31T06:43:16.000Z","dependencies_parsed_at":"2023-03-12T17:45:00.206Z","dependency_job_id":null,"html_url":"https://github.com/slice/pawfile","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fpawfile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fpawfile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fpawfile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/slice%2Fpawfile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/slice","download_url":"https://codeload.github.com/slice/pawfile/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243663737,"owners_count":20327339,"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-20T21:28:07.119Z","updated_at":"2025-03-15T00:20:55.505Z","avatar_url":"https://github.com/slice.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"pawfile\n=======\n\nA small file server written in Python 3.7 and Flask.\n\nFeatures\n--------\n\n* File creation\n* File deletion\n* Basic password authentication via ``Authorization`` header\n\nMissing Features\n~~~~~~~~~~~~~~~~\n\n* Caching (!!!)\n* File editing\n* Multiple users\n\nSetting up\n----------\n\nClone the repository somewhere, and run ``create_tables.py``::\n\n    python3 create_tables.py files.db\n\nCreate your configuration file, ``config.py``::\n\n    PASSWORD = 'used to upload and delete stuff'\n\nInstall dependencies with `poetry`::\n\n    poetry install\n\nStart the application::\n\n    CONFIG=config.py some_wsgi_server pawfile.app\n\nFor Development\n~~~~~~~~~~~~~~~\n\nRun the steps above and start Flask's development server::\n\n    CONFIG=config.py FLASK_APP=pawfile.app FLASK_ENV=development flask run\n\nAdvanced Configuration\n----------------------\n\nLook at ``pawfile/config.py`` for the default configuration. You can override\nthose values in your own configuration file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fpawfile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fslice%2Fpawfile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fslice%2Fpawfile/lists"}