gitex 0.2.19__tar.gz → 0.3.0__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 (27) hide show
  1. {gitex-0.2.19 → gitex-0.3.0}/PKG-INFO +12 -1
  2. {gitex-0.2.19 → gitex-0.3.0}/README.md +11 -0
  3. gitex-0.3.0/gitex/__init__.py +1 -0
  4. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/PKG-INFO +12 -1
  5. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/top_level.txt +1 -0
  6. gitex-0.2.19/gitex/__init__.py +0 -1
  7. {gitex-0.2.19 → gitex-0.3.0}/gitex/dependency_mapper.py +0 -0
  8. {gitex-0.2.19 → gitex-0.3.0}/gitex/docstring_extractor.py +0 -0
  9. {gitex-0.2.19 → gitex-0.3.0}/gitex/main.py +0 -0
  10. {gitex-0.2.19 → gitex-0.3.0}/gitex/models.py +0 -0
  11. {gitex-0.2.19 → gitex-0.3.0}/gitex/picker/__init__.py +0 -0
  12. {gitex-0.2.19 → gitex-0.3.0}/gitex/picker/base.py +0 -0
  13. {gitex-0.2.19 → gitex-0.3.0}/gitex/picker/questionary.py +0 -0
  14. {gitex-0.2.19 → gitex-0.3.0}/gitex/picker/textuals.py +0 -0
  15. {gitex-0.2.19 → gitex-0.3.0}/gitex/renderer.py +0 -0
  16. {gitex-0.2.19 → gitex-0.3.0}/gitex/utils.py +0 -0
  17. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/SOURCES.txt +0 -0
  18. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/dependency_links.txt +0 -0
  19. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/entry_points.txt +0 -0
  20. {gitex-0.2.19 → gitex-0.3.0}/gitex.egg-info/requires.txt +0 -0
  21. {gitex-0.2.19 → gitex-0.3.0}/pyproject.toml +0 -0
  22. {gitex-0.2.19 → gitex-0.3.0}/setup.cfg +0 -0
  23. {gitex-0.2.19 → gitex-0.3.0}/tests/test_cli.py +0 -0
  24. {gitex-0.2.19 → gitex-0.3.0}/tests/test_fences.py +0 -0
  25. {gitex-0.2.19 → gitex-0.3.0}/tests/test_render.py +0 -0
  26. {gitex-0.2.19 → gitex-0.3.0}/tests/test_skip_binaries.py +0 -0
  27. {gitex-0.2.19 → gitex-0.3.0}/tests/test_textual.py +0 -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
@@ -31,6 +31,17 @@ Install the package via pip:
31
31
  pip install gitex
32
32
  ```
33
33
 
34
+ ## 🐳 Docker install (no Python/pip)
35
+
36
+ If you only have Docker and want `gitex` as a normal command:
37
+
38
+ ```bash
39
+ git clone https://github.com/zozaai/gitex
40
+ cd gitex
41
+ ./scripts/install-gitex-docker.sh
42
+ ```
43
+
44
+
34
45
  ## 📋 Clipboard support (Linux)
35
46
 
36
47
  #### Ubuntu/Debian
@@ -0,0 +1 @@
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,5 @@
1
1
  dist
2
2
  docs
3
3
  gitex
4
+ scripts
4
5
  tests
@@ -1 +0,0 @@
1
- __version__ = "0.2.19"
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