Metadata-Version: 2.1
Name: plotrsdk
Version: 1.0.1
Summary: A Python SDK for the Lord of the Rings API
Home-page: https://github.com/prabhumarappan/prabhu-lotr-SDK
Author: Prabhu Marappan
Author-email: prabhum.794@gmail.com
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE.md

Intialize with API key

Services
-   Book
-   Movie
-   Character
-   Quote
-   Chapter

each method in service will have a variable which states whether key is required or not

Addon to each service
- Pagination
- Sorting
- Filter
  - pretty much straight forward, use dictionary, and use that to 
- Authentication
