{"id":22970533,"url":"https://github.com/dlr-pa/fuse_git_bare_fs","last_synced_at":"2025-08-13T11:33:42.265Z","repository":{"id":39793880,"uuid":"378905986","full_name":"dlr-pa/fuse_git_bare_fs","owner":"dlr-pa","description":"'fuse_git_bare_fs' is a tool to mount the working tree of a git bare repository as a filesystem in user space (FUSE).","archived":false,"fork":false,"pushed_at":"2023-04-20T18:57:33.000Z","size":724,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2023-04-20T19:20:59.032Z","etag":null,"topics":["filesystem","fuse","git","python"],"latest_commit_sha":null,"homepage":"https://dlr-pa.github.io/fuse_git_bare_fs/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dlr-pa.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-06-21T11:22:45.000Z","updated_at":"2023-04-20T19:20:59.033Z","dependencies_parsed_at":"2022-08-30T02:31:02.673Z","dependency_job_id":null,"html_url":"https://github.com/dlr-pa/fuse_git_bare_fs","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlr-pa%2Ffuse_git_bare_fs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlr-pa%2Ffuse_git_bare_fs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlr-pa%2Ffuse_git_bare_fs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlr-pa%2Ffuse_git_bare_fs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlr-pa","download_url":"https://codeload.github.com/dlr-pa/fuse_git_bare_fs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229759841,"owners_count":18119874,"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":["filesystem","fuse","git","python"],"created_at":"2024-12-14T22:13:52.223Z","updated_at":"2024-12-14T22:13:52.629Z","avatar_url":"https://github.com/dlr-pa.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# README: fuse_git_bare_fs\n\n## intro\n\n'fuse_git_bare_fs' is a tool to mount the working tree of a\n[git](https://git-scm.com/) bare repository as a filesystem in\nuser space ([FUSE](https://en.wikipedia.org/wiki/Filesystem_in_Userspace)).\n\nYou can find more information on the web:\n\n* [source code of fuse_git_bare_fs](https://github.com/dlr-pa/fuse_git_bare_fs)\n* [documentation of fuse_git_bare_fs](https://dlr-pa.github.io/fuse_git_bare_fs)\n\n## install\n\nSee [INSTALL.txt](doc/source/INSTALL.txt) or\n[INSTALL: fuse_git_bare_fs (web)](https://dlr-pa.github.io/fuse_git_bare_fs/INSTALL.html)\nfor full install manual. You can find a very short overview in the next lines.\n\nfuse_git_bare_fs needs some Python modules and you can also ask the installation\nroutine/script for the required Python modules:\n\n    env python3 setup.py --help\n    env python3 setup.py --requires\n\nTo install this software global to / the following step is to perform:\n\n    env python3 setup.py install --record installed_files.txt\n\nTo install this software to your $HOME the following steps are to perform:\n\n    env python3 setup.py install --home=~ --record installed_files.txt\n\nYou can also use [pip](https://pip.pypa.io/en/stable/) to install:\n\n    pip3 install .\n\nFor older versions of pip you need to choose explicit a home install:\n\n    pip3 install --user .\n\n## copyright + license\n\nAuthor: Daniel Mohr.\n\nDate: 2023-04-05 (last change).\n\nLicense: GNU GENERAL PUBLIC LICENSE, Version 2, June 1991.\n\nCopyright (C) 2021, 2022, 2023 Daniel Mohr and\n              Deutsches Zentrum fuer Luft- und Raumfahrt e. V., D-51170 Koeln\n\n This program is free software; you can redistribute it and/or modify\n it under the terms of the GNU General Public License as published by\n the Free Software Foundation; either version 2 of the License, or\n (at your option) any later version.\n\n This program is distributed in the hope that it will be useful,\n but WITHOUT ANY WARRANTY; without even the implied warranty of\n MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n GNU General Public License for more details.\n\n You should have received a copy (see [LICENSE.txt](LICENSE.txt)) of the\n GNU General Public License along with this program.\n If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n\n## Contact Informations\n\n* Daniel Mohr, daniel.mohr@dlr.de\n\n## Territory\n\nThis license applies to all components/files of the software.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlr-pa%2Ffuse_git_bare_fs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlr-pa%2Ffuse_git_bare_fs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlr-pa%2Ffuse_git_bare_fs/lists"}