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

Merge pull request #385 from gordonfierce/Typos

Change some it's to its.

2324202646b17da7c91d644126764950debdc8ff authored over 9 years ago
Change some it's to its.

3df15436218554183af23bc996cf8b2946cb7a94 authored over 9 years ago
More defensive for scope depth management

fe2f525e720a6f71e8ac4079807b64df13063e8a authored over 9 years ago
Added Context.scope

8e31125e7488cd17a53988836615bc2edb7f4f53 authored over 9 years ago
Added Context.meta

86facdb1725a3e1fd0cd24082a973f7f8d156ed7 authored over 9 years ago
Documented the use of get_current_context

421e46acbe6b161f1c8df6ddee4857f60f45cabc authored over 9 years ago
Merge pull request #379 from mitsuhiko/feature/global-ctx

Implement support for thread local context.

022fc7368f0f64cf3b4c2abd3f67745abf49d3fe authored over 9 years ago
Implement support for thread local context.

This allows click users to access the context object from anywhere
within the current thread. T...

695ca3406ba7ef12f5c49eeaa226f4cd13408f03 authored over 9 years ago
Merge branch '4.x-maintenance'

9c57c9e1c0dd65c9121baced96d27876c0cb1e0d authored over 9 years ago
Bump to 4.2-dev

39c1273fa4354281a789a15475fcd7587e795e27 authored over 9 years ago
Version 4.1

525ef9d2b376b250c11dd3506fafa2c60e305739 authored over 9 years ago
Merge pull request #378 from aspyatkin/patch-1

Add note about subcommands testing. Closes #377

a0d1ab8c1e0d0d3cdc0049f7bb26379cc9b9c651 authored over 9 years ago
Merge branch '4.x-maintenance'

04e20215bf5f80aaaee72dcc6e089378cfc7c7ee authored over 9 years ago
Fix broken example

0b2e15e726e42506bcec8c0ad444b035508b04b4 authored over 9 years ago
Merge branch '4.x-maintenance'

b06c9c778a134c53bfc6dc93955842da56bc04cb authored over 9 years ago
Fix bug with multiple args after star arg

Testcase taken from #336, thanks @ckamradt

Also fixed a potential bug hazard inside _fetch, wha...

0f20511f41e8d99acd074b063cadaa0b9f8aecf0 authored over 9 years ago
Add note about subcommands testing. Closes #377

Testing `Click` Applications documentation isn't clear enough for cases involving subcommands. I...

f705ee430013d737b2159666b0bca9416f191698 authored over 9 years ago
Merge branch '4.x-maintenance'

750ba75c1e114d557bd948a1742eff33dc668df4 authored over 9 years ago
Fix type inference for multiple options

Fix #327

3ddc556a9f20267b2c46b5c9ceda6c3d8f26e79b authored over 9 years ago
Merge branch '4.x-maintenance'

e62366f6964f5c74f4319e90eef1ba1c5733e9e3 authored over 9 years ago
Merge pull request #374 from Diaoul/patch-2

Typo in Tuple

42c8146ca572cfb1e5fb5a393ef4f0f62247a226 authored over 9 years ago
Typo in Tuple

d495fbc154336f43ce58924b441f2fe63e771115 authored over 9 years ago
Merge pull request #367 from lord63-forks/lord63-patch-1

Update setuptools.rst: fix typo

218d8b52460f470f9355dfc12c0b9ab3796f4f8b authored over 9 years ago
Merge pull request #372 from Diaoul/patch-1

Fix documentation of MultiCommand

1de2e21788e3738dc4067030676ff04b2f48bb2b authored over 9 years ago
Fix documentation of MultiCommand

99be9d2bbb502c956e366528185f7f0e62733ad1 authored over 9 years ago
Update setuptools.rst: fix typo

ff4f9657bfee13f768eeb7fa5b353d38e85b6a6b authored over 9 years ago
Merge branch '4.x-maintenance'

a0d426d89434fcade5e96545d5203682c4fc5249 authored over 9 years ago
Fix crash when writing to unicode files

Fix #339

4592098a58de5425ce75f2a8768b79945c32d8bb authored over 9 years ago
Avoid new local variable

6b1f11ddd64e2a577d4e32b315356ebcd3d5434b authored over 9 years ago
Merge pull request #363 from torfuspolymorphus/fix_362

Fix issue #362.

189d616fdfda7bac177595155ffce7e066427443 authored over 9 years ago
Fixed issue #362.

807c5df0b9528d387ff48f0e593907760b2ad6ce authored over 9 years ago
Merge pull request #359 from markbt/help-formatting

Improve help text formatting.

8056132bfe09d59eb7f4cb199a87e63ec634d052 authored over 9 years ago
Add changelog entry

c904e5d2557946a2c53e6c45e08e0c4718b9e1c5 authored over 9 years ago
Merge branch '4.x-maintenance'

d65f32f7c2ad67950fb15516504c5118b131bb43 authored over 9 years ago
Fix crash if sys.getfilesystemencoding() is None

Fix #355

be2c42b570cf702cb33f2cc4e26e8e69fba5ad9e authored over 9 years ago
New line indent relative to length of the prefix

When putting the arguments on the next line, indent them 4 spaces
more than the "Usage: " prefix.

1a63c21678a0896ba440bc0fda6ef58e3574510a authored over 9 years ago
Improve help text formatting.

Clean up the code (no need for separate function to add subsequent
indents).

When the command i...

d8a7cea172977d48a58023b80ca42b76e7ac3956 authored over 9 years ago
Some usability stuff for atomic writes

Fix #357

f4961a8195fcb3ee2d168716d905fd3e64d1f3aa authored over 9 years ago
Merge branch '4.x-maintenance'

5855b85ff859e46258dc492639924336fdc38a2f authored over 9 years ago
Ignore KeyboardInterrupt while writing to pager.

60e4ea3a292ab2f8ecbb39ff47218cb87ba7ad90 authored over 9 years ago
Merge pull request #351 from amjith/patch-1

Ignore KeyboardInterrupt while writing to pager.

ba8e2e5f8ae52b9da0f13a7525f76022aab50ab8 authored over 9 years ago
Ignore KeyboardInterrupt while writing to pager.

6308703c56d4e70883123c5c21a5ee54e412efe9 authored over 9 years ago
Inherit LANG from outer env

09911edbed66b71aa561f1ea522ce74b2cf62f70 authored over 9 years ago
Merge branch '4.x-maintenance'

e0e703142446036a5c6c31cf234d604bfb34a453 authored over 9 years ago
Handle ^C in less-pager properly.

See #350

e71f0a040a81e03276b25ab1d1b0671822ab331b authored over 9 years ago
Merge branch '4.x-maintenance'

c1944e59d67a4b7a21b1247b64a08321e87cd6c7 authored over 9 years ago
Support missing stream encodings on Python 3. This fixes #344

50c9f34691026fa2dbfee0a2fe66a5e8c0cee8ad authored over 9 years ago
Merge pull request #342 from geowurster/master

Let click.utils.KeepOpenFile()/LazyFile() be an iterator. For #338.

36b80027a8fc146ccdfed233421ceb0b5101a328 authored over 9 years ago
Make click.utils.KeepOpenFile() and LazyFile() iterators.

918903b5276b20b4bc203fe1ccd9531f1f9dbd1b authored over 9 years ago
Merge branch '4.x-maintenance'

099b54955fccb6a3dd9eddf0ff706f92aaf6a1a5 authored almost 10 years ago
Changes for #315

7ec17e4f827ea8ba1e877185316df02a0a8205b8 authored almost 10 years ago
Fix formatting issue when last line of docstring is blank

4e519da58ac79fbd97eb86eb7717603d77eec379 authored almost 10 years ago
Add contributing-file

Inspired by #311, but mostly taken from Werkzeug.

3b766a866fc78226e43a9efe692220bbcb87e399 authored almost 10 years ago
Merge pull request #333 from nchammas/patch-1

minor grammar fixes

3d3bb7581cb7fb167e95195285569c69e7d49448 authored almost 10 years ago
minor grammar fixes

Also, the expression is commonly written as [all of a sudden](http://grammarist.com/usage/all-of...

713faa00538f7692ae3e46dc4fdaf09169826a10 authored almost 10 years ago
Merge branch '4.x-maintenance'

8e90f7e55f35efdd9c54cacd5c5605d2fddeceda authored almost 10 years ago
Bump version to 4.1-dev

Changelog for #312

61cf523ec891b1d34962fd000de94836cd6015e4 authored almost 10 years ago
Suppress trailing None in usage/error output as described in mitsuhiko/click/#312.

ce3ddd22ac5463f2b9db38815a93c76b99c00f62 authored almost 10 years ago
Merge pull request #325 from pfmoore/dynamic_default_doc

Document use of a callable for the default value of an option

aa9a713a1b4e07b90046c3a110cacdb697082e78 authored almost 10 years ago
Document use of a callable for the default value of an option

14bdaf6e13e42adc55d78394d42652365f46c7fd authored almost 10 years ago
Removed deprecated functionality.

0d9731e97c9af9e5b0f5fd8421aeb0184ad42b70 authored almost 10 years ago
Merge branch '4.x-maintenance'

cad4ed6ce8f81d5249abb9d642089644def9446d authored almost 10 years ago
Automatically set the date in the docs

537e7b386a1e3452f0828674238f71e38ba80a5c authored almost 10 years ago
Merge branch '4.x-maintenance'

888aec7201dac32213b59ebd55ed340044288770 authored almost 10 years ago
Fixed broken docs.

046c1d77f465aeb8daba5cb13643f71d1e6b9f27 authored almost 10 years ago
This is 5.0-dev

b5466bd47999c6482a1c01dfb2466f35e91e0934 authored almost 10 years ago
This is 4.0

cca55b7ee542206485b85f1300f7a5386411c8ea authored almost 10 years ago
Updated date for 4.0 release.

01ec368db98de546fa8800eac07177766f47d70e authored almost 10 years ago
Fixed up tests for Python 3

e948c6946e5ba0c1e5a8a419d7e412764608c1f4 authored almost 10 years ago
Added support for tuple types. This fixes #239

f7c124ed82ee1307bf61be652367d8fc8097e4ed authored almost 10 years ago
Don't use uname in examples. This fixes #268

dd0635c33cc4566ccb2e3cfb6fbf203bbcd1dd5a authored almost 10 years ago
Refactor missing parameter handling.

This improves the formatting of missing arguments (they are now rendered
as metavars) and it int...

64f57fea3a2d82b590e93fe29cb85c87be08a8a4 authored almost 10 years ago
Fix some typos

46b22d09cddf277130bdb080361aec1768de2c65 authored almost 10 years ago
Added support for manually advancing progressbars.

90d7ee94a63b6127dec5f555fd8b19062ceceeea authored almost 10 years ago
Merge pull request #294 from Jayin/typo

Typo

6cd13a4247c2bd510ded41273d5e86de7bb98f35 authored almost 10 years ago
Merge pull request #250 from yuvallanger/minor_typos

Minor typo correction and commas addition

898963ef8b5b1babbd201fea0763404ee6b1a43c authored almost 10 years ago
Merge pull request #247 from homeworkprod/patch-1

A few documentation fixes.

e1cbc252b91b952aeb065d8d716b5f70a710d0b3 authored almost 10 years ago
Fixed generated bash complete function name. This fixes #221

7c138a659ecf4501c86938c482c75fe851cd570c authored almost 10 years ago
Merge pull request #234 from rayl/3.x-maintenance

Set Command __doc__ string from the callback so Sphinx docs look nicer

2cb760649956d792445f6441d98dc72b2f08b3e7 authored almost 10 years ago
Error on nargs=-1 for options. This fixes #222

9da1791476fe79ce77aa7a2a2db370c91a455251 authored almost 10 years ago
Merge pull request #240 from sjagoe/fix-help-wrapping

Fix usage wrapping on narrow terminals

c2c2bacddc1d625e9a0f606f227f356df9d2b172 authored almost 10 years ago
Merge pull request #242 from jaymartin7/patch-1

added init files to setuptools.rst example

438430de5fcf2570eade160489ca003e911204fd authored almost 10 years ago
Merge pull request #302 from sergey-kozub/master

respect Command.add_help_option

a1972b36b4016a1b3e6e94c5143aa813fc76138b authored almost 10 years ago
Merge pull request #306 from bionikspoon/patch-2

Minor typo: line 285 you vs ouy

a25d551d47bca13938eb73c451af66479930fb5f authored almost 10 years ago
Merge pull request #307 from bionikspoon/patch-3

Incorrect code example. open with 'write' flag

c3a64824718f8ea992b949f03fc8dd01c4245b43 authored almost 10 years ago
Incorrect code example. open with 'write' flag

The example doesn't work as is. You need the 'w' flag.

61e75eab652950abcd56b5f0f7c33d3456416c9f authored almost 10 years ago
docs typo ouy vs you

aa78f5f4988e03f26393a67b794b1ac334546044 authored almost 10 years ago
Merge pull request #286 from anonfunc/patch-1

Modify _bashcomplete for zsh use

85d1121f2c7a4dc30d61928c6937c499daf1aadd authored almost 10 years ago
respect Command.add_help_option

d079fb6512121bf164dccbb1f9ba377207c0b06a authored almost 10 years ago
Merge pull request #301 from sephii/editor-bashism

Fix bashism in get_editor()

a6209d156d6d4d8af71b18a6ed3933467d57b746 authored almost 10 years ago
Fix bashism in get_editor()

This causes the path to the editor to get printed if the shell spawned by
os.system is not Bash.

58b5beee388feeba44f511217dcb67212bad581b authored almost 10 years ago
Merge pull request #298 from vishalsodani/master

Fix spelling

de40ee6372e4dc8c0b1165cb09d63ee414775c8b authored almost 10 years ago
Fix spelling

8cee956e7fec1cd1677a2fcb8fc999fba20987c9 authored almost 10 years ago
Added --version cross reference

493f70144b9d0fb1db576042beb0d151ecbeba03 authored almost 10 years ago
typo

b9ac0929097a737488305650456de03236970ffb authored almost 10 years ago
Merge pull request #1 from mitsuhiko/master

update

fc01cc8eb74643eece918854db161c3816ee8779 authored almost 10 years ago
Merge pull request #291 from jhermann/patch-2

s/with_context/pass_context/

6a03b346712781ecff2e3ce881fbb6ccfa75004c authored almost 10 years ago
Merge pull request #290 from jhermann/patch-1

Too much context going around… ;)

2fa23f09543d89f0cc3d871b669af2ef0d139ed7 authored almost 10 years ago
s/with_context/pass_context/

Old name of decorator not fixed?

f878b14252f0d03ceb092796c52c52a2114cdeb0 authored almost 10 years ago
Too much context going around… ;)

I suspect this is a typo.

57f6cf6f7ecb8141e04d729802896ed49b123f0c authored almost 10 years ago