lean-explore 0.1.2__tar.gz → 0.1.3__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.
Files changed (32) hide show
  1. {lean_explore-0.1.2 → lean_explore-0.1.3}/PKG-INFO +1 -1
  2. {lean_explore-0.1.2 → lean_explore-0.1.3}/pyproject.toml +1 -1
  3. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/PKG-INFO +1 -1
  4. {lean_explore-0.1.2 → lean_explore-0.1.3}/LICENSE +0 -0
  5. {lean_explore-0.1.2 → lean_explore-0.1.3}/README.md +0 -0
  6. {lean_explore-0.1.2 → lean_explore-0.1.3}/setup.cfg +0 -0
  7. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/__init__.py +0 -0
  8. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/api/__init__.py +0 -0
  9. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/api/client.py +0 -0
  10. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/cli/__init__.py +0 -0
  11. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/cli/agent.py +0 -0
  12. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/cli/config_utils.py +0 -0
  13. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/cli/data_commands.py +0 -0
  14. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/cli/main.py +0 -0
  15. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/defaults.py +0 -0
  16. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/local/__init__.py +0 -0
  17. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/local/search.py +0 -0
  18. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/local/service.py +0 -0
  19. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/mcp/__init__.py +0 -0
  20. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/mcp/app.py +0 -0
  21. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/mcp/server.py +0 -0
  22. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/mcp/tools.py +0 -0
  23. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/shared/__init__.py +0 -0
  24. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/shared/models/__init__.py +0 -0
  25. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/shared/models/api.py +0 -0
  26. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore/shared/models/db.py +0 -0
  27. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/SOURCES.txt +0 -0
  28. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/dependency_links.txt +0 -0
  29. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/entry_points.txt +0 -0
  30. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/requires.txt +0 -0
  31. {lean_explore-0.1.2 → lean_explore-0.1.3}/src/lean_explore.egg-info/top_level.txt +0 -0
  32. {lean_explore-0.1.2 → lean_explore-0.1.3}/tests/test_defaults.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lean-explore
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A project to explore and rank Lean mathematical declarations.
5
5
  Author-email: Justin Asher <justinchadwickasher@gmail.com>
6
6
  License: Apache License
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "lean-explore"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  authors = [
9
9
  { name = "Justin Asher", email = "justinchadwickasher@gmail.com" },
10
10
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lean-explore
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: A project to explore and rank Lean mathematical declarations.
5
5
  Author-email: Justin Asher <justinchadwickasher@gmail.com>
6
6
  License: Apache License
File without changes
File without changes
File without changes