doclogs-cli 0.1.2__tar.gz → 0.1.3__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.
- {doclogs_cli-0.1.2/doclogs_cli.egg-info → doclogs_cli-0.1.3}/PKG-INFO +5 -6
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/README.md +3 -4
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3/doclogs_cli.egg-info}/PKG-INFO +5 -6
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/pyproject.toml +2 -2
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/LICENSE +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/__init__.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/capture.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/config.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/generate.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/publish.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/sanitize.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/weekly.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/SOURCES.txt +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/dependency_links.txt +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/entry_points.txt +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/requires.txt +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/top_level.txt +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/__init__.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/capture.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/capture_prompts.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/entry.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/generate.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/git_collector.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/__init__.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/base.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/config.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/copilot_cli.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/cursor_cli.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/prompt_only.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/registry.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/paths.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/prompts.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/publish_git.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/sanitize.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/story.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/syntax.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/task_notes.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/blog.md +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/changelog.md +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/config.yaml +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/interview.md +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/linkedin.md +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/resume.md +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/weekly.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/main.py +0 -0
- {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doclogs-cli
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: Capture daily engineering work, generate blog and career artifacts with Cursor or Copilot, and publish posts to git.
|
|
5
5
|
Author: Mridul Tiwari
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/MridulTi/DocLogs
|
|
@@ -80,7 +80,6 @@ Use `--syntax` on any command for usage, options, and examples (e.g. `doclog gen
|
|
|
80
80
|
│ ├── blog.md
|
|
81
81
|
│ ├── linkedin.md
|
|
82
82
|
│ └── resume.md
|
|
83
|
-
└── .copilot
|
|
84
83
|
```
|
|
85
84
|
|
|
86
85
|
## Architecture overview
|
|
@@ -99,7 +98,7 @@ For implementation, start by focusing on:
|
|
|
99
98
|
### Install from PyPI
|
|
100
99
|
|
|
101
100
|
```bash
|
|
102
|
-
pip install doclogs-cli
|
|
101
|
+
pip install -U doclogs-cli==0.1.3
|
|
103
102
|
doclog --help
|
|
104
103
|
```
|
|
105
104
|
|
|
@@ -179,8 +178,8 @@ Publishing runs via GitHub Actions — no local `twine upload` needed.
|
|
|
179
178
|
2. Push a version tag:
|
|
180
179
|
|
|
181
180
|
```bash
|
|
182
|
-
git tag v0.1.
|
|
183
|
-
git push origin v0.1.
|
|
181
|
+
git tag v0.1.3
|
|
182
|
+
git push origin v0.1.3
|
|
184
183
|
```
|
|
185
184
|
|
|
186
185
|
The workflow uploads to PyPI automatically.
|
|
@@ -54,7 +54,6 @@ Use `--syntax` on any command for usage, options, and examples (e.g. `doclog gen
|
|
|
54
54
|
│ ├── blog.md
|
|
55
55
|
│ ├── linkedin.md
|
|
56
56
|
│ └── resume.md
|
|
57
|
-
└── .copilot
|
|
58
57
|
```
|
|
59
58
|
|
|
60
59
|
## Architecture overview
|
|
@@ -73,7 +72,7 @@ For implementation, start by focusing on:
|
|
|
73
72
|
### Install from PyPI
|
|
74
73
|
|
|
75
74
|
```bash
|
|
76
|
-
pip install doclogs-cli
|
|
75
|
+
pip install -U doclogs-cli==0.1.3
|
|
77
76
|
doclog --help
|
|
78
77
|
```
|
|
79
78
|
|
|
@@ -153,8 +152,8 @@ Publishing runs via GitHub Actions — no local `twine upload` needed.
|
|
|
153
152
|
2. Push a version tag:
|
|
154
153
|
|
|
155
154
|
```bash
|
|
156
|
-
git tag v0.1.
|
|
157
|
-
git push origin v0.1.
|
|
155
|
+
git tag v0.1.3
|
|
156
|
+
git push origin v0.1.3
|
|
158
157
|
```
|
|
159
158
|
|
|
160
159
|
The workflow uploads to PyPI automatically.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: doclogs-cli
|
|
3
|
-
Version: 0.1.
|
|
4
|
-
Summary:
|
|
3
|
+
Version: 0.1.3
|
|
4
|
+
Summary: Capture daily engineering work, generate blog and career artifacts with Cursor or Copilot, and publish posts to git.
|
|
5
5
|
Author: Mridul Tiwari
|
|
6
6
|
License-Expression: MIT
|
|
7
7
|
Project-URL: Homepage, https://github.com/MridulTi/DocLogs
|
|
@@ -80,7 +80,6 @@ Use `--syntax` on any command for usage, options, and examples (e.g. `doclog gen
|
|
|
80
80
|
│ ├── blog.md
|
|
81
81
|
│ ├── linkedin.md
|
|
82
82
|
│ └── resume.md
|
|
83
|
-
└── .copilot
|
|
84
83
|
```
|
|
85
84
|
|
|
86
85
|
## Architecture overview
|
|
@@ -99,7 +98,7 @@ For implementation, start by focusing on:
|
|
|
99
98
|
### Install from PyPI
|
|
100
99
|
|
|
101
100
|
```bash
|
|
102
|
-
pip install doclogs-cli
|
|
101
|
+
pip install -U doclogs-cli==0.1.3
|
|
103
102
|
doclog --help
|
|
104
103
|
```
|
|
105
104
|
|
|
@@ -179,8 +178,8 @@ Publishing runs via GitHub Actions — no local `twine upload` needed.
|
|
|
179
178
|
2. Push a version tag:
|
|
180
179
|
|
|
181
180
|
```bash
|
|
182
|
-
git tag v0.1.
|
|
183
|
-
git push origin v0.1.
|
|
181
|
+
git tag v0.1.3
|
|
182
|
+
git push origin v0.1.3
|
|
184
183
|
```
|
|
185
184
|
|
|
186
185
|
The workflow uploads to PyPI automatically.
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "doclogs-cli"
|
|
7
|
-
version = "0.1.
|
|
8
|
-
description = "
|
|
7
|
+
version = "0.1.3"
|
|
8
|
+
description = "Capture daily engineering work, generate blog and career artifacts with Cursor or Copilot, and publish posts to git."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
11
11
|
requires-python = ">=3.11"
|
|
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
|
|
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
|
|
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
|