Metadata-Version: 2.0
Name: tvtimewrapper
Version: 0.0.1
Summary: Python Wrapper library for TVTime App (formerly TV Show Time)
Home-page: https://github.com/seanwlk/tvtimewrapper
Author: seanwlk
Author-email: seanwlk@my.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: beautifulsoup4 (>=4.8.0)

# TVTime Wrapper

Simple class that allows the usage of TVTime via script with "API like" data returns. Note that this is not an official library and it works by webscraping the site.

## Usage

from tvtimewrapper import TVTimeWrapper

tvtime = TVTimeWrapper("username","password")

Full documentation available here: https://github.com/seanwlk/tvtimewrapper


