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: 4 days 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 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-05T10:43:43.000Z (over 4 years ago)
- Last Synced: 2025-01-19T12:37:33.765Z (9 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 

[](https://www.codefactor.io/repository/github/anilistpy/anilistpy)

[](https://pypi.org/project/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
