PyWebIO
PyWebIO copied to clipboard
Write interactive web app in script way.
Why we can't open an issue type of `enhancement` or such? Only `bug` is allowed. This should be fixed on the repository level.
Heroku
How to deploy app to heroku?
It would be useful to have some documentation to create custom input widget modules for PyWebIO. > [...] PyWebIO development documentation to allow users to create custom input widget. _Originally...
`pywebio/__version__.py` from the git repository differs from the one made available from https://code.aliyun.com/wang0618/pywebio/repository/archive.zip even after following the instruction to generate the minified js file. Workaround: add `dev` to `__version__` or...
How can I host my pywebio project on [FLY](https://fly.io)
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
Bumps [browserify-sign](https://github.com/crypto-browserify/browserify-sign) from 4.1.0 to 4.2.2. Changelog Sourced from browserify-sign's changelog. v4.2.2 - 2023-10-25 Fixed [Tests] log when openssl doesn't support cipher [#37](https://github.com/crypto-browserify/browserify-sign/issues/37) Commits Only apps should have lockfiles 09a8995...
 When multiline inputing, will echo blank. Fixed it by condition statements.