python-tuf/tuf/repository/__init__.py
E3E da38b473bd add pylint ruleset to ruff
Signed-off-by: E3E <ntanzill@purdue.edu>
2024-02-20 16:04:06 -05:00

13 lines
514 B
Python

# Copyright 2021-2022 python-tuf contributors
# SPDX-License-Identifier: MIT OR Apache-2.0
"""Repository API: A helper library for repository implementations
This module is intended to make any "metadata editing" applications easier to
implement: this includes repository applications, CI integration components as
well as developer and signing tools.
The repository module is not considered part of the stable python-tuf API yet.
"""
from tuf.repository._repository import AbortEdit, Repository # noqa: F401