pyscript-cli
pyscript-cli copied to clipboard
A CLI for PyScript
Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...
Naming is hard but necessary! We need a place to PyScript CLI global configurations (that I'm referring to as CLI config file) and PyScript apps now have [a JSON/[TOML]](https://github.com/pyscript/pyscript/pull/754) format...
This PR finalises the new `pyscript-cli` features developed during the last hack-days. In particular, the new features this PR brings are: - support for automatic analysis of code dependencies (i.e....
https://peps.python.org/pep-0621/
The animated GIF in the README shows an user typing `pip install pyscript-cli`, which is now outdated. /cc @mattkram because I guess you are the one who knows how to...
Add a new option to `pyscript wrap` subcommand to allow user to provide their own Jinja2 template file, in which to inject the Python code they are wrapping. This would...
Instead of copying the contents of the script into the HTML I would like to have the option to declare the path to the source input. I will submit a...