tyrannosaurus.parser

Parsing of various files.

Original source: https://github.com/dmyersturnbull/tyrannosaurus Copyright 2020–2021 Douglas Myers-Turnbull Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Module Contents

class tyrannosaurus.parser.LiteralParser(project: str, user: Optional[str], authors: Optional[Sequence[str]], description: str, keywords: Sequence[str], version: str, status: tyrannosaurus.enums.DevStatus, license_name: Union[str, tyrannosaurus.enums.License], tyranno_vr: str)
_list(v: Optional[Sequence[Any]]) str
_pretty(v: Optional[Sequence[Any]]) str
_sentence(v: str) str
download_license_template(header: bool) str
parse(s: str) str