Overview of py-trello submodules
masterThe py-trello package is organized into several submodules that map to Trello's API entities. Use these modules to interact with specific parts of your Trello workspace:
trello.trelloclient: The primary entry point for interacting with the Trello API.trello.board: Manage Trello boards.trello.trellolist: Manage lists within boards.trello.card: Manage cards within lists.trello.checklist: Manage checklists on cards.trello.attachment: Manage file attachments on cards.trello.label: Manage labels.trello.member: Manage Trello members.trello.organization: Manage Trello organizations.trello.webhook: Manage webhooks for real-time updates.trello.exceptions: Handle API-specific errors.trello.base,trello.compat,trello.util: Internal utility and compatibility modules.