pyfilesystem2 icon indicating copy to clipboard operation
pyfilesystem2 copied to clipboard

git fs implementation

Open jdonnerstag opened this issue 2 years ago • 2 comments

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.

  1. Are you aware of one, not on the list?
  2. Which of the existing filesystems would be a good starting point for a git fs impl ?

jdonnerstag avatar Feb 20 '23 20:02 jdonnerstag

It does exist however the project appears to be dead.

dargueta avatar Feb 20 '23 20:02 dargueta

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

dAnjou avatar Jan 28 '24 14:01 dAnjou