server.nntp_article =================== .. py:module:: server.nntp_article .. autoapi-nested-parse:: A function that returns an nntp_article that contains a tuple of attachments that are json files. Attributes ---------- .. autoapisummary:: server.nntp_article.here Functions --------- .. autoapisummary:: server.nntp_article.nntp_article Module Contents --------------- .. py:function:: nntp_article(title: str, attachments: collections.abc.Iterable[str | pathlib.Path]) -> email.message.EmailMessage Returns a tuple of paths to two JSON files. .. py:data:: here