gitex 0.2.19__py3-none-any.whl → 0.3.0__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.
gitex/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.2.19"
1
+ __version__ = "0.3.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gitex
3
- Version: 0.2.19
3
+ Version: 0.3.0
4
4
  Summary: Terminal tool to prep codebases for LLMs
5
5
  Author-email: zozaai <info@zozaai.com>
6
6
  License: MIT
@@ -50,6 +50,17 @@ Install the package via pip:
50
50
  pip install gitex
51
51
  ```
52
52
 
53
+ ## 🐳 Docker install (no Python/pip)
54
+
55
+ If you only have Docker and want `gitex` as a normal command:
56
+
57
+ ```bash
58
+ git clone https://github.com/zozaai/gitex
59
+ cd gitex
60
+ ./scripts/install-gitex-docker.sh
61
+ ```
62
+
63
+
53
64
  ## 📋 Clipboard support (Linux)
54
65
 
55
66
  #### Ubuntu/Debian
@@ -1,4 +1,4 @@
1
- gitex/__init__.py,sha256=VZ7jBWhGCupQczZf5QIzaN_QnESJ96jWOGwTAhYaIwY,23
1
+ gitex/__init__.py,sha256=VrXpHDu3erkzwl_WXrqINBm9xWkcyUy53IQOj042dOs,22
2
2
  gitex/dependency_mapper.py,sha256=alQ_3Bua-VCI-CtwMZH9vJYrLjlLFrYxbuYrydGFiMI,18236
3
3
  gitex/docstring_extractor.py,sha256=glqS3aihTP_FWBS76uB9TAojkH-8Qv9Rgflp75mWzXs,5037
4
4
  gitex/main.py,sha256=dvPKfUvQ7rqta9-UDZw265aRzKOhrT4hdIVFmo-aLkQ,6576
@@ -14,8 +14,8 @@ tests/test_fences.py,sha256=00tzli0cG8yNxzAUobOj797SBJtTVAwVpbL7b5_nRIM,4313
14
14
  tests/test_render.py,sha256=DaRMPRDfqSteVO4Z6BIkF777V1cpXwnaGYSqbBUU3mk,7223
15
15
  tests/test_skip_binaries.py,sha256=r9izOgpb284y8bN7p_M9-5VixokW0WFA2npmAmxdMLk,1905
16
16
  tests/test_textual.py,sha256=EPH5hOaAM7N4eJN6aTz5rqFvRoDd0OyjIrhfoMNzaFY,9897
17
- gitex-0.2.19.dist-info/METADATA,sha256=kNieeXm2WjnF4Le3m8wnTuUpTkTiTocAJl6pCqwSGA8,4882
18
- gitex-0.2.19.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
- gitex-0.2.19.dist-info/entry_points.txt,sha256=YVGHi9Ock94uICcjGxm_eHtwBv3_RCiwpBKwIkMJhGI,41
20
- gitex-0.2.19.dist-info/top_level.txt,sha256=N-r2BJX8y5Wlkh3VtRSBC8jagKMDxFDP9iOwpN1H2do,12
21
- gitex-0.2.19.dist-info/RECORD,,
17
+ gitex-0.3.0.dist-info/METADATA,sha256=KakrgE3gUDghEmJXXZoWDDDJ2yR8Ow5rNS2JN_bSjIQ,5083
18
+ gitex-0.3.0.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
19
+ gitex-0.3.0.dist-info/entry_points.txt,sha256=YVGHi9Ock94uICcjGxm_eHtwBv3_RCiwpBKwIkMJhGI,41
20
+ gitex-0.3.0.dist-info/top_level.txt,sha256=N-r2BJX8y5Wlkh3VtRSBC8jagKMDxFDP9iOwpN1H2do,12
21
+ gitex-0.3.0.dist-info/RECORD,,
File without changes