Skip to main content

TV Series management tool

Project description

pychapter

Pychapter is a simple library written in python3.5 that handles tv series data. That is, given a set of data, it tries to gather as much data as possible from its providers.

There are three kinds of providers:

  • Data providers, for tv show information

  • Magnet providers, for magnet links

  • Subtitles providers, for subitles

Examples:

chapter = Chapter(title='limitless', season=1, chapter=1)
chapter.magnet # This will return the closest magnet with most seeds
chapter.plot # Chapter plot

# This will print a magnet link for each chapter in the whole series
for season in Series(title="limitless"):
    for chapter in season.chapters:
        print(chapter.magnet)
https://img.shields.io/pypi/v/pychapter.svg https://img.shields.io/travis/XayOn/pychapter.svg Documentation Status

TV Series management tool

Features

  • Series object

  • Season object

  • Chapter object

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

History

0.1.1

  • First stable release

0.1.0 (2016-1-22)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pychapter-1.0.2.tar.gz (19.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page