Skip to main content

AI Automation Grimoire - HTTP requests with async superpowers

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dragohan_grimoire-1.6.0.tar.gz (41.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

dragohan_grimoire-1.6.0-py3-none-any.whl (47.8 kB view details)

Uploaded Python 3

File details

Details for the file dragohan_grimoire-1.6.0.tar.gz.

File metadata

  • Download URL: dragohan_grimoire-1.6.0.tar.gz
  • Upload date:
  • Size: 41.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.9

File hashes

Hashes for dragohan_grimoire-1.6.0.tar.gz
Algorithm Hash digest
SHA256 2859d19abb9266a26facf2dd762468e807a1075c689276d9b94aecd000900185
MD5 e1639b6e330b243a2a0fc469c8204f7e
BLAKE2b-256 ba4e389d3fc9b8c022c0e8296cb13e936d752ea62b1356b3a2dd9bcc9bb6855d

See more details on using hashes here.

File details

Details for the file dragohan_grimoire-1.6.0-py3-none-any.whl.

File metadata

File hashes

Hashes for dragohan_grimoire-1.6.0-py3-none-any.whl
Algorithm Hash digest
SHA256 f8d4108482c3ed8828aa3bbf13be17bf9dbab80f140cc317fa6612b698e4e83a
MD5 274bb5976287d54fa3f6fe7543f44d95
BLAKE2b-256 f9b27cf965d7fdeaefcc3ff01139b4978362db18b110046c1f6e00074480e048

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page