lean-interact 0.11.0__tar.gz → 0.11.2__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.
- {lean_interact-0.11.0 → lean_interact-0.11.2}/PKG-INFO +2 -2
- {lean_interact-0.11.0 → lean_interact-0.11.2}/README.md +1 -1
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/index.md +1 -1
- {lean_interact-0.11.0 → lean_interact-0.11.2}/pyproject.toml +1 -1
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/utils.py +1 -1
- {lean_interact-0.11.0 → lean_interact-0.11.2}/tests/test_server.py +5 -4
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.devcontainer/devcontainer.json +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.github/copilot-instructions.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.github/workflows/ci.yml +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.github/workflows/docs.yml +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.github/workflows/publish-to-pypi.yml +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/.gitignore +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/LICENSE +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/.nojekyll +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/config.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/interface.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/pool.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/project.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/server.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/sessioncache.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/api/utils.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/contributing.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/generate_changelog.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/theme/main.html +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/basic-usage.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/custom-lean-configuration.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/data-extraction.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/examples.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/getting-started.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/installation.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/performance.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/set-options.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/tactic-mode.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/docs/user-guide/troubleshooting.md +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/examples/beq_plus.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/examples/extract_mathlib_decls.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/examples/parallelization.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/examples/proof_generation_and_autoformalization.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/examples/type_check.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/mkdocs.yml +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/__init__.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/config.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/interface.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/pool.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/project.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/py.typed +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/server.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/src/lean_interact/sessioncache.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/tests/test_concurrency.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/tests/test_git_functionality.py +0 -0
- {lean_interact-0.11.0 → lean_interact-0.11.2}/tests/test_utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: lean-interact
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.2
|
|
4
4
|
Summary: LeanInteract is a Python package that allows you to interact with the Lean theorem prover.
|
|
5
5
|
Author-email: Auguste Poiroux <auguste.poiroux@epfl.ch>
|
|
6
6
|
License: MIT License
|
|
@@ -54,7 +54,7 @@ Check the [documentation](https://augustepoiroux.github.io/LeanInteract/) for de
|
|
|
54
54
|
- **🔗 Interactivity**: Execute Lean code and files directly from Python.
|
|
55
55
|
- **🚀 Ease of Use**: LeanInteract abstracts the complexities of Lean setup and interaction.
|
|
56
56
|
- **💻 Cross-platform**: Works on Windows, macOS, and Linux operating systems.
|
|
57
|
-
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.
|
|
57
|
+
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.30.0-rc1`.
|
|
58
58
|
- We backport the latest features of Lean REPL to older versions of Lean (see [fork](https://github.com/augustepoiroux/repl)).
|
|
59
59
|
- **📦 Temporary Projects**: Easily instantiate temporary Lean environments.
|
|
60
60
|
- Useful for experimenting with benchmarks depending on [Mathlib](https://github.com/leanprover-community/mathlib4) like [ProofNet#](https://huggingface.co/datasets/PAug/ProofNetSharp) and [MiniF2F](https://github.com/yangky11/miniF2F-lean4).
|
|
@@ -15,7 +15,7 @@ Check the [documentation](https://augustepoiroux.github.io/LeanInteract/) for de
|
|
|
15
15
|
- **🔗 Interactivity**: Execute Lean code and files directly from Python.
|
|
16
16
|
- **🚀 Ease of Use**: LeanInteract abstracts the complexities of Lean setup and interaction.
|
|
17
17
|
- **💻 Cross-platform**: Works on Windows, macOS, and Linux operating systems.
|
|
18
|
-
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.
|
|
18
|
+
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.30.0-rc1`.
|
|
19
19
|
- We backport the latest features of Lean REPL to older versions of Lean (see [fork](https://github.com/augustepoiroux/repl)).
|
|
20
20
|
- **📦 Temporary Projects**: Easily instantiate temporary Lean environments.
|
|
21
21
|
- Useful for experimenting with benchmarks depending on [Mathlib](https://github.com/leanprover-community/mathlib4) like [ProofNet#](https://huggingface.co/datasets/PAug/ProofNetSharp) and [MiniF2F](https://github.com/yangky11/miniF2F-lean4).
|
|
@@ -17,7 +17,7 @@ hide:
|
|
|
17
17
|
- **🔗 Interactivity**: Execute Lean code and files directly from Python
|
|
18
18
|
- **🚀 Ease of Use**: LeanInteract abstracts the complexities of Lean setup and interaction
|
|
19
19
|
- **💻 Cross-platform**: Works on Windows, macOS, and Linux operating systems
|
|
20
|
-
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.
|
|
20
|
+
- **🔧 Compatibility**: Supports all Lean versions between `v4.8.0-rc1` and `v4.30.0-rc1`
|
|
21
21
|
- We backport the latest features of Lean REPL to older versions of Lean (see [fork](https://github.com/augustepoiroux/repl)).
|
|
22
22
|
- **📦 Temporary Projects**: Easily instantiate temporary Lean environments
|
|
23
23
|
- Useful for experimenting with benchmarks depending on [Mathlib](https://github.com/leanprover-community/mathlib4) like [ProofNet#](https://huggingface.co/datasets/PAug/ProofNetSharp) and [MiniF2F](https://github.com/yangky11/miniF2F-lean4)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "lean-interact"
|
|
3
|
-
version = "0.11.
|
|
3
|
+
version = "0.11.2"
|
|
4
4
|
description = "LeanInteract is a Python package that allows you to interact with the Lean theorem prover."
|
|
5
5
|
keywords = ["Lean", "theorem proving", "autoformalization", "REPL"]
|
|
6
6
|
license = { file = "LICENSE" }
|
|
@@ -22,7 +22,7 @@ logger.addHandler(handler)
|
|
|
22
22
|
ROOT_DIR = Path(__file__).resolve().parent
|
|
23
23
|
DEFAULT_CACHE_DIR = ROOT_DIR / "cache"
|
|
24
24
|
DEFAULT_REPL_GIT_URL = "https://github.com/augustepoiroux/repl"
|
|
25
|
-
DEFAULT_REPL_VERSION = "v1.3.
|
|
25
|
+
DEFAULT_REPL_VERSION = "v1.3.15"
|
|
26
26
|
|
|
27
27
|
os.makedirs(DEFAULT_CACHE_DIR, exist_ok=True)
|
|
28
28
|
|
|
@@ -241,9 +241,10 @@ lean_exe "dummy" where
|
|
|
241
241
|
def test_run_file_nonexistent(self):
|
|
242
242
|
server = AutoLeanServer(config=LeanREPLConfig(verbose=True))
|
|
243
243
|
output = server.run(FileCommand(path="nonexistent_file.lean"), verbose=True)
|
|
244
|
-
self.
|
|
245
|
-
|
|
246
|
-
)
|
|
244
|
+
self.assertIsInstance(output, LeanError)
|
|
245
|
+
assert isinstance(output, LeanError)
|
|
246
|
+
self.assertIn("no such file or directory", output.message.lower())
|
|
247
|
+
self.assertIn("file: nonexistent_file.lean", output.message)
|
|
247
248
|
|
|
248
249
|
def test_is_alive(self):
|
|
249
250
|
server = AutoLeanServer(config=LeanREPLConfig(verbose=True))
|
|
@@ -920,7 +921,7 @@ lean_exe "dummy" where
|
|
|
920
921
|
self.skipTest("This test is only relevant on Linux")
|
|
921
922
|
|
|
922
923
|
# Check that the following issue is now solved: https://github.com/leanprover-community/repl/issues/77
|
|
923
|
-
server = AutoLeanServer(config=LeanREPLConfig(
|
|
924
|
+
server = AutoLeanServer(config=LeanREPLConfig(verbose=True))
|
|
924
925
|
|
|
925
926
|
for i in range(1000):
|
|
926
927
|
cmd = Command(cmd=f"theorem womp{i} (a{i} b c : Nat) : (a{i} + b) + c = c + a{i} + b := by sorry")
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{lean_interact-0.11.0 → lean_interact-0.11.2}/examples/proof_generation_and_autoformalization.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|