AI Automation Grimoire - JSON mastery & file handling made dead simple
Project description
DragoHan's Grimoire 🔥
My personal AI automation library - built by an automation god, for automation gods.
Installation
pip install git+https://github.com/farhanistopG1/my_grimoire.git --break-system-packages
Libraries
JSON Mage
Master any JSON structure without bullshit.
from json_mage import modify
# Convert any JSON to powerful object
response = api.get_data()
data = modify(response)
# Use it
print(data.first)
print(data.last)
print(data.get('email'))
print(data.all('name'))
Simple File
File handling made stupid simple.
import simple_file
# Save anything
simple_file.save('config', {'key': 'value'})
# Load anything
config = simple_file.load('config')
# Delete, rewrite, append
simple_file.delete('old_file')
simple_file.rewrite('note', 'New content')
simple_file.add('log', 'Error message')
# Check, list, backup
simple_file.exists('config')
simple_file.list_files()
simple_file.backup('important.json')
Author
DragoHan - AI Automation God
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 dragohan_grimoire-1.0.3.tar.gz.
File metadata
- Download URL: dragohan_grimoire-1.0.3.tar.gz
- Upload date:
- Size: 6.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
409c0f2703ab2a78f191d8fa8669bcf2b6f613f0912dee33ee42947cd15b970f
|
|
| MD5 |
ce748a13b276e9dab634b5eec642cbad
|
|
| BLAKE2b-256 |
e0394976f5f85da548ee455bb8d13f631b543590f5390851833e1efd409d04b1
|
File details
Details for the file dragohan_grimoire-1.0.3-py3-none-any.whl.
File metadata
- Download URL: dragohan_grimoire-1.0.3-py3-none-any.whl
- Upload date:
- Size: 7.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
715e89ecd1ecac45ea0cfcb811335b2c1898e7f82486b0f01037945f186d0226
|
|
| MD5 |
e0f64209209ba1d15479d91608d10122
|
|
| BLAKE2b-256 |
d3eb0e470494190c6a7562f1e44397b673177bef1d445aa0393c741200529067
|