llama-index readers mangadex integration
Project description
MangaDex Loader
pip install llama-index-readers-mangadex
This loader fetches information from the MangaDex API, by manga title.
Usage
from llama_index.readers.mangadex import MangaDexReader
loader = MangaDexReader()
documents = loader.load_data(
titles=["manga title 1", "manga title 2"], lang="en"
)
Output
Text
Document text is the manga title. There are alternate titles for many manga, so the canonical title will be returned, even if it is not the title that the user queried with.
Extra Info
| Data | Description |
|---|---|
| id (str) | MangaDex manga id |
| author (str) | Author's full name |
| artist (str) | Artist's full name |
| description (str) | Manga description |
| original_language (str) | The language of the source material (before translation) |
| tags (List[str]) | Describes the manga's genre, e.g. "slice of life" |
| chapter_count (int) | How many chapters exist in the requested language |
| latest_chapter_published_at (str) | Timestamp (YYYY-MM-DDTHH:MM:SS in timezone UTC+0) for the latest chapter in the requested language |
Examples
This loader is designed to be used as a way to load data into LlamaIndex.
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
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 llama_index_readers_mangadex-0.5.0.tar.gz.
File metadata
- Download URL: llama_index_readers_mangadex-0.5.0.tar.gz
- Upload date:
- Size: 4.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c13fe53053bf39a4bc9753f6fbbef5a3f0b30d03fd8582e99a46de838905fed
|
|
| MD5 |
cfeff597d47126e0ef5ad25b969cb467
|
|
| BLAKE2b-256 |
d9c9181d8ddb62b0913f744d5e87b6590e40f186f2a1aec587069cea214bf752
|
File details
Details for the file llama_index_readers_mangadex-0.5.0-py3-none-any.whl.
File metadata
- Download URL: llama_index_readers_mangadex-0.5.0-py3-none-any.whl
- Upload date:
- Size: 4.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.9 {"installer":{"name":"uv","version":"0.10.9","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c0e2f53df000a71c683e4dcb7bfca4ea7d536ed33da4542e6df3a0d634e063e
|
|
| MD5 |
52804d9bc0da1756bcc085eb84367217
|
|
| BLAKE2b-256 |
af2113ff7cb7cda44ed790fdebf30c41444cba225fa8f508c4d537a4e7ded11d
|