Changelog
Changelog
All notable changes to this project will be documented in this file.
0.3.0 - 2026-07-27
Added
prpm login,logout, andwhoamiwith system-keyring token storage.Added locally generated Ed25519 identities and key rotation with
prpm key.Added
prpm packto build, validate, and sign releases.Added
prpm publishfor secure publishing to PyPI and TestPyPI.Added
prpm verifyto validate manifests, PyPI hashes, and wheelRECORDentries.Added CI credentials through
PRPM_PYPI_TOKENandPRPM_TESTPYPI_TOKEN.
0.2.1 - 2026-07-27
Published PRPM on PyPI.
Updated the recommended installation command to
python -m pip install prpm.Modernized package license metadata.
0.2.0 - 2026-07-27
Replaced the empty
prpm createpage with a functional dashboard.Added real PyReact components and server-side rendering to the boilerplate.
Added a development server, fragment API, and static build.
Added filtering, completion, task creation, and light/dark themes.
Expanded the generated project with components, data, assets, and six tests.
0.1.0 - 2026-07-26
Initial CLI with
init,create,install,add,remove,update,list,run,exec,test,info,lock, anddoctor.Isolated
.venvenvironments per project.Integration with
pyproject.toml, PyPI, and pip’s resolver.Reproducible lockfile with versions, URLs, and hashes.
Ready-to-use scaffold for PyReact applications.