lean-explore 1.2.0__py3-none-any.whl → 1.2.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.
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/METADATA +26 -2
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/RECORD +6 -6
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/WHEEL +0 -0
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/entry_points.txt +0 -0
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/licenses/LICENSE +0 -0
- {lean_explore-1.2.0.dist-info → lean_explore-1.2.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lean-explore
|
|
3
|
-
Version: 1.2.
|
|
3
|
+
Version: 1.2.1
|
|
4
4
|
Summary: A search engine for Lean 4 declarations.
|
|
5
5
|
Author-email: Justin Asher <justinchadwickasher@gmail.com>
|
|
6
6
|
License: Apache License
|
|
@@ -241,10 +241,13 @@ Requires-Dist: rich>=13.0.0
|
|
|
241
241
|
Requires-Dist: requests>=2.25.0
|
|
242
242
|
Requires-Dist: tenacity>=8.0.0
|
|
243
243
|
Requires-Dist: pooch>=1.8.0
|
|
244
|
+
Provides-Extra: local
|
|
245
|
+
Requires-Dist: sentence-transformers>=2.2.0; extra == "local"
|
|
246
|
+
Requires-Dist: torch>=2.0.0; extra == "local"
|
|
244
247
|
Provides-Extra: extract
|
|
245
248
|
Requires-Dist: sentence-transformers>=2.2.0; extra == "extract"
|
|
246
|
-
Requires-Dist: networkx>=3.0; extra == "extract"
|
|
247
249
|
Requires-Dist: torch>=2.0.0; extra == "extract"
|
|
250
|
+
Requires-Dist: networkx>=3.0; extra == "extract"
|
|
248
251
|
Provides-Extra: dev
|
|
249
252
|
Requires-Dist: pytest>=7.0; extra == "dev"
|
|
250
253
|
Requires-Dist: pytest-cov>=4.0; extra == "dev"
|
|
@@ -283,6 +286,27 @@ A search engine for Lean 4 declarations. This project provides tools and resourc
|
|
|
283
286
|
|
|
284
287
|
**For full documentation, please visit: [https://www.leanexplore.com/docs](https://www.leanexplore.com/docs)**
|
|
285
288
|
|
|
289
|
+
## Installation
|
|
290
|
+
|
|
291
|
+
The base package connects to the remote API and does not require heavy ML dependencies:
|
|
292
|
+
|
|
293
|
+
```bash
|
|
294
|
+
pip install lean-explore
|
|
295
|
+
```
|
|
296
|
+
|
|
297
|
+
To run the **local** search backend (which uses on-device embedding and reranking models), install the extra ML dependencies:
|
|
298
|
+
|
|
299
|
+
```bash
|
|
300
|
+
pip install lean-explore[local]
|
|
301
|
+
```
|
|
302
|
+
|
|
303
|
+
Then fetch the data files and start the local MCP server:
|
|
304
|
+
|
|
305
|
+
```bash
|
|
306
|
+
lean-explore data fetch
|
|
307
|
+
lean-explore mcp serve --backend local
|
|
308
|
+
```
|
|
309
|
+
|
|
286
310
|
The current indexed projects include:
|
|
287
311
|
|
|
288
312
|
* Batteries
|
|
@@ -35,9 +35,9 @@ lean_explore/util/embedding_client.py,sha256=6XJGJrGTXAiefDr-E1j_SPHTTZMIJYi62Pw
|
|
|
35
35
|
lean_explore/util/logging.py,sha256=hF8YPi-1I6DdC1B_yROXA6u5GG14IIhD0Nym2FfqgRA,649
|
|
36
36
|
lean_explore/util/openrouter_client.py,sha256=C_0HLO5o1seYjGl2zn6897i2onK7CdI6XxtE3cWb3Os,1926
|
|
37
37
|
lean_explore/util/reranker_client.py,sha256=kLCTGPMQuphjwAj0PPi9KXpSzDP7o9JRQJpTbmWGiMs,6074
|
|
38
|
-
lean_explore-1.2.
|
|
39
|
-
lean_explore-1.2.
|
|
40
|
-
lean_explore-1.2.
|
|
41
|
-
lean_explore-1.2.
|
|
42
|
-
lean_explore-1.2.
|
|
43
|
-
lean_explore-1.2.
|
|
38
|
+
lean_explore-1.2.1.dist-info/licenses/LICENSE,sha256=l4QLw1kIvEOjUktmmKm4dycK1E249Qs2s2AQTYbMXpY,11354
|
|
39
|
+
lean_explore-1.2.1.dist-info/METADATA,sha256=oC9qaZmqz9DSc0oCK4sSuFCxm8caZ5XW8PwFLykUHgw,17665
|
|
40
|
+
lean_explore-1.2.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
41
|
+
lean_explore-1.2.1.dist-info/entry_points.txt,sha256=FuKSRE7GmI9B_kM-xoiWEJj2dQ4upqhHnw8qH1vcjW8,59
|
|
42
|
+
lean_explore-1.2.1.dist-info/top_level.txt,sha256=h51BKWrFvB7iym-IlaNAAHX5MZfA8Gmg-aDuXGo0fQ8,13
|
|
43
|
+
lean_explore-1.2.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|