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

Added an example for help parameter customization.

6e98e9bfc31a2e360addd3e443eb93afb384e099 authored over 10 years ago
Added example for token normalization.

8da75f9f05b1b3b8c1f023c9ecc1063806bf992c authored over 10 years ago
User interface improvements.

- Changed how the help function is implemented to allow global overriding.
- Added support for t...

c2e187b7361a8d7bc2ddab27c159132b94722ef9 authored over 10 years ago
Made EDITOR/VISUAL be a command line like in hg/git.

59b5a5ecf03241b2cbf14873f191e4197686279f authored over 10 years ago
Implemented extra info for missing choice parameters. This fixes #120

264fa24d40725f3278d9a783c84cf8bf2d333300 authored over 10 years ago
Merge pull request #114 from iKevinY/doc-fixes

Documentation Fixes

a6136b4079f52f4384fc8321672cf95b780527f8 authored over 10 years ago
Minor README modifications

24c01d5851b8a8992b6f01986c693725fced8b88 authored over 10 years ago
Documentation improvements

b67ec8f3e8c7384d5961692adbc78a9726dad257 authored over 10 years ago
Added bold argument to ANSI colour examples

Implicitly reinforces the idea that styling as well as colouring can be
done with the click.styl...

dfb5e97ed65d9ddaa4cdf33a90a31e56fe60272b authored over 10 years ago
Minor documentation fixes

c42e93ce75c1d20a029cb106dd82578a2f426ae2 authored over 10 years ago
Merge pull request #113 from iKevinY/doc-fixes

Documentation & docstring fixes

e0ea94a8fd5a6ed7c71c057ad753fdf5b75f66cb authored over 10 years ago
Changed wording with respect to context objects

30b66d9b9bff91ab945911affc085d52ba341cc4 authored over 10 years ago
Miscellaneous documentation & docstring changes

0f894faab89db531bfa92d5bb792a45df13f69c1 authored over 10 years ago
Standardized capitalization of Unix

b131df85c515a2289678a45140504a8ebc2b88b9 authored over 10 years ago
Changed occurrences of "on Python" to "in Python"

9b2648ae260fad9b076558aed478fdc5ed5e047c authored over 10 years ago
Standardized capitalization of Windows and POSIX

e4dca8aaa86b58b12a482f7607283f60a7786952 authored over 10 years ago
Documentation fixes

67523af3550c99afc29e1c6ce0b1581c45098c56 authored over 10 years ago
Merge pull request #112 from julen/doc-fixes

Docs: minor fixes

f48761a0566c25f7fe398ba5ba5bee7dfcfe168d authored over 10 years ago
Docs: minor fixes

ef65f30f9756a23ffefa5ec55b96c2909d28604f authored over 10 years ago
Added some examples to termui for getchar and pause

57c6f135206e69fed0cd58aabdbcb930772ff13c authored over 10 years ago
Added pypy to travis

d182acf94785d98e8be6ae7be59f8b6840781cc9 authored over 10 years ago
Add test to ensure click does not import too much

13ab804f5f520819d062ed1377811bc06d73f487 authored over 10 years ago
Moved textwrap functions into a delayed import to speed up execution time if help is not needed.

da0a1647325677448efffd0a7649ec81edd6eb60 authored over 10 years ago
Changed upgrade note to be more correct.

830ab09fa3f219555c102dbff0ddac3b993c3da8 authored over 10 years ago
Added a new item to the why list

6eeead5bcfdf2f45c5b3be3db1fce04b08d5af9f authored over 10 years ago
Added click.pause

c9eb780225e71eb3c1444871b4b5179ff160d91e authored over 10 years ago
Fixed underline

525cc941ce2fa20d44ad108b57250291872f0577 authored over 10 years ago
Merge pull request #110 from krockode/patch-1

docstring typo fix

5cae32690759ff15916db1c865de1f29a2ee81fe authored over 10 years ago
Improved handling of dos/windows arguments greatly.

133c4173934e99903a4c075e048e742bd21e343e authored over 10 years ago
fix Argument class name typo

b911a9148cb0a586891ee73a59c674335a5d3078 authored over 10 years ago
Merge pull request #109 from iKevinY/doc-fixes

Documentation Fixes

d428e693d2c34d71df6ce03528dfa119b582ff23 authored over 10 years ago
More documentation fixes

98910c12327e7826b6df2d2a47f9f74495658292 authored over 10 years ago
Documentation fixes

d541802088d517bf56c51dea19561716991f93bb authored over 10 years ago
Fixed a bug with autowidth on progress bars.

1b9e2c0284a61fdcd452b34122f37774045a0106 authored over 10 years ago
progressbar: add automatic full-width mode

cf8f1b7504c346e40201226ca4edd818d90a8dfa authored over 10 years ago
Added resilient parsing to the docs

aeb297cc8f90e97dc76059c36991806f1cf2dc12 authored over 10 years ago
Fixed a bug with the version flag introduced last commit.

336e5e08acf98a4033e5aa4c6fcef118d4f469ec authored over 10 years ago
Do not show help or version if resilent parsing is enabled.

7d0ded687b54e4bad76ddf04315255bdd2c153c9 authored over 10 years ago
Fixed a bug in tempfile pager. This fixes #107

9877d9a2a7f53d83d107393a5ce9a930791b8933 authored over 10 years ago
Fixed some 3.x problems.

3982fbe5e4210fa40aea8ff77c54223cc9df41d9 authored over 10 years ago
Merge pull request #104 from julen/doc-fixes

Docs: several fixes

209faf44029e8fc8700bfab4bc31637009619e43 authored over 10 years ago
Merge pull request #106 from enkore/fix-editor-py3

Fix editor failing with Python 3

e183ab07f29ad9c4902f309df6bfc95a79662544 authored over 10 years ago
Import tempfile late

ddb112dd213e4dfc88443e84ef5938e7bafd01a0 authored over 10 years ago
open -> launch

502c86b3189e55c5fd507724a1bc82b72096fc7a authored over 10 years ago
Fix editor failing with Python 3

3d34ddf667e66f26b7322dedd25c272870c66185 authored over 10 years ago
Docs: several fixes

cb88b405aed370b8f8924be3709c5138c57f9b30 authored over 10 years ago
Moved pager support in the docs

f0b559f096c000dd3f081f663272f24f9096b968 authored over 10 years ago
Added notes on keyboard interrupts

ae85be428c300fbb6ba480d1c10a355d7611063e authored over 10 years ago
Errors now go to stderr. This fixes #103

ae0572b668b47ecf41e613b9e3e0c14fd9c06f4b authored over 10 years ago
Added getchar()

88c97ef2f9c9831f7677886e203fca33b79010d7 authored over 10 years ago
Removed some leftover code that became unnecessary

1c8197d3be9c65438a0574e99749c97e8c53b091 authored over 10 years ago
Silence open's messages on OS X.

cf2a337ef242da8b788de10bbb91abe3c1d2a780 authored over 10 years ago
Moved bashcomplete into an internal module by name.

080179683dca88decf803e6d606ca61490ebe7f6 authored over 10 years ago
Use readline() on 2.x for fixup stream.

ce616c977f7f22040d8a0549b2417456e88570a1 authored over 10 years ago
Do not fail on missing flush

aa752fda86c1682b99ae59a5afaabca21f9fff47 authored over 10 years ago
print -> echo

2fae192c2447bf8cfffc63a46130330791801ec7 authored over 10 years ago
Merge branch 'master' of https://github.com/mitsuhiko/click

8bd9f7a710fd74d141f5ecc25b212cf42b47ffc8 authored over 10 years ago
Do not warn about callback changes until 3.0

236e09cd7e2999d23dad63a1ad1d53ce3a648072 authored over 10 years ago
Invoke callbacks in resilent parsing for better bash complete but catch errors.

56e68e278b982f71bab5f6c756f0ffe10bf804b3 authored over 10 years ago
Added basic bash complete support.

4fa40cf5051f249829600f1b731822729cd50e56 authored over 10 years ago
Fixed the naval example

7b8486606f99367e3ff64a43e0e1a228edb74318 authored over 10 years ago
Merge pull request #100 from julen/doc-fixes

Doc fixes

76b4cf2d6b1fec06e9a5b0b3b413b02d7f83fc23 authored over 10 years ago
Echo prompts with color on windows

6386d1379c272f1d2b71d9e2a89721aa9572440d authored over 10 years ago
Added docs for path type

c13d72354fe77551ddbb1e0ddc762aa9b2c35a21 authored over 10 years ago
Fixed a bug in argument handling

a6af25df9c2e82e94c3aa15d579f9347881e5efb authored over 10 years ago
Docs: fixed mention to default extension

9ca28175ce4829ace538048b78888f59ad303434 authored over 10 years ago
Docs: fixes

bf94cbb1f4040908858ff54337d9721f720c2cfa authored over 10 years ago
yN->y/N

c7299c431933db47c9fab6771e34a9dd46a09415 authored over 10 years ago
setting a default for arguments now implicitly makes it non required

71da0b4f5606732e39283646fdccfca3650a5de4 authored over 10 years ago
Added missing changelog entry.

4aef7599bd87fdbb4b83d492cf0a8a874dca28f7 authored over 10 years ago
Customize required in arguments for nargs of -1

ce1a41861ddad45659bb1e8bfe2d493d90a1b483 authored over 10 years ago
Merge pull request #98 from iKevinY/master

Adds retina display support to documentation

247f9a32135d6ceaef6a0f1db11a208310789f2b authored over 10 years ago
Merge pull request #99 from jezenielzapanta/patch-1

Fix typo error in Merging Multi Commands example.

73c15287bfb2f16b6ef3fa7b78affcc954ee7165 authored over 10 years ago
Fixed a bug with click.edit and None as text.

e0486c66a3ad06093f4f5b967e01f4ea4f026079 authored over 10 years ago
Added more examples to termui

c6872ec14c52f754dcfcca1475e2046fd0f92184 authored over 10 years ago
Added changelog entry for click.launch

1ee30bbc8a3888c390a5ae308e366c6cf6a01178 authored over 10 years ago
Added click.launch

ba36392082ea0e20521b63c7cc6e0b0f8aea1c29 authored over 10 years ago
Added an edit function.

721e52714c8817189240d5a22c588e8cf1f1baa6 authored over 10 years ago
Fix typo error in Merging Multi Commands example.

Possible typo error on the documentation example.

a022e6f4c3bd479fde6d51c15125612b7dac797f authored over 10 years ago
Added missing changelog entry.

895b1aa1444a7ae48c04ac09a6b7b1cf10a75439 authored over 10 years ago
Added secho

97f942cb099a5b090ebbfa958a2cd6d93d201644 authored over 10 years ago
Added note on dim.

e6599a3cf6db6d582a94e16383dd9570457ab99c authored over 10 years ago
Added tests for styling

3eb2c48e1179f6b131f9ac1b2311cd16170821d0 authored over 10 years ago
Added style and unstyle to docs.

22241e44aa69bc515355edd3c14c62122b2e4502 authored over 10 years ago
Added style helpers and added deeper ansi color support. Colorama now optional.

f516eeecf79be6ed51a064e99f01a34a4aec7a75 authored over 10 years ago
Added notes on callback changes to the docs

d27f3a62c5c65779b58bc618e72b50c59374942f authored over 10 years ago
Updated docs for upgrade information.

ebde9a073a0b8259ba8d7f564320fa56d0f8a005 authored over 10 years ago
Added __version__ attribute

0df815a55cd98c4eab1fea2701ba8044041946d7 authored over 10 years ago
Changed parameter callback signature.

bda39db618e9bb899525105d06b21a1ff0f6ef0d authored over 10 years ago
Added media query detection for retina displays

35c2738cef98111ad1aaf827fa1fca2bf9983a69 authored over 10 years ago
Added 2x images to docs for retina display support

0167819a733b83f77119f0327f2762bcfb744fe8 authored over 10 years ago
print -> click.echo

563b325bbc681a76b955f078bb3f27cfadd31605 authored over 10 years ago
Added colorama example

3d19d7ffc4cc63936c910469f2af218615376d47 authored over 10 years ago
Make clear() a noop if not connected to a terminal.

e4325811ff795e326ce8ad87a093beecf0ef36a0 authored over 10 years ago
Updated termui script to also have a clear command.

657cdd9f07f0a0954da22120334a1a6b92a3c1bd authored over 10 years ago
Added support for screen clearing.

09ba1e935c6d930bf948aef9efd931d8056e5f06 authored over 10 years ago
Added a test for empty nargs

4a30d5cf209778b06b3c92487f283e6bf9e387c9 authored over 10 years ago
Merge branch 'pr/95'

61e5a163179362679fc5f6f04a1fd98cd2895f10 authored over 10 years ago
Calculate line length correctly

32ba5e770bd3daa98605ddc8485ab63bb00d4fed authored over 10 years ago
Added support for current item display to progressbar.

dd39a03c407dcbb4d5035e80a2a5b73347960718 authored over 10 years ago