pyscript-cli icon indicating copy to clipboard operation
pyscript-cli copied to clipboard

A CLI for PyScript

Results 25 pyscript-cli issues
Sort by recently updated
recently updated
newest added

Command will run a simple HTTP server in order to host the files dynamically. This is required in order to allow `` to work. ```shell $ pyscript serve my_file.html --show...

enhancement

Per comments in #24 we don't need these import guards

enhancement

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.12.0 → v2.14.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.12.0...v2.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.17.0](https://github.com/asottile/pyupgrade/compare/v3.15.0...v3.17.0) - [github.com/psf/black: 24.2.0 → 24.8.0](https://github.com/psf/black/compare/24.2.0...24.8.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.1](https://github.com/pycqa/flake8/compare/7.0.0...7.1.1)

For single page applications it would be great to have a spa modus, which serves a default (often just index.html) page in case there is no matching file within the...

question

Looking at our Publish CI action it seems we are still installing poetry and using it to install dependencies, but we have removed poetry so we need to either update...

The current implementation basically shoves all the logic inside `_generator.py` in a way that makes it very hard to add new commands and re-use logic or extend the command with,...

enhancement

As a user of pyscript I'd like to be able to create a new "standard" Python app or a Jupyter Notebook from my PyScript application. `--as` or `--type` are probable...

As a plugin author I'd like to be able to modify an existing command in order to add command options, amend the description, and actually change the command using specific...

* Updated git repo to clone in contributing docs * Replicated instructions for gitflow for the pyscript-cli

Pursuant to issue #132, this PR adds a `--default-file` option to `pyscript run`. The `--default-file` option takes a file name which will be served whenever a request for a non-existent...