A simple H@H GalleryInfo Parser
Project description
H@H Gallery Parser (h2h-galleryinfo-parser)
H@H Gallery Parser is a Python package designed to parse downloaded gallery files from H@H, a gallery download tool. When H@H downloads a gallery, it creates a folder named after the gallery, containing image files and a galleryinfo.txt
file. This package helps extract useful information from the galleryinfo.txt
file for further use.
Features
The package provides three core functionalities:
-
Parse Gallery ID: Extract the gallery ID from a given gallery folder.
-
Gallery Information Parsing: The
GalleryInfoParser
class represents a parser for extracting detailed gallery information, including the gallery name, ID, paths of files, modification time, title, upload and download times, comments, uploader account, tags, and the number of pages. -
Parse Gallery Information: Extracts all relevant details from the given folder and returns an instance of
GalleryInfoParser
containing the parsed information.
Installation
You can install this package using pip:
pip install h2h-galleryinfo-parser
Usage
Here's a quick example of how to use H@H Gallery Parser:
from h2h_galleryinfo_parser import parse_gid, parse_galleryinfo
# Parse gallery ID from folder path
gallery_id = parse_gid('/path/to/gallery/folder')
print(f'Gallery ID: {gallery_id}')
# Parse gallery information
gallery_info = parse_galleryinfo('/path/to/gallery/folder')
print(f'Gallery Title: {gallery_info.title}')
print(f'Tags: {gallery_info.tags}')
License
This project is distributed under the terms of the GNU General Public Licence (GPL). For detailed licence terms, see the LICENSE
file included in this distribution.
Project details
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
File details
Details for the file h2h_galleryinfo_parser-0.1.3.tar.gz
.
File metadata
- Download URL: h2h_galleryinfo_parser-0.1.3.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b801a7c82518ce46889e5697ba58e7985c58bee43af54fe15c120be1c65f033b |
|
MD5 | 706afb94825eb45a8a8156fa9cc15c95 |
|
BLAKE2b-256 | 470d8338440cd1dbbff9bd0c2f6d402c1bd572f1bad200c2534a71ecc4531090 |
File details
Details for the file h2h_galleryinfo_parser-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: h2h_galleryinfo_parser-0.1.3-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.13.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1fac7e77280ba1320581c1574ae4521f7b952b376a700987ccef085fb886b17 |
|
MD5 | 63ab1fdce2d0e37a099f1a28a56c6ad2 |
|
BLAKE2b-256 | 496d3f57a513647db25ad55e9db04c69ad8e7dc5dd07f73e369e21a9f592bf1c |