HV Battle Intelligence Extractor: parse HentaiVerse battle HTML into structured Python dataclasses
Project description
HV-BIE
HV Battle Intelligence Extractor parses a HentaiVerse battle HTML string into structured Python dataclasses.
- Python 3.13+
- Dependency: beautifulsoup4
Public API
from hv_bie import parse_snapshot
from hv_bie.types import BattleSnapshot
snap = parse_snapshot(html)
print(snap.player.hp_percent)
See SRS.md for detailed requirements and data model.
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
hv_bie-0.2.0.tar.gz
(285.2 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
hv_bie-0.2.0-py3-none-any.whl
(20.9 kB
view details)
File details
Details for the file hv_bie-0.2.0.tar.gz.
File metadata
- Download URL: hv_bie-0.2.0.tar.gz
- Upload date:
- Size: 285.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93715815f12b4a4febac6365d4d4308d92243f6a5167b6f1fafff5b30c195cd1
|
|
| MD5 |
41b80c10ed94cd3674b38cb8654e05dd
|
|
| BLAKE2b-256 |
0355d2202ffe4ce1b65c0d3ed7fe55f3881f82bc6167d26681c27c09bfc6a625
|
File details
Details for the file hv_bie-0.2.0-py3-none-any.whl.
File metadata
- Download URL: hv_bie-0.2.0-py3-none-any.whl
- Upload date:
- Size: 20.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
354d20df9a7ed031fa3e7998e4349ec381959ecb2e2532190d8aab05ffc449df
|
|
| MD5 |
ce69591122839d1b1ad483ad5f6fc36b
|
|
| BLAKE2b-256 |
7d8ac2c4432836e5ef30ef99cf639beae50544fa459e4ff498f3c75ae176453e
|