npcsh 0.3.27.1__py3-none-any.whl → 0.3.27.2__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.
Files changed (25) hide show
  1. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/METADATA +43 -29
  2. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/RECORD +25 -25
  3. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/calculator.tool +0 -0
  4. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/celona.npc +0 -0
  5. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/corca.npc +0 -0
  6. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/eriane.npc +0 -0
  7. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/foreman.npc +0 -0
  8. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/generic_search.tool +0 -0
  9. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/image_generation.tool +0 -0
  10. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/lineru.npc +0 -0
  11. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/local_search.tool +0 -0
  12. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/maurawa.npc +0 -0
  13. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/npcsh.ctx +0 -0
  14. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/raone.npc +0 -0
  15. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/screen_cap.tool +0 -0
  16. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/sibiji.npc +0 -0
  17. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/slean.npc +0 -0
  18. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/sql_executor.tool +0 -0
  19. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/test_pipeline.py +0 -0
  20. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/turnic.npc +0 -0
  21. {npcsh-0.3.27.1.data → npcsh-0.3.27.2.data}/data/npcsh/npc_team/welxor.npc +0 -0
  22. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/WHEEL +0 -0
  23. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/entry_points.txt +0 -0
  24. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/licenses/LICENSE +0 -0
  25. {npcsh-0.3.27.1.dist-info → npcsh-0.3.27.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: npcsh
3
- Version: 0.3.27.1
3
+ Version: 0.3.27.2
4
4
  Summary: npcsh is a command line tool for integrating LLMs into everyday workflows and for orchestrating teams of NPCs.
5
5
  Home-page: https://github.com/cagostino/npcsh
6
6
  Author: Christopher Agostino
@@ -10,44 +10,57 @@ Classifier: License :: OSI Approved :: MIT License
10
10
  Requires-Python: >=3.10
11
11
  Description-Content-Type: text/markdown
12
12
  License-File: LICENSE
13
- Requires-Dist: redis
14
- Requires-Dist: flask_sse
15
- Requires-Dist: anthropic
16
- Requires-Dist: beautifulsoup4
17
- Requires-Dist: google-generativeai
18
- Requires-Dist: google-genai
19
- Requires-Dist: duckduckgo-search
20
- Requires-Dist: openai
21
13
  Requires-Dist: jinja2
14
+ Requires-Dist: scipy
15
+ Requires-Dist: numpy
22
16
  Requires-Dist: requests
23
17
  Requires-Dist: markdown
24
18
  Requires-Dist: PyYAML
25
- Requires-Dist: langchain
26
- Requires-Dist: langchain_community
27
19
  Requires-Dist: pygments
28
20
  Requires-Dist: termcolor
29
21
  Requires-Dist: colorama
30
22
  Requires-Dist: python-dotenv
31
- Requires-Dist: pytest
32
- Requires-Dist: googlesearch-python
23
+ Requires-Dist: pandas
24
+ Requires-Dist: beautifulsoup4
25
+ Requires-Dist: duckduckgo-search
33
26
  Requires-Dist: flask
34
27
  Requires-Dist: flask_cors
35
- Requires-Dist: librosa
36
- Requires-Dist: pandas
37
- Requires-Dist: matplotlib
38
- Requires-Dist: IPython
39
- Requires-Dist: pyautogui
40
- Requires-Dist: nltk
41
- Requires-Dist: thefuzz
42
- Requires-Dist: pypdf
43
- Requires-Dist: PyMuPDF
44
- Requires-Dist: screeninfo
45
- Requires-Dist: sentence_transformers
46
- Requires-Dist: opencv-python
47
- Requires-Dist: ollama
48
- Requires-Dist: kuzu
49
- Requires-Dist: chromadb
50
- Requires-Dist: diffusers
28
+ Requires-Dist: redis
29
+ Requires-Dist: flask_sse
30
+ Provides-Extra: lite
31
+ Requires-Dist: anthropic; extra == "lite"
32
+ Requires-Dist: openai; extra == "lite"
33
+ Requires-Dist: google-generativeai; extra == "lite"
34
+ Requires-Dist: google-genai; extra == "lite"
35
+ Provides-Extra: local
36
+ Requires-Dist: sentence_transformers; extra == "local"
37
+ Requires-Dist: opencv-python; extra == "local"
38
+ Requires-Dist: ollama; extra == "local"
39
+ Requires-Dist: kuzu; extra == "local"
40
+ Requires-Dist: chromadb; extra == "local"
41
+ Requires-Dist: diffusers; extra == "local"
42
+ Provides-Extra: whisper
43
+ Requires-Dist: openai-whisper; extra == "whisper"
44
+ Requires-Dist: pyaudio; extra == "whisper"
45
+ Requires-Dist: gtts; extra == "whisper"
46
+ Requires-Dist: playsound==1.2.2; extra == "whisper"
47
+ Requires-Dist: pyttsx3; extra == "whisper"
48
+ Provides-Extra: all
49
+ Requires-Dist: anthropic; extra == "all"
50
+ Requires-Dist: openai; extra == "all"
51
+ Requires-Dist: google-generativeai; extra == "all"
52
+ Requires-Dist: google-genai; extra == "all"
53
+ Requires-Dist: sentence_transformers; extra == "all"
54
+ Requires-Dist: opencv-python; extra == "all"
55
+ Requires-Dist: ollama; extra == "all"
56
+ Requires-Dist: kuzu; extra == "all"
57
+ Requires-Dist: chromadb; extra == "all"
58
+ Requires-Dist: diffusers; extra == "all"
59
+ Requires-Dist: openai-whisper; extra == "all"
60
+ Requires-Dist: pyaudio; extra == "all"
61
+ Requires-Dist: gtts; extra == "all"
62
+ Requires-Dist: playsound==1.2.2; extra == "all"
63
+ Requires-Dist: pyttsx3; extra == "all"
51
64
  Dynamic: author
52
65
  Dynamic: author-email
53
66
  Dynamic: classifier
@@ -55,6 +68,7 @@ Dynamic: description
55
68
  Dynamic: description-content-type
56
69
  Dynamic: home-page
57
70
  Dynamic: license-file
71
+ Dynamic: provides-extra
58
72
  Dynamic: requires-dist
59
73
  Dynamic: requires-python
60
74
  Dynamic: summary
@@ -43,28 +43,28 @@ npcsh/npc_team/tools/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVu
43
43
  npcsh/npc_team/tools/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
44
44
  npcsh/npc_team/tools/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
45
45
  npcsh/npc_team/tools/sql_executor.tool,sha256=laEOBoyX2p3dbQpY2HoWnj5IXvxBoZ4kghGMkBwymQA,825
46
- npcsh-0.3.27.1.data/data/npcsh/npc_team/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
47
- npcsh-0.3.27.1.data/data/npcsh/npc_team/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
- npcsh-0.3.27.1.data/data/npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
49
- npcsh-0.3.27.1.data/data/npcsh/npc_team/eriane.npc,sha256=5z6L-RjEouEp06SLOzkQoOCEi0eb1K-CxVnvyIbNK3g,299
50
- npcsh-0.3.27.1.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
51
- npcsh-0.3.27.1.data/data/npcsh/npc_team/generic_search.tool,sha256=sYA4aUuZm84vpx-5tNi6ADq9ywHaj_YfLt6PI0ZblUo,745
52
- npcsh-0.3.27.1.data/data/npcsh/npc_team/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
53
- npcsh-0.3.27.1.data/data/npcsh/npc_team/lineru.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
- npcsh-0.3.27.1.data/data/npcsh/npc_team/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
55
- npcsh-0.3.27.1.data/data/npcsh/npc_team/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
- npcsh-0.3.27.1.data/data/npcsh/npc_team/npcsh.ctx,sha256=VOd7omCBo_764gKCYuHxJcyVc61oC5YjB7rnCbDhnYU,275
57
- npcsh-0.3.27.1.data/data/npcsh/npc_team/raone.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
- npcsh-0.3.27.1.data/data/npcsh/npc_team/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
59
- npcsh-0.3.27.1.data/data/npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
60
- npcsh-0.3.27.1.data/data/npcsh/npc_team/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wROFGEfhprVXDttos,326
61
- npcsh-0.3.27.1.data/data/npcsh/npc_team/sql_executor.tool,sha256=laEOBoyX2p3dbQpY2HoWnj5IXvxBoZ4kghGMkBwymQA,825
62
- npcsh-0.3.27.1.data/data/npcsh/npc_team/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
63
- npcsh-0.3.27.1.data/data/npcsh/npc_team/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
64
- npcsh-0.3.27.1.data/data/npcsh/npc_team/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
- npcsh-0.3.27.1.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
66
- npcsh-0.3.27.1.dist-info/METADATA,sha256=vFqYRmX3-KSAf4miUmsdtPLHoJaaT-NUmdW5WXjSho4,80362
67
- npcsh-0.3.27.1.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
68
- npcsh-0.3.27.1.dist-info/entry_points.txt,sha256=Y2rAM_m1er_Effxc0DXtGh36sC1FOUfefqGAt6vEte0,64
69
- npcsh-0.3.27.1.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
70
- npcsh-0.3.27.1.dist-info/RECORD,,
46
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/calculator.tool,sha256=ZKmQ0VusuJj8Ib5MDqC8MTDaqWIZCxzpazWPVkYZqYc,197
47
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/celona.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
48
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/corca.npc,sha256=9qs7922thBESU4r5GRygqAjvg9zvhQyMYqqyb4wwSew,662
49
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/eriane.npc,sha256=5z6L-RjEouEp06SLOzkQoOCEi0eb1K-CxVnvyIbNK3g,299
50
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/foreman.npc,sha256=WqB8jLfBToGmr8c1vip1KOnTHxfXlGXwDUGnZoDMQr0,327
51
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/generic_search.tool,sha256=sYA4aUuZm84vpx-5tNi6ADq9ywHaj_YfLt6PI0ZblUo,745
52
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/image_generation.tool,sha256=CaTkdjxWLFtMAghPvZnToMSwHbMQVusojhd9R9jybmI,577
53
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/lineru.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
54
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/local_search.tool,sha256=g9Hc_Xx08fc6lu1IHvdwYU_18KxcOoHDwvIAfrGmn3U,6852
55
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/maurawa.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/npcsh.ctx,sha256=VOd7omCBo_764gKCYuHxJcyVc61oC5YjB7rnCbDhnYU,275
57
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/raone.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
58
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/screen_cap.tool,sha256=v7l54PWWdgszdd-n_DFqI9nyMlBSeYeNIfQsdFYSZ_4,1389
59
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/sibiji.npc,sha256=MJZHU9xXmvUbZvwpX1wWinvkrwYiKm1J63t37l0EYGE,202
60
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/slean.npc,sha256=to3-d7qWMzhrYAeXalzNqVdt_3wROFGEfhprVXDttos,326
61
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/sql_executor.tool,sha256=laEOBoyX2p3dbQpY2HoWnj5IXvxBoZ4kghGMkBwymQA,825
62
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/test_pipeline.py,sha256=GKIcqw0fXDHsUDfMvu7GTj5cfPnqs7aX5xxiKPs2xCc,5657
63
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/turnic.npc,sha256=odTFzQTN01-xaWXvjoC698htaFi6mvrzfKMAob8Yqb0,335
64
+ npcsh-0.3.27.2.data/data/npcsh/npc_team/welxor.npc,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
65
+ npcsh-0.3.27.2.dist-info/licenses/LICENSE,sha256=j0YPvce7Ng9e32zYOu0EmXjXeJ0Nwawd0RA3uSGGH4E,1070
66
+ npcsh-0.3.27.2.dist-info/METADATA,sha256=Pytr-KC_0AAnf3-Wx_V9nA59-XszzgYF41b1lay5PKY,81227
67
+ npcsh-0.3.27.2.dist-info/WHEEL,sha256=1tXe9gY0PYatrMPMDd6jXqjfpz_B-Wqm32CPfRC58XU,91
68
+ npcsh-0.3.27.2.dist-info/entry_points.txt,sha256=Y2rAM_m1er_Effxc0DXtGh36sC1FOUfefqGAt6vEte0,64
69
+ npcsh-0.3.27.2.dist-info/top_level.txt,sha256=kHSNgKMCkfjV95-DH0YSp1LLBi0HXdF3w57j7MQON3E,6
70
+ npcsh-0.3.27.2.dist-info/RECORD,,