dulwich 0.20.50 documentation
previous
|
next
|
modules
|
index
dulwich.bundle module
¶
Bundle format support.
class
dulwich.bundle.
Bundle
¶
Bases:
object
capabilities
:
Dict
[
str
,
str
]
=
{}
¶
pack_data
:
Union
[
PackData
,
Sequence
[
bytes
]
]
=
[]
¶
prerequisites
:
List
[
Tuple
[
bytes
,
str
]
]
=
[]
¶
references
:
Dict
[
str
,
bytes
]
=
{}
¶
version
:
Optional
[
int
]
=
None
¶
dulwich.bundle.
read_bundle
(
f
)
¶
Read a bundle file.
dulwich.bundle.
write_bundle
(
f
,
bundle
)
¶
Table of Contents
Possible areas for improvement
Git Server Protocol
Tutorial
Module reference
dulwich
Search