Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/python-trio/asyncclick
Python composable command line utility, trio-compatible version
https://github.com/python-trio/asyncclick
f5bf28409e3652f220e4301c457b20228b54f2e0 authored almost 10 years ago
Fix clear() on win, colorama
434baa88f09034ebcd35ad46ae6c0392be4c3465 authored almost 10 years agowin10, python2.7, installed click, colorama
python
>>>import click;click.clear()
...
Zsh has support for loading bash completion functions, but dies on the syntax here.
Adding 'env...
61de69436da40177581154bc2e642381eb204973 authored almost 10 years ago
ability to pass custom implementations of ``Option`` and ``Argument``
1c3dfacddcb73bb256d0e604e239cfd4c75f71f2 authored almost 10 years ago48b899155ae212d87c6a004d4f50e4daa0486ba7 authored almost 10 years ago
950fbc2b601e5424f195b19690ae7abb0e5baae6 authored almost 10 years ago
allow passing a different class to ``option`` and ``argument``
decorators via ``cls`` keyword ar...
3a2585cb70bb43897b9fa2d749421d8b99db1e87 authored almost 10 years ago
Fixed exception in Option.get_help_record()
39e51d961b9e69c050bb948b1db11275f9630542 authored almost 10 years agoAdd color parameter to testrunner
4a7fe69f942bd02b811548ff8f02a08fff7429c1 authored almost 10 years agoFix erroneous region code on python3 doc page
a9b0cbc0415adfb2fec79cbd93ee34d0ba1b19ce authored almost 10 years agosmall docstring fix in argument decorator
43018a78a9f558bd7e846775b6c369789a6f4bb5 authored almost 10 years ago3959b93280a64cf608329bc28dfe147d343bc6e6 authored about 10 years ago
There is no territory with a region code of "EN"; the correct one is "US." At least, it didn't w...
f2f695d1cb3e36b4bb6682d09dc7d86574402337 authored about 10 years agoed0ca75d6e3e9d0aac6c3675dca20f3085e30be7 authored about 10 years ago
17bbb9e5b48666d526954e75323debc02f4f78f4 authored about 10 years ago
Adding commas
Minor grammatical correction
180136fdf93603c1664f3a2809e57d1bae9c699f authored about 10 years agoI'm not sure about "in Python" vs. "on Python", but as the former is mostly used here, I adjuste...
3c2de847af8ff7066d7d1b594ae2556f103886ed authored about 10 years agoWithout the __init__.py files, new programmers will waste time with a broken example.
620c791f3f4e81499e1481c2d6df7fd62e89ce1d authored about 10 years agothan max width
e2c3b9bc6122562c015bb98d3890a6d6512fba24 authored over 10 years agoThis prevents it from being included in the text width.
ebd751cab2f1af064169575b2d24435c93d4a899 authored over 10 years ago4336a5d3eaf5500a6f3041b30c7887361dea5737 authored over 10 years ago
Fix a minor typo in docs
308cc08a711f1ec372fd7fa5acca8e8a1a04ee70 authored over 10 years agouse os.name rather than os.uname()[0] so documentation builds on windows
005b7940636c4e83839295f4624423df792fa364 authored over 10 years agoSigned-off-by: Ray Lehtiniemi <[email protected]>
6359b85a4ab3558c9d2d3af6551c9c4caad6cae1 authored over 10 years ago6fd76b55e9f368f48dd0c6705015b08cff26407b authored over 10 years ago
Useful when wanting to test a more exact behavior, e.g. in
https://github.com/geier/khal/issues/113
ac69bf3e088256d7732c360714a4f7b55b234bb2 authored over 10 years ago
4866bd82f0ea70032b0f0ef0a10972d9a47cfb70 authored over 10 years ago
65ca572d7c193123b9bcfdb4c2c7d9be9199be21 authored over 10 years ago
04964ab1651c0f7880d60dfe01d236cfb5184d32 authored over 10 years ago
f1c2ce9a7407d1c62fcba2251204d336f718f353 authored over 10 years ago
4851f7ca51291a746973be7e3a6647029b4ced72 authored over 10 years ago
da0132f90068b5b7457bd8d8c363da0765412c1b authored over 10 years ago
f23951150a92a1c8461774abf30d543b3386f8d6 authored over 10 years ago
be17393b04c9cd478cba643d0476d915184edeac authored over 10 years ago
b707ec7a5cb1f910da5435650924086015140f3d authored over 10 years ago
67b13494c65c16b45180abfe7aaa18b33fccdcbe authored over 10 years ago
563017b4de92c5cfab3ec1c2afb16349bedca78e authored over 10 years ago
f1249f837c8110b26e2220213ad8fbd981da2df2 authored over 10 years ago
cdb37dc797ebc1057060586f293ccd50e410a1df authored over 10 years ago
7f4fcf718349ca5cf2c0a2284f537155a6be48d7 authored over 10 years ago
ab0b472f33c85ecf80d1e57eae7a077aaa1633cd authored over 10 years ago
271a65165c17e803d2cd913abf725d4d78620fc5 authored over 10 years ago
This is the same as with echo(). If False, writes to standard output,
if True writes to standard...
Correct project name in quickstart.rst
4507fd537e93ce661ef96a122149e36104e84c61 authored over 10 years agoDocs refer to Flask instead of Click.
Cool project. Thanks for opting against autocorrect.
1e2313af460e78c825da5d1233c4ba9e9ec1ed44 authored over 10 years agob3f0a13d260d953ff24ddc4be604daa8b8089607 authored over 10 years ago
16db7bff5f84085d2d7b95f71da80121448ef577 authored over 10 years ago
6d021172ba478b6192ae29bbe42e75692af63099 authored over 10 years ago
733d5fac8cd5e5134edda339199e11ce8ffe010e authored over 10 years ago
20c9ccbd900119173885a0d29752c339fead97ce authored over 10 years ago
This is actually a very painful commit to make because it has to
change behavior. On the bright...
fix typo
c5d4befc5ce9044900d33a89721f22cf80693da9 authored over 10 years agoa61156f9c7b203a9dfcafb7e0f12bf8903b90528 authored over 10 years ago
5cf7f2ddfba328070751cbda32782520d4e0d6f5 authored over 10 years ago
e41362647ac7015b1f521916bd5b0744352fc987 authored over 10 years ago
c10e6a1a4e1e0ce84bfe932ba7668fba28ee386d authored over 10 years ago
04f795c3c726737a2fcecc8c65bd36a00a6d04ea authored over 10 years ago
dd51a1d1ce42f55ab96262519dfca66450d3c23b authored over 10 years ago
bb42d2eda44f033126538020433a3d34f09e9a32 authored over 10 years ago
8691636e373994c35eb5d157978e50e49ccb0709 authored over 10 years ago
0008933ec6540e6a2fe3f01f4b2d7e227a878d45 authored over 10 years ago
a9f9c2e6822bf83b61f4a7a3157696a0f9b250fa authored over 10 years ago
1e4438d3754f5ba5c3882cd7ab77c0e413074052 authored over 10 years ago
92489f1210a76a2e7707bc85e438b8a2027e88b5 authored over 10 years ago
e865985cdf2a742dfa8958ac281e4c466a345479 authored over 10 years ago
This fixes a regression that was introduced with the 3.0
release. This broke well established p...
85dec99b99bdca3dc3571e68e789df512f1d50e4 authored over 10 years ago
fffeae408274c51b085109b97e946dc6e2c8e438 authored over 10 years ago
547a4d09255d253bf0d14759c3dbc277b38911e7 authored over 10 years ago
61b6ffa13f3d1b471847c57b44bf0c5ac29c0244 authored over 10 years ago
a4d02ff64c328e7a7693b8d8dbeecfed1c704f6f authored over 10 years ago
42d99d6df067b5241e1a8469502341e4dc759a62 authored over 10 years ago
fa5f5033d32cc1a3c56377a5ef8e4d68a5e36bd8 authored over 10 years ago
80e15d53830369da0426ce464c5b6fe7049ab01e authored over 10 years ago
625183994b600a5c82bf2bb4c1f177f46ac0bbe0 authored over 10 years ago
1b3a822a14135932265f0a737d87b528d7677b67 authored over 10 years ago
a08cc28c59b6562b91c70f543572f304861e57d2 authored over 10 years ago
c0b076e7c0284ee4912285bd010cc7c3c1f6f033 authored over 10 years ago
1318a207c5bd55b879a200799368b87241aae33e authored over 10 years ago
075a77bb25e2b1a4b7b7df6feb081bf29cb83669 authored over 10 years ago
54828653981f849e9f581f24be86cc976f9de843 authored over 10 years ago
60714161d638fc036d59b927f200b7045f9ec5cc authored over 10 years ago
bd61da2632589a7df74a790dc5f799532827bb97 authored over 10 years ago
525069262ef50dbb23c05bdfd19daf8d25ff3199 authored over 10 years ago
f92c4f475e0d2dd9d4bb68ff6028c91a9e1f71b9 authored over 10 years ago
5a90908c716512f847f6c1cf46e015dbcb3c526a authored over 10 years ago
847fcbcf71710d349325f10a1dd15e1150ec60ec authored over 10 years ago
82d237494a09972beb421885d8e029d3d4445c85 authored over 10 years ago
1cb9fe1e76fdf8db97ced1c6a8e5e3bea1ffa5f0 authored over 10 years ago
04127558d55ea74b37a766c744fc29dcd409dd41 authored over 10 years ago
7d76c676bc564175624646b1da6aa70df465f3ef authored over 10 years ago
aa89d5d1965cee90ab0d7864ddb218c1a81a5da1 authored over 10 years ago
a939618ed6096076d46ece7f8a621fe9f25f6d33 authored over 10 years ago
36112b124fdd488cf1463a0c7cd36927369c7714 authored over 10 years ago
6a559ecb18f8726b54a7f38ec007a656a361d28b authored over 10 years ago
8c369b9472dca30a6e607661a75227518d75399c authored over 10 years ago