indent 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.

Potentially problematic release.


This version of indent might be problematic. Click here for more details.

Files changed (55) hide show
  1. {indent-0.1.2 → indent-0.1.3}/PKG-INFO +2 -2
  2. indent-0.1.3/exponent/__init__.py +1 -0
  3. {indent-0.1.2 → indent-0.1.3}/exponent/commands/github_app_commands.py +3 -3
  4. {indent-0.1.2 → indent-0.1.3}/pyproject.toml +2 -2
  5. indent-0.1.2/exponent/__init__.py +0 -1
  6. {indent-0.1.2 → indent-0.1.3}/.gitignore +0 -0
  7. {indent-0.1.2 → indent-0.1.3}/exponent/cli.py +0 -0
  8. {indent-0.1.2 → indent-0.1.3}/exponent/commands/cloud_commands.py +0 -0
  9. {indent-0.1.2 → indent-0.1.3}/exponent/commands/common.py +0 -0
  10. {indent-0.1.2 → indent-0.1.3}/exponent/commands/config_commands.py +0 -0
  11. {indent-0.1.2 → indent-0.1.3}/exponent/commands/listen_commands.py +0 -0
  12. {indent-0.1.2 → indent-0.1.3}/exponent/commands/run_commands.py +0 -0
  13. {indent-0.1.2 → indent-0.1.3}/exponent/commands/settings.py +0 -0
  14. {indent-0.1.2 → indent-0.1.3}/exponent/commands/shell_commands.py +0 -0
  15. {indent-0.1.2 → indent-0.1.3}/exponent/commands/theme.py +0 -0
  16. {indent-0.1.2 → indent-0.1.3}/exponent/commands/types.py +0 -0
  17. {indent-0.1.2 → indent-0.1.3}/exponent/commands/upgrade.py +0 -0
  18. {indent-0.1.2 → indent-0.1.3}/exponent/commands/utils.py +0 -0
  19. {indent-0.1.2 → indent-0.1.3}/exponent/core/config.py +0 -0
  20. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/__init__.py +0 -0
  21. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/client.py +0 -0
  22. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/cloud_config_queries.py +0 -0
  23. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/get_chats_query.py +0 -0
  24. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/github_config_queries.py +0 -0
  25. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/mutations.py +0 -0
  26. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/queries.py +0 -0
  27. {indent-0.1.2 → indent-0.1.3}/exponent/core/graphql/subscriptions.py +0 -0
  28. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/checkpoints.py +0 -0
  29. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/cli_rpc_types.py +0 -0
  30. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/client.py +0 -0
  31. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/code_execution.py +0 -0
  32. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/error_info.py +0 -0
  33. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/exceptions.py +0 -0
  34. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/file_write.py +0 -0
  35. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/files.py +0 -0
  36. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/git.py +0 -0
  37. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/languages/python_execution.py +0 -0
  38. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/languages/shell_streaming.py +0 -0
  39. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/languages/types.py +0 -0
  40. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/session.py +0 -0
  41. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/system_context.py +0 -0
  42. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/tool_execution.py +0 -0
  43. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/truncation.py +0 -0
  44. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/types.py +0 -0
  45. {indent-0.1.2 → indent-0.1.3}/exponent/core/remote_execution/utils.py +0 -0
  46. {indent-0.1.2 → indent-0.1.3}/exponent/core/types/__init__.py +0 -0
  47. {indent-0.1.2 → indent-0.1.3}/exponent/core/types/command_data.py +0 -0
  48. {indent-0.1.2 → indent-0.1.3}/exponent/core/types/event_types.py +0 -0
  49. {indent-0.1.2 → indent-0.1.3}/exponent/core/types/generated/__init__.py +0 -0
  50. {indent-0.1.2 → indent-0.1.3}/exponent/core/types/generated/strategy_info.py +0 -0
  51. {indent-0.1.2 → indent-0.1.3}/exponent/migration-docs/login.md +0 -0
  52. {indent-0.1.2 → indent-0.1.3}/exponent/py.typed +0 -0
  53. {indent-0.1.2 → indent-0.1.3}/exponent/utils/__init__.py +0 -0
  54. {indent-0.1.2 → indent-0.1.3}/exponent/utils/colors.py +0 -0
  55. {indent-0.1.2 → indent-0.1.3}/exponent/utils/version.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: indent
3
- Version: 0.1.2
3
+ Version: 0.1.3
4
4
  Summary: Indent is an AI Pair Programmer
5
5
  Author-email: Sashank Thupukari <sashank@exponent.run>
6
6
  Requires-Python: <3.13,>=3.10
@@ -25,7 +25,7 @@ Requires-Dist: prompt-toolkit<4,>=3.0.36
25
25
  Requires-Dist: pydantic-settings<3,>=2.2.1
26
26
  Requires-Dist: pydantic[email]<3,>=2.6.4
27
27
  Requires-Dist: pygit2<2,>=1.15.0
28
- Requires-Dist: python-ripgrep==0.0.8
28
+ Requires-Dist: python-ripgrep==0.0.9
29
29
  Requires-Dist: pyyaml>=6.0.2
30
30
  Requires-Dist: questionary<3,>=2.0.1
31
31
  Requires-Dist: rapidfuzz<4,>=3.9.0
@@ -0,0 +1 @@
1
+ __version__ = "0.1.3" # Keep in sync with pyproject.toml
@@ -1,10 +1,10 @@
1
1
  import asyncio
2
2
  import json
3
- from pathlib import Path
4
3
  import subprocess
5
4
  import sys
6
- from uuid import uuid4
7
5
  import webbrowser
6
+ from pathlib import Path
7
+ from uuid import uuid4
8
8
 
9
9
  import click
10
10
  from git import GitCommandError, Repo
@@ -45,7 +45,7 @@ def install_github_app(
45
45
  if not git_info:
46
46
  raise RuntimeError("Not running inside of valid git repository")
47
47
 
48
- install_url = "https://github.com/apps/indent-com/installations/new"
48
+ install_url = "https://github.com/apps/indent/installations/new"
49
49
  webbrowser.open(install_url)
50
50
 
51
51
  click.confirm(
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "indent"
7
- version = "0.1.2"
7
+ version = "0.1.3"
8
8
  description = "Indent is an AI Pair Programmer"
9
9
  authors = [{ name = "Sashank Thupukari", email = "sashank@exponent.run" }]
10
10
  requires-python = ">=3.10,<3.13"
@@ -29,7 +29,7 @@ dependencies = [
29
29
  "toml>=0.10.2,<0.11",
30
30
  "websockets~=11.0",
31
31
  "anyio>=4.6.0,<5",
32
- "python-ripgrep==0.0.8",
32
+ "python-ripgrep==0.0.9",
33
33
  "certifi>=2024.8.30,<2025",
34
34
  "eval-type-backport>=0.2.0,<0.3",
35
35
  "pip>=25.0.1,<26",
@@ -1 +0,0 @@
1
- __version__ = "0.1.2" # Keep in sync with pyproject.toml
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes