rtk-py 0.28.2.1__py2.py3-none-win_amd64.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.
|
Binary file
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: rtk-py
|
|
3
|
+
Version: 0.28.2.1
|
|
4
|
+
Summary: Python wrapper around invoking rtk (https://github.com/rtk-ai/rtk)
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Homepage, https://github.com/markjm/rtk-py
|
|
7
|
+
Project-URL: Upstream, https://github.com/rtk-ai/rtk
|
|
8
|
+
Classifier: Programming Language :: Python :: 3
|
|
9
|
+
Classifier: Programming Language :: Python :: 3 :: Only
|
|
10
|
+
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
11
|
+
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Dynamic: license-file
|
|
16
|
+
|
|
17
|
+
# rtk-py
|
|
18
|
+
|
|
19
|
+
Python wrapper around [rtk](https://github.com/rtk-ai/rtk) — a CLI proxy that reduces LLM token consumption by 60-90% on common dev commands.
|
|
20
|
+
|
|
21
|
+
This package downloads and installs the pre-built `rtk` binary for your platform, making it available via `pip install`.
|
|
22
|
+
|
|
23
|
+
All thanks to @pszymkowiak for the real meat, I am just a lowly wrapper man.
|
|
24
|
+
|
|
25
|
+
## Installation
|
|
26
|
+
|
|
27
|
+
```bash
|
|
28
|
+
pip install rtk-py
|
|
29
|
+
uv pip install rtk-py
|
|
30
|
+
```
|
|
31
|
+
|
|
32
|
+
## Usage
|
|
33
|
+
|
|
34
|
+
After installation, `rtk` is available for use:
|
|
35
|
+
|
|
36
|
+
```bash
|
|
37
|
+
rtk --version
|
|
38
|
+
rtk init --global
|
|
39
|
+
```
|
|
40
|
+
|
|
41
|
+
See the [rtk documentation](https://github.com/rtk-ai/rtk#readme) for full usage details.
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
## Packaging Inspirations
|
|
45
|
+
|
|
46
|
+
This package follows the same pattern as [shfmt-py](https://github.com/MaxWinterstein/shfmt-py) and [shellcheck-py](https://github.com/shellcheck-py/shellcheck-py). During `pip install`, it downloads the appropriate pre-built binary from the [rtk GitHub releases](https://github.com/rtk-ai/rtk/releases) and installs it into your Python environment's `bin/` (or `Scripts/`) directory.
|
|
47
|
+
|
|
48
|
+
## Version
|
|
49
|
+
|
|
50
|
+
The Python package version tracks the upstream rtk version with an additional Python release suffix: `{rtk_version}.{py_release}` (e.g., `0.28.2.1`).
|
|
51
|
+
|
|
52
|
+
## License
|
|
53
|
+
|
|
54
|
+
For the code in this repository — see [LICENSE](LICENSE) for details.
|
|
55
|
+
|
|
56
|
+
The `rtk` binary is distributed under [MIT](https://github.com/rtk-ai/rtk/blob/master/Cargo.toml).
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
rtk_py-0.28.2.1.data/scripts/rtk.exe,sha256=tHYkEuuSNhXEbujfUuI_lasgF2k4fz7_sM2pymWxE8Q,7672320
|
|
2
|
+
rtk_py-0.28.2.1.dist-info/licenses/LICENSE,sha256=XKKSDU9WlUEAyPNlRhq6e2xhVNpJc097JwPZJ1rUnRE,1077
|
|
3
|
+
rtk_py-0.28.2.1.dist-info/METADATA,sha256=d6S-m3oJ5NlEzapvq0IBus5DFbvhajq75VqdcptoL0M,2053
|
|
4
|
+
rtk_py-0.28.2.1.dist-info/WHEEL,sha256=Ie-j_3RlEfG_rjdlm7U_QouVT1CbTN8fkFCMn5ioTRM,122
|
|
5
|
+
rtk_py-0.28.2.1.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
+
rtk_py-0.28.2.1.dist-info/RECORD,,
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|