Skip to content

docs(core): expand README API reference - #184

Merged
ulises-jeremias merged 1 commit into
mainfrom
feat/issue-172-core-readme
Jul 16, 2026
Merged

docs(core): expand README API reference#184
ulises-jeremias merged 1 commit into
mainfrom
feat/issue-172-core-readme

Conversation

@ulises-jeremias

Copy link
Copy Markdown
Member

Summary

  • Expand packages/create-python-app-core/README.md to parity with @create-node-app/core documentation
  • Add overview, installation, full exported API table, CPA_* environment variables, module map, usage examples, and error codes

Closes#172

Test plan

  • README renders correctly (ASCII-only, no broken tables)
  • API table matches create_python_app_core.__all__ exports
  • Environment variables and error codes match source (paths.py, git_cache.py, errors.py, installer.py)
  • Usage examples reflect actual function signatures from api.py, installer.py, config.py, paths.py, git_cache.py

Made with Cursor

Closes#172
Co-authored-by: Cursor <cursoragent@cursor.com>
@ulises-jeremias
ulises-jeremias merged commit 870cc58 into mainJul 16, 2026
9 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[P3] Expand create-python-app-core README API reference

1 participant

@ulises-jeremias