File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[project ]
22name = " asyncclick"
3- description = " Composable command line interface toolkit"
3+ description = " Composable command line interface toolkit, async fork "
44readme = " README.md"
55license = " BSD-3-Clause"
66license-files = [" LICENSE.txt" ]
7- maintainers = [{name = " Pallets " , email = " contact@palletsprojects.com " }]
7+ maintainers = [{name = " Matthias Urlichs " , email = " matthias@urlichs.de " }]
88classifiers = [
99 " Development Status :: 5 - Production/Stable" ,
1010 " Intended Audience :: Developers" ,
1111 " Operating System :: OS Independent" ,
1212 " Programming Language :: Python" ,
1313 " Typing :: Typed" ,
1414]
15- requires-python = " >=3.10 "
15+ requires-python = " >=3.11 "
1616dependencies = [
1717 " colorama; platform_system == 'Windows'" ,
1818]
1919version = " 8.3.0.3"
2020
2121[project .urls ]
22- Donate = " https://palletsprojects.com/donate"
23- Documentation = " https://click.palletsprojects.com/"
24- Changes = " https://click.palletsprojects.com/page/changes/"
25- Source = " https://github.com/pallets/click/"
26- Chat = " https://discord.gg/pallets"
22+ Source = " https://github.com/python-trio/asyncclick/"
2723
2824[dependency-groups ]
2925dev = [
You can’t perform that action at this time.
0 commit comments