hubvault.repo

Repository package exports for hubvault.

This package keeps hubvault.repo as the stable import path for the local repository backend while allowing the implementation to be split into smaller submodules.

The package contains:

Example:

>>> from hubvault.repo import DEFAULT_BRANCH, LARGE_FILE_THRESHOLD
>>> DEFAULT_BRANCH
'main'
>>> LARGE_FILE_THRESHOLD > 0
True

__all__

hubvault.repo.__all__ = ['DEFAULT_BRANCH', 'FORMAT_MARKER', 'FORMAT_VERSION', 'LARGE_FILE_THRESHOLD', 'OBJECT_HASH']

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.