indent 0.1.2__py3-none-any.whl → 0.1.3__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.

Potentially problematic release.


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

exponent/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.2" # Keep in sync with pyproject.toml
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(
@@ -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
@@ -1,10 +1,10 @@
1
- exponent/__init__.py,sha256=W4xwjAPdDCDNl1Z1bnYJwDlxi1NKhql6yqsZmX7rk_A,58
1
+ exponent/__init__.py,sha256=lpsrWC4wsfQ4-KiEMYUTzSNJlmYYtn6vNyEFjs6ddoc,58
2
2
  exponent/cli.py,sha256=9FPB5bqqGn7qVA_q2XZL6B2kRngVQoPdyvUvC5BH1_0,3496
3
3
  exponent/py.typed,sha256=9XZl5avs8yHp89XP_1Fjtbeg_2rjYorCC9I0k_j-h2c,334
4
4
  exponent/commands/cloud_commands.py,sha256=4DgS7PjCtCFB5uNN-szzAzOj16UU1D9b9_qS7DskoLE,2026
5
5
  exponent/commands/common.py,sha256=HUzc9yl5L6GZEF5DDsF3IeArwPKrghxmK43vxtkxgGs,13679
6
6
  exponent/commands/config_commands.py,sha256=lPwi2iueRfrBgCHIFRxAtYZCXjJ65zlwe8wSoAUoJQ8,15979
7
- exponent/commands/github_app_commands.py,sha256=ijMGZisa9ElTLIpRYL-XqSCPOsKJ5W903Xx7T2msYHo,6353
7
+ exponent/commands/github_app_commands.py,sha256=tcjSB5f_m_t6m3fITWGji7Q4MeJw3xRQ7gLSS-KDuHI,6349
8
8
  exponent/commands/listen_commands.py,sha256=Zh_3HWZ7u0m9T6BIqocMUZzSvg-tJcMuvFYDM1yoAE4,3201
9
9
  exponent/commands/run_commands.py,sha256=jxZp4F-RNTZbhD6-tIcyxAUDbpUSfaTX-X1Q7hyC_Q0,5857
10
10
  exponent/commands/settings.py,sha256=UwwwoCgCY5hzAFD9slOBbA9Gr1hNfoyJ2blsFDC6V8w,1559
@@ -49,7 +49,7 @@ exponent/migration-docs/login.md,sha256=KIeXy3m2nzSUgw-4PW1XzXfHael1D4Zu93CplLMb
49
49
  exponent/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
50
50
  exponent/utils/colors.py,sha256=HBkqe_ZmhJ9YiL2Fpulqek4KvLS5mwBTY4LQSM5N8SM,2762
51
51
  exponent/utils/version.py,sha256=Q4txP7Rg_KO0u0tUpx8O0DoOt32wrX7ctNeDXVKaOfA,8835
52
- indent-0.1.2.dist-info/METADATA,sha256=PHb_HZsTkfwbzHsnR5fo5P-iyi7JxA-T9VRuf_D1C5g,1283
53
- indent-0.1.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
54
- indent-0.1.2.dist-info/entry_points.txt,sha256=q8q1t1sbl4NULGOR0OV5RmSG4KEjkpEQRU_RUXEGzcs,44
55
- indent-0.1.2.dist-info/RECORD,,
52
+ indent-0.1.3.dist-info/METADATA,sha256=IMTWgeClAXkVN9EFndRFeNFkx77eQQ1PI7_nhVCgjXU,1283
53
+ indent-0.1.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
54
+ indent-0.1.3.dist-info/entry_points.txt,sha256=q8q1t1sbl4NULGOR0OV5RmSG4KEjkpEQRU_RUXEGzcs,44
55
+ indent-0.1.3.dist-info/RECORD,,
File without changes