npcsh 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 1.0.0
3
+ Version: 1.0.1
4
4
  Summary: npcsh is a command-line toolkit for using AI agents.
5
5
  Home-page: https://github.com/NPC-Worldwide/npcsh
6
6
  Author: Christopher Agostino
@@ -13,9 +13,9 @@ npcsh/routes.py,sha256=7OUsGhoxD_IPcYMlhkOFEUmFz4ESOwvOR0bY4niXe3w,37293
13
13
  npcsh/spool.py,sha256=k5L2My_nFkyVdgovOcxyijy2r1tq0N9Gv58m1Qec09k,11461
14
14
  npcsh/wander.py,sha256=BiN6eYyFnEsFzo8MFLRkdZ8xS9sTKkQpjiCcy9chMcc,23225
15
15
  npcsh/yap.py,sha256=h5KNt9sNOrDPhGe_zfn_yFIeQhizX09zocjcPWH7m3k,20905
16
- npcsh-1.0.0.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
17
- npcsh-1.0.0.dist-info/METADATA,sha256=F8bCXw9wQ4VEbtfqzCsH_xWYIYgwhogo9tY0ovEpRQY,22747
18
- npcsh-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
- npcsh-1.0.0.dist-info/entry_points.txt,sha256=4Npp5eYaWN_9r2LU629KovqGZd9jQtEQYLIPtRi6lxE,262
20
- npcsh-1.0.0.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
21
- npcsh-1.0.0.dist-info/RECORD,,
16
+ npcsh-1.0.1.dist-info/licenses/LICENSE,sha256=IKBvAECHP-aCiJtE4cHGCE5Yl0tozYz02PomGeWS3y4,1070
17
+ npcsh-1.0.1.dist-info/METADATA,sha256=vAD4k3ZVEXAoz21Icu1X2NiJP72cFieOam9lAO-sMDM,22747
18
+ npcsh-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
19
+ npcsh-1.0.1.dist-info/entry_points.txt,sha256=qlhb6CZt5rJug9ByxZTvS5fO9_aFPBtV-J2sh6GU7GQ,214
20
+ npcsh-1.0.1.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
21
+ npcsh-1.0.1.dist-info/RECORD,,
@@ -0,0 +1,9 @@
1
+ [console_scripts]
2
+ guac = npcpy.guac:main
3
+ npc = npcpy.npc:main
4
+ npcsh = npcpy.npcsh:main
5
+ npcsh-mcp = npcpy.mcp_npcsh:main
6
+ pti = npcpy.pti:main
7
+ spool = npcpy.spool:main
8
+ wander = npcpy.wander:main
9
+ yap = npcpy.yap:main
@@ -1,9 +0,0 @@
1
- [console_scripts]
2
- guac = npcpy.modes.guac:main
3
- npc = npcpy.modes.npc:main
4
- npcsh = npcpy.modes.npcsh:main
5
- npcsh-mcp = npcpy.modes.mcp_npcsh:main
6
- pti = npcpy.modes.pti:main
7
- spool = npcpy.modes.spool:main
8
- wander = npcpy.modes.wander:main
9
- yap = npcpy.modes.yap:main
File without changes