cli-dev-tip 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.
- {cli_dev_tip-0.1.2.dist-info → cli_dev_tip-0.1.3.dist-info}/METADATA +10 -2
- {cli_dev_tip-0.1.2.dist-info → cli_dev_tip-0.1.3.dist-info}/RECORD +5 -5
- {cli_dev_tip-0.1.2.dist-info → cli_dev_tip-0.1.3.dist-info}/WHEEL +0 -0
- {cli_dev_tip-0.1.2.dist-info → cli_dev_tip-0.1.3.dist-info}/entry_points.txt +0 -0
- {cli_dev_tip-0.1.2.dist-info → cli_dev_tip-0.1.3.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cli-dev-tip
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: Bite-sized developer tips in your terminal
|
|
5
5
|
Project-URL: Homepage, https://github.com/My-CD-ROM/cli-dev-tip
|
|
6
6
|
Project-URL: Repository, https://github.com/My-CD-ROM/cli-dev-tip
|
|
@@ -31,7 +31,7 @@ Description-Content-Type: text/markdown
|
|
|
31
31
|
A terminal tool that helps developers learn continuously by showing bite-sized technical tips — right in the terminal, between commands.
|
|
32
32
|
|
|
33
33
|
<p align="center">
|
|
34
|
-
<img src="https://raw.githubusercontent.com/My-CD-ROM/cli-dev-tip/master/assets/
|
|
34
|
+
<img src="https://raw.githubusercontent.com/My-CD-ROM/cli-dev-tip/master/assets/header.png" width="600" alt="dev-tip — learn while you code">
|
|
35
35
|
</p>
|
|
36
36
|
|
|
37
37
|
## What it does
|
|
@@ -61,6 +61,14 @@ pipx install cli-dev-tip
|
|
|
61
61
|
|
|
62
62
|
This makes `dev-tip` available globally from any terminal.
|
|
63
63
|
|
|
64
|
+
### Upgrading
|
|
65
|
+
|
|
66
|
+
```bash
|
|
67
|
+
uv tool install cli-dev-tip --upgrade
|
|
68
|
+
# or
|
|
69
|
+
pip install cli-dev-tip --upgrade
|
|
70
|
+
```
|
|
71
|
+
|
|
64
72
|
## Quick start
|
|
65
73
|
|
|
66
74
|
The recommended setup — AI-generated tips covering general IT topics, appearing every 15 commands or 30 minutes:
|
|
@@ -12,8 +12,8 @@ dev_tip/ai/openrouter.py,sha256=kvXPKTITNAbKGNxaiXmAX6k2vrhq87KeRRdHFayDlzw,1308
|
|
|
12
12
|
dev_tip/ai/prompt.py,sha256=Bu0PIA24rkYSDlKDmn_53psZSCKN-ZkyI4dES9-9H5w,1951
|
|
13
13
|
dev_tip/ai/provider.py,sha256=ofN7fRd1oIAO6ACPa26ORw0hfHkMB_MmiNDxed1U83U,802
|
|
14
14
|
dev_tip/data/tips.yaml,sha256=ZTYJixcWc254fGob8rnlT3BPP11Txt2MepVmmth020w,65596
|
|
15
|
-
cli_dev_tip-0.1.
|
|
16
|
-
cli_dev_tip-0.1.
|
|
17
|
-
cli_dev_tip-0.1.
|
|
18
|
-
cli_dev_tip-0.1.
|
|
19
|
-
cli_dev_tip-0.1.
|
|
15
|
+
cli_dev_tip-0.1.3.dist-info/METADATA,sha256=DlKaENvK38Mw275Nrv-HrpyEgcC6Fe-ctCgZxv1xJ_o,7242
|
|
16
|
+
cli_dev_tip-0.1.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
17
|
+
cli_dev_tip-0.1.3.dist-info/entry_points.txt,sha256=FvSBE9Vbj_X7KwhFalaofZQ0430_LSxPN0ggN9iqMMQ,44
|
|
18
|
+
cli_dev_tip-0.1.3.dist-info/licenses/LICENSE,sha256=ZCF4QpcG0qNzdPHHFuFbmedutqJzTh3oH7paKbrE_VY,1066
|
|
19
|
+
cli_dev_tip-0.1.3.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|