seriesmarker.persistence.model.series module

class Series(**kwargs)[source]

Bases: sqlalchemy.ext.declarative.api.Base

This class stores information about a series.

__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.

__mapper__ = <Mapper at 0x7f122db966d8; Series>
__repr__()[source]
__table__ = Table('series', MetaData(bind=None), Column('id', Integer(), table=<series>, primary_key=True, nullable=False), Column('SeriesName', String(), table=<series>), Column('Overview', String(), table=<series>), Column('Status', String(), table=<series>), Column('lastupdated', Integer(), table=<series>), Column('Rating', Float(), table=<series>), Column('RatingCount', Integer(), table=<series>), Column('ContentRating', String(), table=<series>), Column('Language', String(), table=<series>), Column('banner', String(), table=<series>), Column('fanart', String(), table=<series>), Column('poster', String(), table=<series>), Column('FirstAired', Date(), table=<series>), Column('Airs_DayOfWeek', String(), table=<series>), Column('Airs_Time', String(), table=<series>), Column('Runtime', Integer(), table=<series>), Column('added', String(), table=<series>), Column('added_by', Integer(), table=<series>), Column('Network', String(), table=<series>), Column('NetworkID', String(), table=<series>), Column('SeriesID', Integer(), table=<series>), Column('IMDB_ID', String(), table=<series>), Column('zap2it_id', String(), table=<series>), schema=None)
__tablename__ = 'series'
_sa_class_manager = <ClassManager of <class 'seriesmarker.persistence.model.series.Series'> at 7f122db8d868>
actors
added
added_by
airs_day_of_week
airs_time
banner
content_rating
extra
fanart
first_aired
genre
id
imdb_id
language
last_updated
network
network_id
overview
poster
rating
rating_count
runtime
seasons
series_id
series_name
status
zap2it_id