gitdb icon indicating copy to clipboard operation
gitdb copied to clipboard

IO of git-style object databases

Results 11 gitdb issues
Sort by recently updated
recently updated
newest added

I have code that relies on reading an object from a gitdb stream. To do this I used with a standard `.read()` loop (like with [io.RawIOBase](https://docs.python.org/3/library/io.html#io.RawIOBase)): ```python stream = db.stream(bytes.fromhex(sha))...

acknowledged
help wanted