rickandmorty-SDK

Rick and Morty information SDK


Keywords
rickandmorty, APIRest, SDK
License
MIT
Install
pip install rickandmorty-SDK==0.0.2

Documentation

rickandmorty_sdk

Acquisition of data from Rick and Morty characters through synchronous requests to the Rick and Morty API

Library with two options:

  • List all characters: shows the names of all the characters and their identifier
  • Show character info: by entering the identifier of a character, it shows the following information:
    • Name
    • Status
    • Species
    • Type
    • Gender
    • Origin
    • Location

Can be used as follows:

import rickAndMortySDK as rams

Being able to access its functions in the following way:

rams.listAllCharacters()
rams.showCharacterInfo('id')