mikoshi 0.1.9__py3-none-any.whl → 0.1.12__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.
mikoshi/__init__.py CHANGED
@@ -1,3 +1,3 @@
1
1
  __all__ = ["__version__"]
2
2
 
3
- __version__ = "0.1.9"
3
+ __version__ = "0.1.12"
@@ -1,11 +1,20 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mikoshi
3
- Version: 0.1.9
3
+ Version: 0.1.12
4
4
  Summary: Private local code search + MCP
5
- Author: NEET
5
+ Author: NEETlabs
6
6
  License: MIT
7
- Requires-Python: >=3.9
7
+ Requires-Python: >=3.11
8
8
  Description-Content-Type: text/markdown
9
+ Requires-Dist: numpy>=1.26
10
+ Requires-Dist: faiss-cpu>=1.7.4
11
+ Requires-Dist: pathspec>=0.11.2
12
+ Requires-Dist: sentence-transformers>=2.2.2
13
+ Requires-Dist: huggingface-hub>=0.20.0
14
+ Requires-Dist: httpx>=0.24.0
15
+ Requires-Dist: mcp>=1.0.0
16
+ Provides-Extra: dev
17
+ Requires-Dist: pytest>=7.4; extra == "dev"
9
18
 
10
19
  ```bash
11
20
  curl -fsSL https://raw.githubusercontent.com/NEETlabs/Mikoshi/main/scripts/install.sh | bash
@@ -1,4 +1,4 @@
1
- mikoshi/__init__.py,sha256=pWNEx7R1S7BngysxD3l1xJmZB0mxHYO9ZmhzIjCMNbo,49
1
+ mikoshi/__init__.py,sha256=7PFHsRip5zCXdRGw-IkC084rnyOZOXqWFAnQ_zReJKk,50
2
2
  mikoshi/auth.py,sha256=aPkMCeJ6oGp4x4QGpojsZ9BeYOLLVMAZEQD8ifTw0ew,8025
3
3
  mikoshi/chunking.py,sha256=JWXLY_anTCbH4GbVlQyBnhiSWKxK4RudhZB3a8Rdc0w,1062
4
4
  mikoshi/cli.py,sha256=_AIdxwmF4lRnLnR-M3XYRQGvz8CvKNtcf08_9jFP0hI,8817
@@ -20,7 +20,8 @@ mikoshi/retrieval/semantic.py,sha256=Jn9GzZOnPtX5QlT8nGGLrFdCNuKpePt6lLu0Ku8oKEU
20
20
  mikoshi/utils/__init__.py,sha256=nFLPFHI-7ql-ZLdyFry14fMTCIjIIjLJ27MYPcrK6c4,217
21
21
  mikoshi/utils/timer.py,sha256=AgxBj0XRITYjZdckDymDiRlI5ckREZdKodN5gGcheZQ,442
22
22
  mikoshi/utils/types.py,sha256=vfvoSu6wiW03KqiJHcRBSPw2WEgLQVWHtp6Ft5iOXLQ,2902
23
- mikoshi-0.1.9.dist-info/METADATA,sha256=2aBm6MpC41Z14sOWT80io8-nMNGFrmm0RWnNAQCxCT8,928
24
- mikoshi-0.1.9.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
25
- mikoshi-0.1.9.dist-info/top_level.txt,sha256=PrxSwDRzLrVMqLAPq6HOJPv0fmRpYVsAsjTQLMQarHM,8
26
- mikoshi-0.1.9.dist-info/RECORD,,
23
+ mikoshi-0.1.12.dist-info/METADATA,sha256=2PJd239Wr2PwHWeQt_t6oHaT3LlQHF74hhWy0HFT238,1226
24
+ mikoshi-0.1.12.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
25
+ mikoshi-0.1.12.dist-info/entry_points.txt,sha256=dCCv-xNLjoOse-JfVspKv4k3BsqnB5B1qF5ZCQXQjLk,90
26
+ mikoshi-0.1.12.dist-info/top_level.txt,sha256=PrxSwDRzLrVMqLAPq6HOJPv0fmRpYVsAsjTQLMQarHM,8
27
+ mikoshi-0.1.12.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ mikoshi = mikoshi.cli:main
3
+ mikoshi-mcp = mikoshi.mcp_server.server:main