PyWebIO icon indicating copy to clipboard operation
PyWebIO copied to clipboard

Write interactive web app in script way.

Results 80 PyWebIO issues
Sort by recently updated
recently updated
newest added

Why we can't open an issue type of `enhancement` or such? Only `bug` is allowed. This should be fixed on the repository level.

enhancement

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...

bug

How can I host my pywebio project on [FLY](https://fly.io)

bug

How to integrate pywebio with Google reCaptcha login?

enhancement

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...

dependencies
python

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...

dependencies

![image](https://user-images.githubusercontent.com/36598604/207520670-1728028f-997f-41ea-ad88-0ee6f0dce2a2.png) When multiline inputing, will echo blank. Fixed it by condition statements.