Azerothcore DataFrame.
Project description
Welcome to acore_df Documentation
这个项目是为了解决在修改 Azerothcore 世界数据库, 会存在很多 ID code 到人类友好的名字的转换问题. 在以前, 为了增加代码的可维护性, 我需要定义 ID 的 Enum, 然后用 ID 取数据库中查找其他的 attribute. 而这样做很难保证数据在不断更新过程中的一致性. 于是我设计了一个新的方案. 新方案的核心是将 Google Sheet 中编写的数据作为 Ground Truth, 然后用 Python 自动生成所有的 Enum, SqlAlchemy ORM Class, Data Class 的定义的 Python 模块, 然后将数据 load 到一个 Sqlite 数据库中. 所有的 IO 都会走本地的 Sqlite 数据库, 这样会获得非常高的性能.
Install
acore_df is released on PyPI, so all you need is to:
$ pip install acore-df
To upgrade to latest version:
$ pip install --upgrade acore-df
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
acore_df-0.1.1.tar.gz
(16.7 kB
view details)
Built Distribution
acore_df-0.1.1-py3-none-any.whl
(15.1 kB
view details)
File details
Details for the file acore_df-0.1.1.tar.gz
.
File metadata
- Download URL: acore_df-0.1.1.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bba3f9e881d633bd03db384500e17c017b1a9b47f613ff836299ebce3a8419a |
|
MD5 | 72358cfe28c0b6228584dcd951a0b03a |
|
BLAKE2b-256 | 5007a3b78c9c0332d4cfd5d82a1fcb0b6c71bba514e45122ba2c12b1a8444df6 |
File details
Details for the file acore_df-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: acore_df-0.1.1-py3-none-any.whl
- Upload date:
- Size: 15.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 31e598e4c92a5d83d05abf06e70fc51167e4f0c99151875b60bf389fd8506a18 |
|
MD5 | 059b53218c00fee37c6806e51d09d85d |
|
BLAKE2b-256 | 0ff75943cd9728ad037acb4291b60c57ced62a2129fc1563a8de25b6def8cd05 |