Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anilistpy/anilistpy
Easy to use python wrapper for anilist apiv2
https://github.com/anilistpy/anilistpy
anilist anime api manga pypi python3 wrapper
Last synced: about 2 months ago
JSON representation
Easy to use python wrapper for anilist apiv2
- Host: GitHub
- URL: https://github.com/anilistpy/anilistpy
- Owner: anilistpy
- License: agpl-3.0
- Archived: true
- Created: 2020-11-29T08:38:00.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T10:43:43.000Z (over 3 years ago)
- Last Synced: 2024-09-25T19:28:50.155Z (about 2 months ago)
- Topics: anilist, anime, api, manga, pypi, python3, wrapper
- Language: Python
- Homepage: https://anilistpy.github.io/
- Size: 81.1 KB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# Anilistpy ![anilistpy](https://avatars3.githubusercontent.com/u/75199724?s=30&v=4)
![Test](https://github.com/anilistpy/anilistpy/workflows/Test/badge.svg)
[![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 (UNOFFICIAL)
# Installing
## Installing from pypi
```
pip install anilistpy
```## Build Requirements:
- Rust Toolchain (rustc cargo)
- Python Toolchain (pip wheel setuptools setuptools-rust)## Installing from the AUR
Arch users can install the [python3-anilistpy](https://aur.archlinux.org/packages/python3-anilistpy/) package from the AUR.
Documenation and Examples [here](https://anilistpy.github.io/)
(note: the Documenation is not complete, if you need help make a issue)# Change log 0.5.x -> 0.1.x
- moving to rust for better performance
![agpl3](https://upload.wikimedia.org/wikipedia/commons/thumb/0/06/AGPLv3_Logo.svg/200px-AGPLv3_Logo.svg.png)