Metadata-Version: 2.1
Name: rbtv-api
Version: 0.0.8
Summary: Simple Python wrapper for the JSON Rocket Beans TV API
Home-page: https://github.com/Dobatymo/rbtv-api
Author: Dobatymo
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.5
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: genutility
Provides-Extra: all
Requires-Dist: unidecode ; extra == 'all'

# Rocket Beans TV API

Simple Python wrapper for the RBTV JSON API. See <https://github.com/rocketbeans/rbtv-apidoc>.
Authorization is not implemented yet. That means all endpoints which require authorization (like subscription management) don't work yet.


