Metadata-Version: 1.1
Name: anime-images-api
Version: 0.0.6
Summary: a wrapper for the anime images api
Home-page: https://discord.com/invite/WhnmkwgtGb
Author: skelly386#1410
Author-email: skellymclane@gmail.com
License: MIT
Description: import anime_images_api
        
        anime = anime_images_api.Anime_Images()
        
        anime.help()
        
        sfw = anime.get_sfw('hug')
        
        nsfw = anime.get_nsfw('hentai')
        
        print(f'sfw image url: {sfw}')
        
        print(f'nsfw image url: {nsfw}')
        
Keywords: python,image,anime,api,wrapper,py
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: Free For Educational Use
Classifier: License :: Free For Home Use
Classifier: License :: Free for non-commercial use
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: MIT License
