npcsh 1.0.30__tar.gz → 1.0.32__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {npcsh-1.0.30 → npcsh-1.0.32}/PKG-INFO +1 -1
- npcsh-1.0.32/npcsh/alicanto.py +1075 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/corca.py +61 -21
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/guac.py +77 -62
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/routes.py +16 -15
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/PKG-INFO +1 -1
- {npcsh-1.0.30 → npcsh-1.0.32}/setup.py +1 -1
- npcsh-1.0.30/npcsh/alicanto.py +0 -1089
- {npcsh-1.0.30 → npcsh-1.0.32}/LICENSE +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/README.md +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/__init__.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/_state.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/mcp_helpers.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/mcp_server.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/alicanto.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/alicanto.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/corca.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/corca.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/foreman.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/frederic.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/frederic4.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/guac.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/bash_executer.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/edit_file.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/image_generation.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/internet_search.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/python_executor.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/jinxs/screen_cap.jinx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/kadiefa.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/kadiefa.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/npcsh.ctx +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/npcsh_sibiji.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/plonk.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/plonk.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/plonkjr.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/plonkjr.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/sibiji.npc +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/sibiji.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/spool.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npc_team/yap.png +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/npcsh.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/plonk.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/pti.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/spool.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/wander.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh/yap.py +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/SOURCES.txt +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/dependency_links.txt +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/entry_points.txt +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/requires.txt +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/npcsh.egg-info/top_level.txt +0 -0
- {npcsh-1.0.30 → npcsh-1.0.32}/setup.cfg +0 -0