Metadata-Version: 2.4
Name: liteyukibot-v7-profile
Version: 0.1.0a2
Summary: Persistent per-bot user profiles for LiteyukiBot v7.
Author: LiteyukiStudio
License-Expression: LicenseRef-LSO
License-File: LICENSE
Requires-Dist: liteyukibot-v7>=7.0.0a10,<8
Requires-Dist: liteyukibot-v7-resources>=0.1.0a2,<0.2
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# LiteyukiBot v7 Profile

`liteyukibot-v7-profile` stores persistent per-bot user preferences and
provides `liteyukibot.profile@1` to native plugins.

Records are keyed by exact `(runtime_id, bot_id, actor_id)` principals. The
initial fields are `nickname` and `language`; storage lives entirely in this
plugin's private SQLite database.
