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

Uppercase parameters are lowercased for keyword args.

f353cf19ab08a9cb7c5c5cd62e3067eca17998fe authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #74 from julen/doc-fixes

Docs: fixes

814f50adb1d0cdd14510dee6859570e7d4da9d60 authored over 10 years ago by Armin Ronacher <[email protected]>
Docs: fixes

52dad20749fac186ac326a1bc72bc97f5243e5fb authored over 10 years ago by Julen Ruiz Aizpuru <[email protected]>
Added strong support for a defined parameter callback evaluation order.

5381d65d5c1b6c016a2227e185c34cbd4d6ecfa6 authored over 10 years ago by Armin Ronacher <[email protected]>
Added a helper method to add help options and refactored the group decorator a bit.

0b08568ad2874a6d625f5ec3af51286052368833 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #70 from julen/doc-fixes

Docs: minor fixes

24b35b997be9ad9050c808136f0493f0520bd411 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #71 from Christophe31/patch-1

fix a typo.

3fb65730c8af81b21fa76c40ad4e62a6d16718c4 authored over 10 years ago by Armin Ronacher <[email protected]>
Allow the show function of click exceptions to work without context.

4034cecbbe12775be0b06c6c4e6b008002859c9c authored over 10 years ago by Armin Ronacher <[email protected]>
fix a typo.

645652840d996bad108a9a2f2e99cbea67080daa authored over 10 years ago by Narbonne <[email protected]>
Docs: minor fixes

45d4779825bed9bc595a9386ea4e3a002eff1521 authored over 10 years ago by Julen Ruiz Aizpuru <[email protected]>
Removed some dead code

765c7607499145251c6f273cefb3d23e86d19696 authored over 10 years ago by Armin Ronacher <[email protected]>
Default count to 0

848b664ede2e854cfd89d0b46506df32c8a40e27 authored over 10 years ago by Armin Ronacher <[email protected]>
Some smaller doc updates

99f0da9e9120388dd2270546b1f3fe62ea8450e9 authored over 10 years ago by Armin Ronacher <[email protected]>
This is 0.5.1

533cf7c209a0dba15b4ec784e8789d443754e64e authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a bug in the docs

d2cddcf62b766d3ff5c0466f903402805ab6cdb6 authored over 10 years ago by Armin Ronacher <[email protected]>
This is 0.5

a0deb2ec35075249ad4c8eeff2d02b7cc066710d authored over 10 years ago by Armin Ronacher <[email protected]>
Updated inout example

19e9c6dc136ccf17a226e263407876d245dc7ba5 authored over 10 years ago by Armin Ronacher <[email protected]>
Allow whitespace after \b for whitespace preservation.

38eb59cd00bf81ca13013cc045a66e49ee05d665 authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a bug with whitespace preservation.

4e2a3291613f6903afa179396676d4aebb340eb1 authored over 10 years ago by Armin Ronacher <[email protected]>
Updated repo script a bit

ca1dff925e3a3d3aac0b5725ee5e8b5b022d70ff authored over 10 years ago by Armin Ronacher <[email protected]>
Removed an extra newline.

dad85018d095f7d40eff09ab0ed55ec69837f44f authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a bug with rewrapping of options.

fb7f67403dc2b58e2a3797cfc7d5a2cdf68784d4 authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for requiring with multiples.

fe89108c1aba39268ad898f879ec12514f26bb7b authored over 10 years ago by Armin Ronacher <[email protected]>
Reversed logic, pick the long ones before the short ones

5dbdfefcb34f39da309fc563e2c49381e4c3b09d authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed last broken commit

c6d41437323f7ad9c84cbd02cb085094d485e9fa authored over 10 years ago by Armin Ronacher <[email protected]>
Always pick first optoin instead of longest

b8e766ffae3b52067ce5ba1f58d06fca7c2149df authored over 10 years ago by Armin Ronacher <[email protected]>
Hide defaults by default on help page

502185da0957000714dca6211daa95bbe9fa2dee authored over 10 years ago by Armin Ronacher <[email protected]>
Make nargs != 1 be documented by hand, looks nicer.

6fbfd771377035d55c0848f661ca61b6ac70e8ff authored over 10 years ago by Armin Ronacher <[email protected]>
Improved formatting of help pages slightly

5e86fcf7d83d81eabc84818751782bbbda1b8851 authored over 10 years ago by Armin Ronacher <[email protected]>
This is 0.4

523aaa0ef63dbfeffe7d909608f2143a5f9b292f authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for explicit terminal widths and disabling of rewrapping

24d400f8807e6634a0475198bc8f5f93673c1415 authored over 10 years ago by Armin Ronacher <[email protected]>
Refactored prompts a bit

277d410e7342b0754369589f4856288f6111f75b authored over 10 years ago by Armin Ronacher <[email protected]>
Added another note on file type laziness.

f69bc7b3b1a60093914efed16071d55fa0688f99 authored over 10 years ago by Armin Ronacher <[email protected]>
Protection against creating invalid keyword arguments.

7bbddd816dc511387aa8cc90222871e4def2e5a2 authored over 10 years ago by Armin Ronacher <[email protected]>
Exposed parser

1726e474a5882f5d827114db89c7c3414ebbd7f7 authored over 10 years ago by Armin Ronacher <[email protected]>
Added notes on no auto correction

72d26f631d36fad9039cbe8d75ba66f8576595be authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for default overrides. This fixes #42

e77783dcd9b9b74f0f53c3b5857407cef07fba87 authored over 10 years ago by Armin Ronacher <[email protected]>
Added missing type to docs

065ce06128f678e91ba0022ce565b9ee52c5adf5 authored over 10 years ago by Armin Ronacher <[email protected]>
This is 0.3

7d505244d58f86b98cf0629d96078b0d9a793d93 authored over 10 years ago by Armin Ronacher <[email protected]>
Added notes on missing "+" from argparse

1ad7df7001082ca9c45c555e7e1821a6acf43164 authored over 10 years ago by Armin Ronacher <[email protected]>
Documentation updates for file handling

72ae8a2f3e054a35557e1fbd5271df123d99bdad authored over 10 years ago by Armin Ronacher <[email protected]>
Added tests for lazy flags

85e466724706db03dc8e7e5b8d5037ad84bfd453 authored over 10 years ago by Armin Ronacher <[email protected]>
Added lazy file opening

f270dd2085d90f6171d858c7af3f3f8320543110 authored over 10 years ago by Armin Ronacher <[email protected]>
Added count support and int ranges

81930b58c35ce8550a8dca61116a2649b8e23fc3 authored over 10 years ago by Armin Ronacher <[email protected]>
This is 0.2

fa467ce3d550dcca7ac60b8e2f0674bd7c85b0ca authored over 10 years ago by Armin Ronacher <[email protected]>
Documented alternative prefix chars

521e9fc7d404d6c5f0aaed6b539c4f270cdb756e authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for alternative prefix chars

38b3b4151e1ad3ba709f43d8b69a82db57eb402e authored over 10 years ago by Armin Ronacher <[email protected]>
Further simplified internal parser API

8c184c65a1857e0ecd3acfd2103797c15b604c74 authored over 10 years ago by Armin Ronacher <[email protected]>
Simplified internal parser API

a4a59869015599afa2d5cba48490d8a25225e149 authored over 10 years ago by Armin Ronacher <[email protected]>
Converted a list into a tuple

e0d4520663614bd46f1afe22f21e9d706adef7d1 authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a broken example in the docs

20e8ffaa47a6941569aa836a408aaf6e7ba36725 authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for nargs in other places

2e8354a82505cf5ef6f2f93e6403db0a23b8dc8f authored over 10 years ago by Armin Ronacher <[email protected]>
Added a group decorator to group classes.

db9a9c22632543e66ee3e66936162ba0f47d4303 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #63 from julen/doc-fixes

Docs: fixes

0868754cf525834529671701db3503060fd398d8 authored over 10 years ago by Armin Ronacher <[email protected]>
Docs: fixes

2a2c4f4a9ec31c21954db8f4df01c02245fe2a49 authored over 10 years ago by Julen Ruiz Aizpuru <[email protected]>
Updated notes on docopt

5d85db9fb705563a42f34bb01616593c5537f0b0 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge branch 'master' of github.com:mitsuhiko/click

c8e615469f2a65b03549c7a81bb060d5773a9195 authored over 10 years ago by Armin Ronacher <[email protected]>
Properly skip empty second parts in dls

fd9c73ce16faeb22bb0f3d601097a4245d8c7867 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #62 from offbyone/fix-ioctl-size-returns-0

Handle the case where the ioctl returns sizes == 0

78927f632e0f498d1b1745b98414b06da457b6f1 authored over 10 years ago by Armin Ronacher <[email protected]>
Handle the case where the ioctl returns sizes == 0

This occurs in emacs shell buffers, for example, which don't report anything useful for size.

7e05e67e2451a7622f6ee123b8d03ff0c980ed91 authored over 10 years ago by Chris Rose <[email protected]>
Removed dead code

bf3930d594af4101fd25304f64b934f2533dd023 authored over 10 years ago by Armin Ronacher <[email protected]>
Added example for pager

dc25c8bf7e3ff844e7fc93bb88147b2149f20542 authored over 10 years ago by Armin Ronacher <[email protected]>
Added an echo function with pager support

54c90d0609449e99ebea1586d5e9aca9897c7f69 authored over 10 years ago by Armin Ronacher <[email protected]>
Added test for required

a6f94010aa3cb8adc49136983569d6a0c393bfc8 authored over 10 years ago by Armin Ronacher <[email protected]>
Added travis config

09d219d4ab7d19eff75c8cce5b9ec28d5b1fafd6 authored over 10 years ago by Armin Ronacher <[email protected]>
Added metavars for choice test

e67212bc86460a3f7778bcf68fa63512c80443dc authored over 10 years ago by Armin Ronacher <[email protected]>
Corrected col distance check

e9ec187b0506d2ef3a4c70596d1ada01ed9470c6 authored over 10 years ago by Armin Ronacher <[email protected]>
Added tests for choice type

4a8cf56965a8056321ca03a88b36e30e6eb47e7c authored over 10 years ago by Armin Ronacher <[email protected]>
Added UUID type support

4ed961d2f5dc8eb1b68e6ebb6936b0d59779e307 authored over 10 years ago by Armin Ronacher <[email protected]>
Removed some more dead code

052ee213ca182a0780903d37fcde9f6ab8a6f1ad authored over 10 years ago by Armin Ronacher <[email protected]>
Removed pointless comment

0c43d5a977b6e8b17cc3da8ed364eacaadb206fd authored over 10 years ago by Armin Ronacher <[email protected]>
Removed more optparse leftovers

75aeb7c39f15c5c3cea4141470d811dafcc6ac51 authored over 10 years ago by Armin Ronacher <[email protected]>
Exposed formatting

97b505cec0109c027f682a469f5b21003b09250f authored over 10 years ago by Armin Ronacher <[email protected]>
Documented the format options a bit and made them public.

373d92d621a201f48383aeecd5d79acd1f2c8e21 authored over 10 years ago by Armin Ronacher <[email protected]>
Removed more unneeded leftovers from optparse

d5e2fbf6774e19db6492a410e0f955d865822736 authored over 10 years ago by Armin Ronacher <[email protected]>
Auto truncate short help instead of hiding it. Fixes #53

a25bf1300142bc30369920e3bca740efb92c4575 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #58 from julen/doc-fixes

Docs: removed duplicated word

45be1caa7e09688fbae58e39d0846e6b19c3e6ac authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #55 from fgimian/aliased-group-typo

Added missing list_commands parameter for AliasedGroup example in docs

0327cabd6b3660865e61747dfa79af03da80ef30 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #54 from fgimian/optparse-typo

Repaired incorrect call to fail function in optparse

748b60c69d740e099698fd6ff4625bb078b29ca4 authored over 10 years ago by Armin Ronacher <[email protected]>
Docs: removed duplicated word

86bea14cb9b235e581cfa5c63817ff86a42cef43 authored over 10 years ago by Julen Ruiz Aizpuru <[email protected]>
Fixed a bug with empty help texts causing extra newlines

40987c9fd7ae1a8c817cfa85940bd91554918951 authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a bug with formatting for arguments

2ca87b3dcabd232142a0f2b8bdc3f60226bd2eb9 authored over 10 years ago by Armin Ronacher <[email protected]>
Added missing list_commands parameter for AliasedGroup example in docs

ce67f3c8ddbe0a2649c8b305ecdba71b102e97fa authored over 10 years ago by Fotis Gimian <[email protected]>
Greatly refactored help formatting by moving it from optparse to a higher level.

981172fbb4c28454623b0e9741d970dbc547b856 authored over 10 years ago by Armin Ronacher <[email protected]>
Repaired incorrect call to fail function in optparse

dce3b868b128618a8deff8470fe50eee438802c8 authored over 10 years ago by Fotis Gimian <[email protected]>
More modernization in _optparse

5ffa7c850b17bb280ed78e5f0bf56c31eac733b2 authored over 10 years ago by Armin Ronacher <[email protected]>
Removed some dead code in optparse

141a6921eb44bbd4836b2e8e5ee007dc6fada0c8 authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for object ensuring

8512acddabb12e2c641f098f638499501742ce0c authored over 10 years ago by Armin Ronacher <[email protected]>
Fixed a bug that caused random prints

083d566f2f4809c55dea9ea6d85ae37404da48bc authored over 10 years ago by Armin Ronacher <[email protected]>
Show options before commands

1a54ca3a4012046c90c9ae619653487ac3646ebc authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #47 from rockymeza/gender-pronouns

Removed gender-specific pronoun from docs

9e42514d84328be7af594b94c37786367f34a6f0 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge pull request #48 from razzius/master

fix instanciate -> instantiate typo

4af4916ad9d8e0c9b9d18c485febfe915c5763ff authored over 10 years ago by Armin Ronacher <[email protected]>
fix instanciate -> instantiate typo

72cfc494c4d348bd1a94d631da0a641d74b86522 authored over 10 years ago by Razzi <[email protected]>
Removed gender-specific pronoun from docs

f0f49392ba80877ecc69a9eb4fb502909a2db500 authored over 10 years ago by Rocky Meza <[email protected]>
Added a missing currentmodule directive

d5a6bd4f86154e6e628ed371ead2fde6c8e1088c authored over 10 years ago by Armin Ronacher <[email protected]>
Moved the command invoke docs

3ab47e9b88776b3d83a14a2a0060500d1fdd4889 authored over 10 years ago by Armin Ronacher <[email protected]>
Added support for command forwarding.

506e4e7f4eb72f83739feb700ab1f82c3cc91c70 authored over 10 years ago by Armin Ronacher <[email protected]>
Moved help arg from parameter to option

5fb4c01fb3a54b86dd7937c3e0ad8fbd71363072 authored over 10 years ago by Armin Ronacher <[email protected]>
Merge branch 'master' of github.com:mitsuhiko/click

fe262a934085840a3e150976d07abc1a25a14697 authored over 10 years ago by Armin Ronacher <[email protected]>
Change docs to mention how we relate to optparse

b62057ddce65fe2d655fc5bf804da27c1c068700 authored over 10 years ago by Armin Ronacher <[email protected]>