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 (
Optional
[SourceRepository
], default:None
) –
Attributes Summary
The technote's abstract in plain text.
The canonical URL of the technote.
Additional information for citing 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 version of the technote.
Attributes Documentation
-
source_repository:
Optional
[SourceRepository
] = None# The source code repository for the technote.