pyfilesystem2
pyfilesystem2 copied to clipboard
git fs implementation
Hi,
I checked the list of known filesystem implementations (https://www.pyfilesystem.org/page/index-of-filesystems/), but couldn't find one for git repositories.
- Are you aware of one, not on the list?
- Which of the existing filesystems would be a good starting point for a git fs impl ?
It does exist however the project appears to be dead.
I've created one: https://danjou.gitlab.io/fs-code/v0.3.1/codefs/gitfs.html
Fair warning though, it's still rough around the edges, and whether it's useful for you depends very much on your requirements.
Also: https://github.com/PyFilesystem/pyfilesystem2/issues/571