pptx-cli 1.3.1__tar.gz → 1.3.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.
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PKG-INFO +11 -1
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/README.md +10 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/__init__.py +1 -1
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/schema.py +12 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.claude/settings.local.json +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.editorconfig +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/copilot-instructions.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/instructions/backend.instructions.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/instructions/testing.instructions.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx/SKILL.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx/references/deck-spec.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/SKILL.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/excal-diagrams.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/mckinsey-style.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/pptx-workflow.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/workflows/ci.yml +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/workflows/publish.yml +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.gitignore +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/.python-version +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/AGENTS.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/ARCHITECTURE.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CHANGELOG.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CLI-MANIFEST.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/CONTRIBUTING.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/DECISIONS/ADR-0001-initial-architecture.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/LICENSE +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PRD.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PREVIEW-FUTURE.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/PROJECT.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/SCAFFOLD.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/SECURITY.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/TESTING.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/DOMAIN.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/GLOSSARY.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/ROADMAP.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/docs/SCAFFOLDING-NOTES.md +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/.gitignore +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/guardrails.jsonl +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/links.jsonl +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/references.jsonl +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails/taxonomy.json +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/guardrails-explorer.html +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/pyproject.toml +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/pyrightconfig.json +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/scripts/bump_version.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/__main__.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/cli.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/__init__.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/compose.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/guide.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/init.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/inspect.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/manifest_ops.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/validate.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/commands/wrapper.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/__init__.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/composition.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/ids.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/io.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/manifest_store.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/markdown.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/runtime.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/template.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/validation.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/core/versioning.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/__init__.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/envelope.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/src/pptx_cli/models/manifest.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/conftest.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_cli.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_schema.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/tests/test_versioning.py +0 -0
- {pptx_cli-1.3.1 → pptx_cli-1.3.3}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pptx-cli
|
|
3
|
-
Version: 1.3.
|
|
3
|
+
Version: 1.3.3
|
|
4
4
|
Summary: Template-bound PowerPoint generation for enterprise decks
|
|
5
5
|
Author: Thomas Rohde
|
|
6
6
|
License: MIT License
|
|
@@ -123,6 +123,16 @@ pptx --version
|
|
|
123
123
|
pptx guide --format json
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
+
### AI coding agent skill
|
|
127
|
+
|
|
128
|
+
If you use an AI coding agent such as Claude Code, Codex, or Copilot, you can install the `pptx-deck-builder` skill to give your agent the ability to build PowerPoint decks using `pptx`:
|
|
129
|
+
|
|
130
|
+
```bash
|
|
131
|
+
npx skills add ThomasRohde/pptx-cli --skill pptx-deck-builder
|
|
132
|
+
```
|
|
133
|
+
|
|
134
|
+
This installs the skill directly from the repository — no need to clone it.
|
|
135
|
+
|
|
126
136
|
## Quick start
|
|
127
137
|
|
|
128
138
|
The examples below assume you have a local PowerPoint template file available,
|
|
@@ -76,6 +76,16 @@ pptx --version
|
|
|
76
76
|
pptx guide --format json
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
+
### AI coding agent skill
|
|
80
|
+
|
|
81
|
+
If you use an AI coding agent such as Claude Code, Codex, or Copilot, you can install the `pptx-deck-builder` skill to give your agent the ability to build PowerPoint decks using `pptx`:
|
|
82
|
+
|
|
83
|
+
```bash
|
|
84
|
+
npx skills add ThomasRohde/pptx-cli --skill pptx-deck-builder
|
|
85
|
+
```
|
|
86
|
+
|
|
87
|
+
This installs the skill directly from the repository — no need to clone it.
|
|
88
|
+
|
|
79
89
|
## Quick start
|
|
80
90
|
|
|
81
91
|
The examples below assume you have a local PowerPoint template file available,
|
|
@@ -46,6 +46,18 @@ def copy_to_clipboard(text: str) -> bool:
|
|
|
46
46
|
# ---------------------------------------------------------------------------
|
|
47
47
|
|
|
48
48
|
_GENERIC_SCHEMA = """\
|
|
49
|
+
<output-format>
|
|
50
|
+
IMPORTANT: Your output MUST be a YAML deck spec, not a binary .pptx file.
|
|
51
|
+
Do NOT attempt to generate PowerPoint XML, base64 data, or any format
|
|
52
|
+
other than the YAML shown below. The `pptx deck build` CLI tool handles
|
|
53
|
+
all PowerPoint rendering — you only provide the YAML.
|
|
54
|
+
|
|
55
|
+
Preferred: offer the YAML as a downloadable file (e.g. a download link or
|
|
56
|
+
file attachment named "deck.yaml") so the user can save it directly.
|
|
57
|
+
Fallback: emit a single ```yaml code block the user can copy-paste into
|
|
58
|
+
a .yaml file and then run `pptx deck build -f deck.yaml`.
|
|
59
|
+
</output-format>
|
|
60
|
+
|
|
49
61
|
<slide-schema>
|
|
50
62
|
Use this schema to draft presentation content. Layout assignment and
|
|
51
63
|
template binding happen later, so focus on the slides themselves.
|
|
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
|
{pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/excal-diagrams.md
RENAMED
|
File without changes
|
{pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/mckinsey-style.md
RENAMED
|
File without changes
|
{pptx_cli-1.3.1 → pptx_cli-1.3.3}/.github/skills/pptx-deck-builder/references/pptx-workflow.md
RENAMED
|
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
|
|
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
|