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.
Files changed (46) hide show
  1. {doclogs_cli-0.1.2/doclogs_cli.egg-info → doclogs_cli-0.1.3}/PKG-INFO +5 -6
  2. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/README.md +3 -4
  3. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3/doclogs_cli.egg-info}/PKG-INFO +5 -6
  4. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/pyproject.toml +2 -2
  5. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/LICENSE +0 -0
  6. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/__init__.py +0 -0
  7. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/capture.py +0 -0
  8. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/config.py +0 -0
  9. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/generate.py +0 -0
  10. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/publish.py +0 -0
  11. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/sanitize.py +0 -0
  12. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/commands/weekly.py +0 -0
  13. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/SOURCES.txt +0 -0
  14. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/dependency_links.txt +0 -0
  15. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/entry_points.txt +0 -0
  16. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/requires.txt +0 -0
  17. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/doclogs_cli.egg-info/top_level.txt +0 -0
  18. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/__init__.py +0 -0
  19. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/capture.py +0 -0
  20. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/capture_prompts.py +0 -0
  21. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/entry.py +0 -0
  22. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/generate.py +0 -0
  23. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/git_collector.py +0 -0
  24. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/__init__.py +0 -0
  25. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/base.py +0 -0
  26. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/config.py +0 -0
  27. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/copilot_cli.py +0 -0
  28. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/cursor_cli.py +0 -0
  29. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/prompt_only.py +0 -0
  30. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/llm/registry.py +0 -0
  31. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/paths.py +0 -0
  32. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/prompts.py +0 -0
  33. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/publish_git.py +0 -0
  34. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/sanitize.py +0 -0
  35. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/story.py +0 -0
  36. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/syntax.py +0 -0
  37. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/task_notes.py +0 -0
  38. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/blog.md +0 -0
  39. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/changelog.md +0 -0
  40. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/config.yaml +0 -0
  41. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/interview.md +0 -0
  42. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/linkedin.md +0 -0
  43. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/templates/resume.md +0 -0
  44. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/helper/weekly.py +0 -0
  45. {doclogs_cli-0.1.2 → doclogs_cli-0.1.3}/main.py +0 -0
  46. {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.2
4
- Summary: CLI for capturing engineering work and turning it into career artifacts.
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.0
183
- git push origin v0.1.0
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.0
157
- git push origin v0.1.0
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.2
4
- Summary: CLI for capturing engineering work and turning it into career artifacts.
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.0
183
- git push origin v0.1.0
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.2"
8
- description = "CLI for capturing engineering work and turning it into career artifacts."
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