malscraper.types package

Submodules

malscraper.types.AiringState module

class malscraper.types.AiringState.AiringState

Bases: enum.Enum

Enum that models the different airing states a series can have

AIRING = 'Currently Airing'
FINISHED = 'Finished Airing'
NOT_YET_AIRED = 'Not yet aired'

malscraper.types.MediaType module

class malscraper.types.MediaType.MediaType

Bases: enum.Enum

Enum that models the different media types (manga/anime)

ANIME = 'anime'
MANGA = 'manga'

malscraper.types.WatchState module

class malscraper.types.WatchState.WatchState

Bases: enum.Enum

Enum that models the different watch-states a series can have

COMPLETED = 2
DROPPED = 4
NOT_IN_LIST = 404
ON_HOLD = 3
PLAN_TO_WATCH = 6
WATCHING = 1

Module contents

Copyright 2017-2018 Hermann Krumrey

This file is part of mal-scraper.

mal-scraper is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

mal-scraper is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with mal-scraper. If not, see <http://www.gnu.org/licenses/>.