TechnoteState

class technote.metadata.model.TechnoteState(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: str, Enum

Standardized states for a technote.

flowchart LR draft --> stable stable --> draft stable --> deprecated draft --> deprecated

Attributes Summary

deprecated

The technote is no longer relevant and accurate, and may have been replaced by other documents.

draft

The technote is being actively drafted and updated.

other

The technote's state is not described by the controlled vocabulary.

stable

The content is considered stable and intended to be complete and accurate.

Attributes Documentation

deprecated = 'deprecated'

The technote is no longer relevant and accurate, and may have been replaced by other documents.

draft = 'draft'

The technote is being actively drafted and updated. It may not be complete.

other = 'other'

The technote’s state is not described by the controlled vocabulary. Use the TechnoteStatus.note field to explain.

stable = 'stable'

The content is considered stable and intended to be complete and accurate.