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

Changelog for #288

f5bf28409e3652f220e4301c457b20228b54f2e0 authored almost 10 years ago
Merge pull request #288 from luw2007/luw2007-win-colorama-clear

Fix clear() on win, colorama

434baa88f09034ebcd35ad46ae6c0392be4c3465 authored almost 10 years ago
Fix clear() on win, colorama

win10, python2.7, installed click, colorama

python
>>>import click;click.clear()
...

7b1d403523a419ab75b4f61588abc6629d395d16 authored almost 10 years ago
Modify _bashcomplete for zsh use

Zsh has support for loading bash completion functions, but dies on the syntax here.
Adding 'env...

b7c3f9035ae86ce033d2ef640d27432c5614dd20 authored almost 10 years ago
Changelog for #285

61de69436da40177581154bc2e642381eb204973 authored almost 10 years ago
Merge pull request #285 from slafs/optional-param-cls

ability to pass custom implementations of ``Option`` and ``Argument``

1c3dfacddcb73bb256d0e604e239cfd4c75f71f2 authored almost 10 years ago
adjust the wording so it's similar to the docstring of command

48b899155ae212d87c6a004d4f50e4daa0486ba7 authored almost 10 years ago
fix spelling

950fbc2b601e5424f195b19690ae7abb0e5baae6 authored almost 10 years ago
ability to pass custom implementations of ``Option`` and ``Argument``

allow passing a different class to ``option`` and ``argument``
decorators via ``cls`` keyword ar...

8e2e583694ac0b374a3aa9712e8274ef3519f1d1 authored almost 10 years ago
Changelog for #252

3a2585cb70bb43897b9fa2d749421d8b99db1e87 authored almost 10 years ago
Merge pull request #252 from ulope/multiple_show_default

Fixed exception in Option.get_help_record()

39e51d961b9e69c050bb948b1db11275f9630542 authored almost 10 years ago
Merge pull request #225 from untitaker/test_with_colors

Add color parameter to testrunner

4a7fe69f942bd02b811548ff8f02a08fff7429c1 authored almost 10 years ago
Merge pull request #265 from MrTact/patch-1

Fix erroneous region code on python3 doc page

a9b0cbc0415adfb2fec79cbd93ee34d0ba1b19ce authored almost 10 years ago
Merge pull request #282 from slafs/doc-fix

small docstring fix in argument decorator

43018a78a9f558bd7e846775b6c369789a6f4bb5 authored almost 10 years ago
small docstring fix in argument decorator

3959b93280a64cf608329bc28dfe147d343bc6e6 authored about 10 years ago
Fix erroneous region code on python3 doc page

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 ago
Fixes exception in Option.get_help_record() for option with multiple, show_default and default list

ed0ca75d6e3e9d0aac6c3675dca20f3085e30be7 authored about 10 years ago
Test for help exception on option with multiple, show_default and list default

17bbb9e5b48666d526954e75323debc02f4f78f4 authored about 10 years ago
Minor typo correction

Adding commas

Minor grammatical correction

180136fdf93603c1664f3a2809e57d1bae9c699f authored about 10 years ago
A few documentation fixes.

I'm not sure about "in Python" vs. "on Python", but as the former is mostly used here, I adjuste...

3c2de847af8ff7066d7d1b594ae2556f103886ed authored about 10 years ago
added init files to setuptools.rst example

Without the __init__.py files, new programmers will waste time with a broken example.

620c791f3f4e81499e1481c2d6df7fd62e89ce1d authored about 10 years ago
Fix corner-case where subsequent wrapped lines are one character longer

than max width

e2c3b9bc6122562c015bb98d3890a6d6512fba24 authored over 10 years ago
Add subsequent indent outside of the text wrapper

This prevents it from being included in the text width.

ebd751cab2f1af064169575b2d24435c93d4a899 authored over 10 years ago
Add failing test for formatting

4336a5d3eaf5500a6f3041b30c7887361dea5737 authored over 10 years ago
Merge pull request #219 from ryanhiebert/option-like-arguments

Fix a minor typo in docs

308cc08a711f1ec372fd7fa5acca8e8a1a04ee70 authored over 10 years ago
Merge pull request #233 from pwm1234/3.x-maintenance

use os.name rather than os.uname()[0] so documentation builds on windows

005b7940636c4e83839295f4624423df792fa364 authored over 10 years ago
Set Command __doc__ string from the callback so Sphinx docs look nicer

Signed-off-by: Ray Lehtiniemi <[email protected]>

6359b85a4ab3558c9d2d3af6551c9c4caad6cae1 authored over 10 years ago
use os.name rather than os.uname()[0] so documentation builds on windows

6fd76b55e9f368f48dd0c6705015b08cff26407b authored over 10 years ago
Add color parameter to testrunner

Useful when wanting to test a more exact behavior, e.g. in
https://github.com/geier/khal/issues/113

770e1e9ccb3c45b9363e2a3b3fbd5d3f6da773ea authored over 10 years ago
Arguments that are like options

ac69bf3e088256d7732c360714a4f7b55b234bb2 authored over 10 years ago
Added changelog entry.

4866bd82f0ea70032b0f0ef0a10972d9a47cfb70 authored over 10 years ago
Fixed up pausing tests and added doc information.

65ca572d7c193123b9bcfdb4c2c7d9be9199be21 authored over 10 years ago
Merge branch 'pr/212'

04964ab1651c0f7880d60dfe01d236cfb5184d32 authored over 10 years ago
Implemented max_content_width. This fixes #216

f1c2ce9a7407d1c62fcba2251204d336f718f353 authored over 10 years ago
Added example on ignoring of unknown options.

4851f7ca51291a746973be7e3a6647029b4ced72 authored over 10 years ago
Added a test for ignoring of unknown options.

da0132f90068b5b7457bd8d8c363da0765412c1b authored over 10 years ago
Added missing new types to the docs.

f23951150a92a1c8461774abf30d543b3386f8d6 authored over 10 years ago
Added missing changelog entries.

be17393b04c9cd478cba643d0476d915184edeac authored over 10 years ago
Implemented first pass of unprocessed option handling.

b707ec7a5cb1f910da5435650924086015140f3d authored over 10 years ago
Implemented NoSuchOption and BadOptionUsage exceptions.

67b13494c65c16b45180abfe7aaa18b33fccdcbe authored over 10 years ago
Implemented UNPROCESSED type.

563017b4de92c5cfab3ec1c2afb16349bedca78e authored over 10 years ago
Merge branch '3.x-maintenance'

f1249f837c8110b26e2220213ad8fbd981da2df2 authored over 10 years ago
This is 3.3

cdb37dc797ebc1057060586f293ccd50e410a1df authored over 10 years ago
Fixed forwarding compact code for 3.x

7f4fcf718349ca5cf2c0a2284f537155a6be48d7 authored over 10 years ago
Prepare 3.3-dev

ab0b472f33c85ecf80d1e57eae7a077aaa1633cd authored over 10 years ago
Tests for prompt-stderr. click.pause() fails

271a65165c17e803d2cd913abf725d4d78620fc5 authored over 10 years ago
Added optional err parameter to prompt(), confirm() and pause().

This is the same as with echo(). If False, writes to standard output,
if True writes to standard...

8aebc8b4164823b9c42db1701b5cd3453b3f530c authored over 10 years ago
Merge pull request #208 from willingc/master

Correct project name in quickstart.rst

4507fd537e93ce661ef96a122149e36104e84c61 authored over 10 years ago
Correct project name in quickstart.rst

Docs refer to Flask instead of Click.

Cool project. Thanks for opting against autocorrect.

1e2313af460e78c825da5d1233c4ba9e9ec1ed44 authored over 10 years ago
Merge branch '3.x-maintenance'

b3f0a13d260d953ff24ddc4be604daa8b8089607 authored over 10 years ago
This is 3.2

16db7bff5f84085d2d7b95f71da80121448ef577 authored over 10 years ago
Merge branch 'master' of github.com:mitsuhiko/click

6d021172ba478b6192ae29bbe42e75692af63099 authored over 10 years ago
Merge branch '3.x-maintenance'

733d5fac8cd5e5134edda339199e11ce8ffe010e authored over 10 years ago
Fixed a doc example.

20c9ccbd900119173885a0d29752c339fead97ce authored over 10 years ago
Fixed `invoked_subcommand`.

This is actually a very painful commit to make because it has to
change behavior. On the bright...

5fc29baf75897d594fe06ba085955d8068e22554 authored over 10 years ago
Merge pull request #203 from schlamar/patch-1

fix typo

c5d4befc5ce9044900d33a89721f22cf80693da9 authored over 10 years ago
fix typo

a61156f9c7b203a9dfcafb7e0f12bf8903b90528 authored over 10 years ago
Added support for explicit color control.

5cf7f2ddfba328070751cbda32782520d4e0d6f5 authored over 10 years ago
Added some docs on return values from commands

e41362647ac7015b1f521916bd5b0744352fc987 authored over 10 years ago
Merge branch '3.x-maintenance'

c10e6a1a4e1e0ce84bfe932ba7668fba28ee386d authored over 10 years ago
Added missing documentation to some docstrings.

04f795c3c726737a2fcecc8c65bd36a00a6d04ea authored over 10 years ago
Merge branch '3.x-maintenance'

dd51a1d1ce42f55ab96262519dfca66450d3c23b authored over 10 years ago
Handle defaults for context invoke. This fixes #201

bb42d2eda44f033126538020433a3d34f09e9a32 authored over 10 years ago
Merge branch '3.x-maintenance'

8691636e373994c35eb5d157978e50e49ccb0709 authored over 10 years ago
Properly forward err to secho

0008933ec6540e6a2fe3f01f4b2d7e227a878d45 authored over 10 years ago
Merge branch '3.x-maintenance'

a9f9c2e6822bf83b61f4a7a3157696a0f9b250fa authored over 10 years ago
This is 3.2-dev

1e4438d3754f5ba5c3882cd7ab77c0e413074052 authored over 10 years ago
This is 3.1

92489f1210a76a2e7707bc85e438b8a2027e88b5 authored over 10 years ago
Merge branch '3.x-maintenance'

e865985cdf2a742dfa8958ac281e4c466a345479 authored over 10 years ago
Defer subcommand context creation until later.

This fixes a regression that was introduced with the 3.0
release. This broke well established p...

d88d0a73eb97abcd11fa5bcffee23f1980acfb75 authored over 10 years ago
Started maintenance branch for 3.x

85dec99b99bdca3dc3571e68e789df512f1d50e4 authored over 10 years ago
This is 4.0-dev

fffeae408274c51b085109b97e946dc6e2c8e438 authored over 10 years ago
This is 3.0 (clonk clonk)

547a4d09255d253bf0d14759c3dbc277b38911e7 authored over 10 years ago
Rewrote the setuptools documentation.

61b6ffa13f3d1b471847c57b44bf0c5ac29c0244 authored over 10 years ago
Fixed an rst syntax error

a4d02ff64c328e7a7693b8d8dbeecfed1c704f6f authored over 10 years ago
Added open_file to api docs.

42d99d6df067b5241e1a8469502341e4dc759a62 authored over 10 years ago
Corrected an incorrect stub.

fa5f5033d32cc1a3c56377a5ef8e4d68a5e36bd8 authored over 10 years ago
first -> last

80e15d53830369da0426ce464c5b6fe7049ab01e authored over 10 years ago
two -> three

625183994b600a5c82bf2bb4c1f177f46ac0bbe0 authored over 10 years ago
Added err to click echo docs

1b3a822a14135932265f0a737d87b528d7677b67 authored over 10 years ago
Added a chapter for parameter modifications

a08cc28c59b6562b91c70f543572f304861e57d2 authored over 10 years ago
Added pipeline documentation example

c0b076e7c0284ee4912285bd010cc7c3c1f6f033 authored over 10 years ago
Added test for open_file

1318a207c5bd55b879a200799368b87241aae33e authored over 10 years ago
Added open_file function.

075a77bb25e2b1a4b7b7df6feb081bf29cb83669 authored over 10 years ago
Added a changelog entry for open_file

54828653981f849e9f581f24be86cc976f9de843 authored over 10 years ago
Added a test for pipelines

60714161d638fc036d59b927f200b7045f9ec5cc authored over 10 years ago
Preserve contexts around result callbacks and ensure that they are invoked without subcommands.

bd61da2632589a7df74a790dc5f799532827bb97 authored over 10 years ago
Added support for passing through arguments to result callbacks

525069262ef50dbb23c05bdfd19daf8d25ff3199 authored over 10 years ago
Added a test for multi command entering.

f92c4f475e0d2dd9d4bb68ff6028c91a9e1f71b9 authored over 10 years ago
Entering a context multiple times defers the cleanup.

5a90908c716512f847f6c1cf46e015dbcb3c526a authored over 10 years ago
Added imagepipe example to docs

847fcbcf71710d349325f10a1dd15e1150ec60ec authored over 10 years ago
Added a missing gitignore for imagepipe

82d237494a09972beb421885d8e029d3d4445c85 authored over 10 years ago
Added imagepipe example.

1cb9fe1e76fdf8db97ced1c6a8e5e3bea1ffa5f0 authored over 10 years ago
Added result callbacks for groups.

04127558d55ea74b37a766c744fc29dcd409dd41 authored over 10 years ago
Added printing to stderr to echo

7d76c676bc564175624646b1da6aa70df465f3ef authored over 10 years ago
Added support for return values from command callbacks.

aa89d5d1965cee90ab0d7864ddb218c1a81a5da1 authored over 10 years ago
Added termui tests

a939618ed6096076d46ece7f8a621fe9f25f6d33 authored over 10 years ago
Added exception docs

36112b124fdd488cf1463a0c7cd36927369c7714 authored over 10 years ago
Added a way to disable the standalone mode on main.

6a559ecb18f8726b54a7f38ec007a656a361d28b authored over 10 years ago
No more whitespace stripping to progressbar label. This fixes #186

8c369b9472dca30a6e607661a75227518d75399c authored over 10 years ago