fetch_meditation.spad_entry module
SPAD Entry module.
This module defines the data structure for SPAD meditation entries.
- class fetch_meditation.spad_entry.SpadEntry(date: str, title: str, page: str, quote: str, source: str, content: List[str], thought: str, copyright: str)[source]
Bases:
object
Data class representing a SPAD (Spiritual Principle A Day) meditation entry.
This class holds all the components of a SPAD meditation and provides methods for conversion to different formats.
- Attributes:
date (str): The date of the meditation title (str): The title of the meditation page (str): The page reference quote (str): The quote text source (str): The source of the quote content (List[str]): The main content paragraphs thought (str): The closing thought copyright (str): Copyright information
- content: List[str]
- copyright: str
- date: str
- page: str
- quote: str
- source: str
- thought: str
- title: str