TechnoteMetadata#
- class technote.metadata.model.TechnoteMetadata(*, title, status, canonical_url=None, id=None, series_id=None, date_created=None, date_updated=None, version=None, authors=<factory>, contributors=<factory>, source_repository=None, license_id=None, citation=None, abstract_plain=None)#
Bases:
object
The domain model for metadata about a technote.
- Parameters:
title (
str
)status (
Status
)contributors (
list
[Contributor
], default:<factory>
)source_repository (
SourceRepository
|None
, default:None
)
Attributes Summary
The technote's abstract in plain text.
The authors of the technote.
The canonical URL of the technote.
Additional information for citing the technote.
The additional contributors to the technote.
The date when the technote was created.
The date when the technote was last updated.
The institutional identifier for a technote.
The SPDX license identifier for the technote.
The identifier for the series the technote belongs to.
The source code repository for the technote.
The status of the technote.
The title of the technote.
The version of the technote.
Attributes Documentation
-
contributors:
list
[Contributor
] = <dataclasses._MISSING_TYPE object># The additional contributors to the technote.
-
source_repository:
SourceRepository
|None
= None# The source code repository for the technote.