sebacry3
57df4824ea
Add type hints to tutorial and Javascript examples
...
- Add return type annotations and parameter
types
- Import necessary typing modules (Optional,
Union, Flask, Response)
- Improve code readability and IDE support for
examples
- All existing tests continue to pass
2025-09-26 11:10:23 -05:00
David Lord
22c48a738b
Merge remote-tracking branch 'origin/stable'
2024-11-13 08:43:48 -08:00
David Lord
a9b99b3489
update example project metadata
2024-11-01 18:00:39 -07:00
David Lord
df201ed152
fix js example test
2024-11-01 16:44:17 -07:00
JamesMRamm
823e279e0d
Update pyproject.toml
...
Correction to Documentation URL
2024-05-02 17:57:34 +10:00
David Lord
54e05a2824
use ruff linter and formatter
2023-11-15 12:14:37 -08:00
David Lord
54ff9b2972
use ruff linter and formatter
2023-11-09 10:27:01 -08:00
Iztok Fister Jr
541bc8dfc2
examples/javascript: replace obsolete link ( #5287 )
2023-10-06 17:36:39 -07:00
David Lord
46b328854a
switch examples to flit
2023-06-27 14:13:56 -07:00
David Lord
9cb1a7a52d
blinker is required, signals are always available
2023-04-13 07:39:24 -07:00
David Lord
3a35977d5f
stop ignoring flake8 e402
2023-01-19 06:35:15 -08:00
David Lord
8f13f5b6d6
update docs and examples for pyproject
...
setup.py -> pyproject.toml
venv -> .venv
2023-01-18 10:32:51 -08:00
David Lord
ab1fbef29a
prefer --app over FLASK_APP in docs
2022-06-17 09:26:26 -07:00
David Lord
6f6e3289da
remove javascript fetch polyfill
2022-06-08 07:30:29 -07:00
David Lord
024f0d384c
move package metadata to setup.cfg
2020-04-04 14:50:21 -07:00
David Lord
524fd0bc8c
apply pyupgrade
2020-04-04 12:10:00 -07:00
Grey Li
ef434ea998
Replace old pocoo links everywhere
...
pocco.org -> palletsprojects.com
2019-11-19 09:32:35 -08:00
David Lord
43483683b2
apply reorder-python-imports pre-commit config
2019-06-01 09:07:20 -07:00
David Baumgold
025589ee76
Reformat with black
...
https://github.com/python/black
2019-05-06 16:28:58 -04:00
Grey Li
21b0aa6dd8
Add prefix for all commands in documentation ( #2877 )
...
* Add prefix for commands in docs
* Add prefix for commands in example's README
2018-09-09 17:41:56 +09:00
Hsiaoming Yang
64ac1b0d36
Revert "Close tag on js examples."
...
This reverts commit b7f6ff4f0b .
2018-04-21 15:12:06 +09:00
Hsiaoming Yang
b7f6ff4f0b
Close tag on js examples.
2018-04-21 14:48:15 +09:00
David Lord
1e84c67beb
clean up js example
2018-04-12 12:17:14 -07:00
David Lord
fce1885f76
add javascript ajax example
2018-04-12 11:06:02 -07:00