AppDataManager 应用数据管理库
Features
- 🚀 Zero dependencies - Only Python standard library
- 📁 Automatic paths - Auto-saved to system user directory
- 🐍 Pythonic - Dict-like and attribute-like access
- 🔒 Namespace isolation - Multiple apps don't interfere
- ✨ Simple & intuitive - No configuration needed
Installation
1 | |
Quick Start
1 | |
Storage Locations
- Windows:
%LOCALAPPDATA%\<namespace> - macOS:
~/Library/Application Support/<namespace> - Linux:
~/.local/share/<namespace>
AppDataManager 应用数据管理库
https://qiufengcute.github.io/Blog/posts/库/AppDataManager/