Simple library to get Anime title and ID from MyAnimeList
Project description
pymal_basic
Python Basic API wrapper for MyAnimeList
WORK ON PROGRESS
Installation
pip install pymal_basics
Usage
Basic Usage:
from pymal_basic import Anime
obj = Anime('YOUR CLIENT ID')
ress = obj.SearchAnime('naruto', 4)
final_ress = obj.GetAnime(ress)
# You can process more data by processing the results
for anime in final_ress:
print(f"Title: {anime['title']}, ID: {anime['id']}")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pymal_basics-0.0.2.tar.gz
(2.8 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pymal_basics-0.0.2.tar.gz.
File metadata
- Download URL: pymal_basics-0.0.2.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2cf5259a13f49837a60ed11e63c8f017f27a4aaf3a34dc5744c4e6a3861df65
|
|
| MD5 |
23101b8afc8b81af15dc5acf7af2ab83
|
|
| BLAKE2b-256 |
fb51ff53c4269a70d2072c2d160660478203331165e4627030ae107cd9573875
|
File details
Details for the file pymal_basics-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pymal_basics-0.0.2-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ffa650d52ab7e5244c11bca46bdf0f2e7cc80db83e5a20daa06ab33124d16b78
|
|
| MD5 |
30fabd4fc8d19468c24882e0cb78fb90
|
|
| BLAKE2b-256 |
e3b95151b2eae32c4d288deb3e2bc3737f2b9a66e0bb7c6d2b673086ca818c3f
|