Economy API for NoneBot2
Project description
核心特性
nonebot_plugin_value 是一个基于 NoneBot2 的通用经济系统插件,提供以下核心功能:
- 📈 账户系统: 各货币账户独立
- 🪙 多货币系统: 支持创建任意数量的货币类型
- 💰 原子化交易: 保证转账等操作的事务性
- 🔁 钩子系统: 支持交易前后触发自定义逻辑
- 📊 完整审计: 所有交易记录包含完整上下文信息
- 🔐 安全控制: 支持负余额限制
- 📝 批量操作: 支持批量修改用户的货币数据
- 🔍 时间范围审计日志: 从时间范围获取交易记录
- 🚀 导出数据: 支持从 Json 文件导入/导出到 Json 文件
- 🔧 依赖注入: 支持依赖注入模式调用
快速开始
安装
-
使用 nb-cli 安装:
nb plugin install nonebot-plugin-value
-
使用 uv 安装:
uv add nonebot-plugin-value
-
使用 pip 安装:
pip install nonebot-plugin-value
加载插件
使用pip/uv安装需要打开pyproject.toml
[tool.nonebot]
plugins = ["nonebot_plugin_value"]
添加依赖后,请重新启动 nonebot2
API Docs
更新迁移
-
升级 nonebot_plugin_value 到最新版本
-
在机器人根目录使用
nb orm upgrade命令升级数据库
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 nonebot_plugin_value-0.1.3.post2.tar.gz.
File metadata
- Download URL: nonebot_plugin_value-0.1.3.post2.tar.gz
- Upload date:
- Size: 58.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
22c4d6852f5c2c294bffb85317e61175cfb88ceb5d0d26150d8943c7ed9310a5
|
|
| MD5 |
f099951e5c2cdd51c1cfde0021c3a6f3
|
|
| BLAKE2b-256 |
cbc4e629f096001ad24abac98e991ca42dcb44171b40512c8f396e2f81ba56bc
|
File details
Details for the file nonebot_plugin_value-0.1.3.post2-py3-none-any.whl.
File metadata
- Download URL: nonebot_plugin_value-0.1.3.post2-py3-none-any.whl
- Upload date:
- Size: 54.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d19f0af7cb1bd733f147577ceabba39bf396b0e72e57c6bea357fc562051d7c8
|
|
| MD5 |
bf1053cb6ea329e1768ea6569903ba0d
|
|
| BLAKE2b-256 |
12824ca42053171f2d1e4cdef491445090537721a918a339a25c3348fc29a83a
|