autoprojectstarter-render
The AutoProjectStarter template renderer: 3-casing token rename
(BaseProject → PascalCase / UPPER / camelCase), exclude lists, binary skip,
feature stripping (removePaths, FEATURE:<key> comment markers,
configPatch), variable substitution, and Layer-1 manifest validation.
One renderer, not two: the app backend and every template repo's
template-check.yml CI pin this same package, so a green template check
proves exactly what the app will generate. manifestVersion gates
compatibility.
Install
pip install autoprojectstarter-render
Usage
# Layer-1 validation over a template tree (exit 1 on any failing rule)
autoprojectstarter-render validate .
# Dry-run render, the extremes proven by template CI
autoprojectstarter-render render . /tmp/out --name SampleApp --all-features on
autoprojectstarter-render render . /tmp/out2 --name SampleApp --all-features off
# Individual toggles and variables
autoprojectstarter-render render . /tmp/out --name SampleApp \
--feature redis-cache=off --var seqDomain=https://seq.example.dev
Python API: render_template, run_layer1_checks, load_manifest,
TemplateManifest, RenderError.
Contains only generic render/strip logic — no secrets, no network, no git.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file autoprojectstarter_render-0.2.0.tar.gz.
File metadata
- Download URL: autoprojectstarter_render-0.2.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d11caaf8578428bd3760c80faa3e113c629098c0c533933a46adfd2775032c9
|
|
| MD5 |
fb9951636ce91bf10a5800e0ca5871bd
|
|
| BLAKE2b-256 |
207e42754ba7a7d8a06a5bb143b493ba3483955a39b27481c5efc3deb7946287
|
File details
Details for the file autoprojectstarter_render-0.2.0-py3-none-any.whl.
File metadata
- Download URL: autoprojectstarter_render-0.2.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0eb5a534e224c6872c7f3c3f46e065495d1d771329c3135c80d8719c71029487
|
|
| MD5 |
b0ebfdd61d205c84f3a1a2e00fc82d5f
|
|
| BLAKE2b-256 |
731ce0153b20a6a840bff9da9b434cc42cb51699af6725d6dbf5c49a05f91b93
|