Metadata-Version: 2.1
Name: anilistpy
Version: 0.0.4
Summary: python API wrapper for anilist.co
Home-page: https://github.com/anilistpy/anilistpy
Author: kalekale
Author-email: kalekale.anon@gmail.com
License: UNKNOWN
Description: # Anilistpy ![anilistpy](https://avatars3.githubusercontent.com/u/75199724?s=30&v=4)
        
        [![Build Status](https://travis-ci.com/anilistpy/anilistpy.svg?branch=master)](https://travis-ci.com/anilistpy/anilistpy)
        [![CodeFactor](https://www.codefactor.io/repository/github/anilistpy/anilistpy/badge)](https://www.codefactor.io/repository/github/anilistpy/anilistpy)
        ![PyPI - Downloads](https://img.shields.io/pypi/dm/anilistpy)
        [![pypi verison](https://img.shields.io/pypi/v/anilistpy.svg)](https://pypi.org/project/anilistpy/)
        [![GitHub license](https://img.shields.io/github/license/anilistpy/anilistpy)](https://github.com/anilistpy/anilistpy/blob/master/license)
        
        An easy to use python3 wrapper for anilist.co APIv2
        
        # Installing
        
        ## Installing from pypi
        
        ```
        pip install anilistpy
        ```
        
        ## Installing from git
        ```
        pip install git+https://github.com/anilistpy/anilistpy
        ```
        
        ## Installing from git (Unstable / Development branch)
        ```
        pip install git+https://github.com/anilistpy/anilistpy@dev
        ```
        
        # Getting started
        
        # Importing
        
        ```py
        import anilistpy
        ```
        
        or manually import the method/class you need
        ```py
        from anilistpy import Anime
        ```
         
        More Documenation and Examples [here](https://anilistpy.github.io/)
        
        
        ![agpl3](https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/AGPLv3_Logo.svg/200px-AGPLv3_Logo.svg.png)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
