aniremind.db package

Submodules

aniremind.db.Reminder module

class aniremind.db.Reminder.Reminder(**kwargs)

Bases: sqlalchemy.ext.declarative.api.Base

Models a reminder

__init__(**kwargs)

A simple constructor that allows initialization from kwargs.

Sets attributes on the constructed instance using the names and values in kwargs.

Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.

address

The associated address

address_id

The ID of the associated address

id

The ID of the reminder

last_episode

The last episode the user was reminded of

show_name

The name of the show

Module contents