The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| click-8.2.1-py3-none-any.whl | 2025-05-20 | 102.2 kB | |
| click-8.2.1.tar.gz | 2025-05-20 | 286.3 kB | |
| multiple.intoto.jsonl | 2025-05-20 | 21.1 kB | |
| 8.2.1 source code.tar.gz | 2025-05-20 | 399.9 kB | |
| 8.2.1 source code.zip | 2025-05-20 | 448.7 kB | |
| README.md | 2025-05-20 | 627 Bytes | |
| Totals: 6 Items | 1.3 MB | 0 | |
This is the Click 8.2.1 fix release, which fixes bugs but does not otherwise change behavior and should not result in breaking changes compared to the latest feature release.
PyPI: https://pypi.org/project/click/8.2.1/ Changes: https://click.palletsprojects.com/page/changes/#version-8-2-1 Milestone: https://github.com/pallets/click/milestone/24?closed=1
- Fix flag value handling for flag options with a provided type. [#2894] [#2897]
- Fix shell completion for nested groups. [#2906]
- Flush
sys.stderrat the end ofCliRunner.invoke. [#2682] - Fix EOF handling for stdin input in
CliRunner. [#2787]