hubvault
Tutorials
Installation
Quick Start
Branch, Tag, and Merge Workflow
CLI Workflow
Verification, GC, and History Squashing
Repository Structure and How It Works
API Documentation
hubvault.api
hubvault.config
hubvault.entry
hubvault.errors
hubvault.models
hubvault.operations
hubvault.repo
hubvault.storage
hubvault
Index
Edit on GitHub
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
O
|
P
|
Q
|
R
|
S
|
U
|
V
|
W
_
__all__ (in module hubvault)
(in module hubvault.config)
(in module hubvault.entry)
(in module hubvault.repo)
(in module hubvault.storage)
__AUTHOR__ (in module hubvault.config.meta)
__AUTHOR_EMAIL__ (in module hubvault.config.meta)
__DESCRIPTION__ (in module hubvault.config.meta)
__init__() (hubvault.api.HubVaultApi method)
(hubvault.entry.base.KeyboardInterrupted method)
(hubvault.repo.backend.RepositoryBackend method)
(hubvault.storage.chunk.ChunkStore method)
(hubvault.storage.pack.PackStore method)
__new__() (hubvault.models.CommitInfo static method)
__post_init__() (hubvault.models.CommitInfo method)
(hubvault.operations.CommitOperationAdd method)
(hubvault.operations.CommitOperationDelete method)
__TITLE__ (in module hubvault.config.meta)
__VERSION__ (in module hubvault.config.meta)
A
as_file() (hubvault.operations.CommitOperationAdd method)
B
BlobLfsInfo (class in hubvault.models)
BlobSecurityInfo (class in hubvault.models)
C
canonical_lfs_pointer() (in module hubvault.storage.chunk)
ChunkDescriptor (class in hubvault.storage.chunk)
ChunkPart (class in hubvault.storage.chunk)
ChunkPlan (class in hubvault.storage.chunk)
ChunkStore (class in hubvault.storage.chunk)
cli (in module hubvault.entry.cli)
,
[1]
ClickErrorException (class in hubvault.entry.base)
ClickWarningException (class in hubvault.entry.base)
CliRepoContext (class in hubvault.entry.context)
colors_enabled() (in module hubvault.entry.style)
command_wrap() (in module hubvault.entry.base)
CommitInfo (class in hubvault.models)
CommitOperationAdd (class in hubvault.operations)
CommitOperationCopy (class in hubvault.operations)
CommitOperationDelete (class in hubvault.operations)
ConflictError (class in hubvault.errors)
CONTEXT_SETTINGS (in module hubvault.entry.base)
create_api() (hubvault.entry.context.CliRepoContext method)
create_branch() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_commit() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_repo() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
create_tag() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
D
DEFAULT_BRANCH (in module hubvault.repo)
(in module hubvault.repo.constants)
DEFAULT_CHUNK_SIZE (in module hubvault.storage.chunk)
delete_branch() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_file() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_folder() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
delete_tag() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
DRIVE_PATTERN (in module hubvault.repo.backend)
E
echo() (in module hubvault.entry.style)
EntryNotFoundError (class in hubvault.errors)
exit_code (hubvault.entry.base.KeyboardInterrupted attribute)
F
FAIL_ACTION_ENV (in module hubvault.repo.backend)
FAILPOINT_ENV (in module hubvault.repo.backend)
FAILPOINT_EXIT_CODE (in module hubvault.repo.backend)
format_branch_output() (in module hubvault.entry.formatters)
format_log_output() (in module hubvault.entry.formatters)
format_ls_tree_output() (in module hubvault.entry.formatters)
FORMAT_MARKER (in module hubvault.repo)
(in module hubvault.repo.constants)
format_merge_output() (in module hubvault.entry.formatters)
format_status_output() (in module hubvault.entry.formatters)
format_verify_output() (in module hubvault.entry.formatters)
FORMAT_VERSION (in module hubvault.repo)
(in module hubvault.repo.constants)
from_repo_path() (hubvault.entry.context.CliRepoContext class method)
full_verify() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
G
gc() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
GC_ANALYSIS_PACK_ID (in module hubvault.repo.backend)
GcReport (class in hubvault.models)
get_cli_repo_path() (in module hubvault.entry.context)
get_paths_info() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
get_storage_overview() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
git_blob_oid() (in module hubvault.storage.chunk)
GIT_OID_PATTERN (in module hubvault.repo.backend)
GitCommitInfo (class in hubvault.models)
GitRefInfo (class in hubvault.models)
GitRefs (class in hubvault.models)
H
hf_hub_download() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
hubvault
module
hubvault.api
module
hubvault.config
module
hubvault.config.meta
module
hubvault.entry
module
,
[1]
hubvault.entry.base
module
hubvault.entry.cli
module
hubvault.entry.content
module
hubvault.entry.context
module
hubvault.entry.dispatch
module
hubvault.entry.formatters
module
hubvault.entry.history
module
hubvault.entry.refs
module
hubvault.entry.repo
module
hubvault.entry.style
module
hubvault.errors
module
hubvault.models
module
hubvault.operations
module
hubvault.repo
module
,
[1]
hubvault.repo.backend
module
hubvault.repo.constants
module
hubvault.storage
module
hubvault.storage.chunk
module
hubvault.storage.pack
module
HubVaultApi (class in hubvault.api)
hubvaultcli() (in module hubvault.entry)
(in module hubvault.entry.dispatch)
HubVaultError (class in hubvault.errors)
HubVaultValidationError (class in hubvault.errors)
I
IntegrityError (class in hubvault.errors)
K
KeyboardInterrupted (class in hubvault.entry.base)
L
LARGE_FILE_THRESHOLD (in module hubvault.repo)
(in module hubvault.repo.constants)
lastCommit (hubvault.models.RepoFile property)
(hubvault.models.RepoFolder property)
LastCommitInfo (class in hubvault.models)
list_repo_commits() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_files() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_reflog() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_refs() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
list_repo_tree() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
load_cli_repo_context() (in module hubvault.entry.context)
M
merge() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
MergeConflict (class in hubvault.models)
MergeResult (class in hubvault.models)
module
hubvault
hubvault.api
hubvault.config
hubvault.config.meta
hubvault.entry
,
[1]
hubvault.entry.base
hubvault.entry.cli
hubvault.entry.content
hubvault.entry.context
hubvault.entry.dispatch
hubvault.entry.formatters
hubvault.entry.history
hubvault.entry.refs
hubvault.entry.repo
hubvault.entry.style
hubvault.errors
hubvault.models
hubvault.operations
hubvault.repo
,
[1]
hubvault.repo.backend
hubvault.repo.constants
hubvault.storage
hubvault.storage.chunk
hubvault.storage.pack
O
OBJECT_HASH (in module hubvault.repo)
(in module hubvault.repo.constants)
(in module hubvault.storage.chunk)
open_file() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
P
P (in module hubvault.entry.base)
PACK_MAGIC (in module hubvault.storage.pack)
pack_path() (hubvault.storage.pack.PackStore method)
PackChunkLocation (class in hubvault.storage.pack)
PackStore (class in hubvault.storage.pack)
PackWriteResult (class in hubvault.storage.pack)
plan_bytes() (hubvault.storage.chunk.ChunkStore method)
print_exception() (in module hubvault.entry.base)
print_version() (in module hubvault.entry.dispatch)
PUBLIC_GIT_AUTHOR_EMAIL (in module hubvault.repo.backend)
PUBLIC_GIT_AUTHOR_NAME (in module hubvault.repo.backend)
Q
quick_verify() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
R
R (in module hubvault.entry.base)
read_bytes() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
read_chunk() (hubvault.storage.pack.PackStore method)
read_range() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
(hubvault.storage.pack.PackStore method)
REF_NAME_PATTERN (in module hubvault.repo.backend)
ReflogEntry (class in hubvault.models)
register_content_commands() (in module hubvault.entry.content)
register_history_commands() (in module hubvault.entry.history)
register_ref_commands() (in module hubvault.entry.refs)
register_repo_commands() (in module hubvault.entry.repo)
repo_info() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
REPO_LOCK_FILENAME (in module hubvault.repo.constants)
RepoFile (class in hubvault.models)
RepoFolder (class in hubvault.models)
RepoInfo (class in hubvault.models)
RepositoryAlreadyExistsError (class in hubvault.errors)
RepositoryBackend (class in hubvault.repo.backend)
RepositoryNotFoundError (class in hubvault.errors)
reset_ref() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
RevisionNotFoundError (class in hubvault.errors)
rfilename (hubvault.models.RepoFile property)
S
set_cli_repo_path() (in module hubvault.entry.context)
sha256_hex() (in module hubvault.storage.chunk)
short_oid() (in module hubvault.entry.formatters)
show() (hubvault.entry.base.ClickErrorException method)
(hubvault.entry.base.ClickWarningException method)
snapshot_download() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
squash_history() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
SquashReport (class in hubvault.models)
StorageOverview (class in hubvault.models)
StorageSectionInfo (class in hubvault.models)
style_text() (in module hubvault.entry.style)
U
UnsupportedPathError (class in hubvault.errors)
upload_file() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
upload_folder() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
upload_large_folder() (hubvault.api.HubVaultApi method)
(hubvault.repo.backend.RepositoryBackend method)
V
VerificationError (class in hubvault.errors)
VerifyReport (class in hubvault.models)
W
WINDOWS_RESERVED_NAMES (in module hubvault.repo.backend)
write_pack() (hubvault.storage.pack.PackStore method)