SourceRepository#
- class technote.metadata.model.SourceRepository(*, url, path='', branch=None, commit=None)#
Bases:
object
The domain model for the technote’s source code repository.
- Parameters:
Attributes Summary
The branch of the source code repository.
The current commit in the source code repository.
The base path of the technote relative to the root of the repository.
Attributes Documentation