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

This is a command to convert an existing pyscript project for use offline. It depends on https://github.com/pyscript/pyscript/pull/2077 to pull the correct files via a tarball of built files. The project...

Pursuant to issue #7, this PR adds a `--template` command line argument which can be passed to the pyscript project creation script. The `--template` option allows users to name a...

updates: - [github.com/pycqa/isort: 5.13.2 → 6.0.0](https://github.com/pycqa/isort/compare/5.13.2...6.0.0) - [github.com/psf/black: 24.10.0 → 25.1.0](https://github.com/psf/black/compare/24.10.0...25.1.0)

updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v5.0.0...v6.0.0) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](https://github.com/macisamuele/language-formatters-pre-commit-hooks/compare/v2.14.0...v2.15.0) - [github.com/asottile/pyupgrade: v3.19.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v3.19.1...v3.21.2) - [github.com/pycqa/isort: 6.0.1 → 7.0.0](https://github.com/pycqa/isort/compare/6.0.1...7.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...25.11.0)...

Right now, it is not possible to install pyscript-cli in one environment together with the fastpi-cli because their dependency-constraints prevent resolving the typer dependency. pyscript-cli depends on `typer=0.12.3` FastAPI and...