Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / janluke/cloup issues and pull requests
#183 - Protocol to automatically set `param.required` based on constraints applied?
Issue -
State: closed - Opened by mathrick 4 months ago
- 2 comments
Labels: enhancement
#182 - Suboptimal rendering of constraints in help output
Issue -
State: open - Opened by mathrick 4 months ago
- 3 comments
Labels: enhancement
#181 - Add Python 3.12 to tests and supported versions list
Pull Request -
State: closed - Opened by ulgens 6 months ago
#179 - Remove support for EOL Python version (3.7)
Pull Request -
State: closed - Opened by ulgens 6 months ago
- 5 comments
#178 - Allow to set dunder attributes in FrozenSpaceMeta
Pull Request -
State: closed - Opened by janluke 11 months ago
#177 - `cloup.Color` cannot be rendered by Sphinx: `Exception: you can't set attributes on this class`
Issue -
State: closed - Opened by kdeldycke 12 months ago
- 3 comments
Labels: incompatibility
#176 - Drop support for python 3.7, add it for 3.12
Issue -
State: closed - Opened by janluke 12 months ago
Labels: chore
#175 - Overwrite `to_info_dict()` method in `Context` and command classes
Issue -
State: open - Opened by wabiloo about 1 year ago
- 3 comments
Labels: enhancement
#174 - Fix typo, ATTTRIBUTES -> ATTRIBUTES
Pull Request -
State: closed - Opened by kianmeng about 1 year ago
- 2 comments
#173 - Fix: command alias were ignored when subcommands were passed as argument to `Group()`
Pull Request -
State: closed - Opened by janluke about 1 year ago
Labels: bug
#172 - Aliases not added if `Group` is initialized with a list of commands
Issue -
State: closed - Opened by ououmania about 1 year ago
- 2 comments
Labels: bug
#171 - Redefine `click.pass_context` and `click.get_current_context` to use `cloup.Context` in place of `click.Context`
Pull Request -
State: closed - Opened by oeko2002 about 1 year ago
- 2 comments
Labels: enhancement
#169 - Truncate help text to the first form feed, like click
Pull Request -
State: closed - Opened by pocek over 1 year ago
Labels: bug
#168 - Consider adding support to async commands
Issue -
State: open - Opened by janluke over 1 year ago
Labels: enhancement
#167 - Fix: `Constraint.__getattr__` was returning `None` instead of raising `AttributeError`
Pull Request -
State: closed - Opened by janluke over 1 year ago
Labels: bug
#166 - Exception when creating copy of `Option` object with `Constraint`
Issue -
State: closed - Opened by MePsyDuck over 1 year ago
- 5 comments
Labels: bug
#164 - Bump certifi from 2023.5.7 to 2023.7.22 in /requirements
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#163 - `HelpTheme` as `dataclass` rather than `NamedTuple`
Pull Request -
State: closed - Opened by janluke over 1 year ago
- 7 comments
Labels: enhancement, breaking change
#162 - Fix: default to `Group.command_class` and `Group.group_class` when creating subcommands
Pull Request -
State: closed - Opened by janluke over 1 year ago
- 1 comment
Labels: bug
#161 - Upgrade dev dependencies (no docs)
Pull Request -
State: closed - Opened by janluke over 1 year ago
Labels: dependencies
#160 - `cloup.Group` ignores `command_class` to produce sub-commands
Issue -
State: closed - Opened by kdeldycke over 1 year ago
- 9 comments
Labels: bug
#159 - Change `HelpTheme` type to allow sub-classing
Issue -
State: closed - Opened by kdeldycke over 1 year ago
- 3 comments
Labels: enhancement
#158 - Fix `write_usage`: formatting and default value
Pull Request -
State: closed - Opened by janluke over 1 year ago
Labels: bug
#157 - Over-highlighting of heading's extra space
Issue -
State: closed - Opened by kdeldycke over 1 year ago
- 2 comments
Labels: bug
#156 - Bump tornado from 6.2 to 6.3.2 in /requirements
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#155 - Bump requests from 2.28.1 to 2.31.0 in /requirements
Pull Request -
State: closed - Opened by dependabot[bot] over 1 year ago
- 1 comment
Labels: dependencies
#154 - Custom MultiCommands (with styling)
Issue -
State: closed - Opened by wabiloo over 1 year ago
- 3 comments
#153 - Use the same `(Deprecated)` label as in Click
Pull Request -
State: closed - Opened by kdeldycke over 1 year ago
- 1 comment
Labels: enhancement
#152 - Feature: theming support for list of subcommand aliases
Pull Request -
State: closed - Opened by janluke almost 2 years ago
- 1 comment
Labels: enhancement
#151 - Styling of aliases
Issue -
State: closed - Opened by wabiloo almost 2 years ago
- 1 comment
Labels: enhancement
#150 - Revert "Use wcwidth package for measuring displayed text width"
Pull Request -
State: closed - Opened by janluke almost 2 years ago
#149 - mutually_exclusive constraint doesn't work with multiple flags with flag_value
Issue -
State: closed - Opened by likewei92 about 2 years ago
- 1 comment
Labels: limitation
#148 - Use wcwidth package for measuring displayed text width
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 13 comments
Labels: enhancement, deprecation
#147 - Fix type of `auto_envvar_prefix` param to `Context.settings` method
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 1 comment
Labels: typing
#146 - Bump certifi from 2022.6.15 to 2022.12.7 in /requirements
Pull Request -
State: closed - Opened by dependabot[bot] about 2 years ago
- 1 comment
Labels: dependencies
#145 - Use ruff and a code formatter
Issue -
State: open - Opened by janluke about 2 years ago
- 3 comments
Labels: chore
#144 - Miscellaneous fixes/improvements to docs
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 3 comments
#143 - Standardize formats of further error messages
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 1 comment
Labels: enhancement
#142 - Rename `sorted` attribute of `Section` to `is_sorted`
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 1 comment
Labels: enhancement, breaking change
#141 - Standardize formats of error messages
Pull Request -
State: closed - Opened by alexreg about 2 years ago
- 3 comments
Labels: enhancement
#140 - Rename `sorted` attribute of `Section` to `is_sorted` to solve conflict with `Section.sorted` static method
Issue -
State: closed - Opened by alexreg about 2 years ago
- 6 comments
Labels: typing, breaking change
#136 - Stop using deprecated pytest.warns(None)
Pull Request -
State: closed - Opened by janluke over 2 years ago
#135 - Pytest: replace deprecated `pytest.warns(None)` with something else
Issue -
State: closed - Opened by janluke over 2 years ago
Labels: chore
#134 - Start testing against python 3.11
Pull Request -
State: closed - Opened by janluke over 2 years ago
#133 - Test for Python 3.11
Issue -
State: closed - Opened by janluke over 2 years ago
Labels: chore
#132 - Rename __constraints attribute to __cloup_constraints__
Pull Request -
State: closed - Opened by pocek over 2 years ago
- 1 comment
Labels: enhancement
#131 - Consider renaming __constraints to __cloup_constraints__
Issue -
State: closed - Opened by pocek over 2 years ago
- 4 comments
Labels: enhancement
#130 - Skip constraints checking when `--help` is passed
Pull Request -
State: closed - Opened by janluke over 2 years ago
#129 - Require one constraint prevents subcommand help from working
Issue -
State: closed - Opened by ryancausey over 2 years ago
- 5 comments
Labels: bug
#128 - Show a helpful error message when trying to use command decorators without parenthesis
Pull Request -
State: closed - Opened by janluke over 2 years ago
#127 - Optional parenthesis for `@command` and `@option`
Issue -
State: closed - Opened by kdeldycke over 2 years ago
- 5 comments
Labels: enhancement, wontfix
#126 - Drop support for Python 3.6 and run tests on Python 3.10
Pull Request -
State: closed - Opened by janluke over 2 years ago
#125 - Upgrade dev dependencies
Pull Request -
State: closed - Opened by janluke over 2 years ago
#124 - Work around Click bug: make decorators returned by @argument reusable (and more)
Pull Request -
State: closed - Opened by janluke over 2 years ago
#123 - Minor language issue in documentation
Issue -
State: closed - Opened by alexreg over 2 years ago
- 3 comments
Labels: documentation
#122 - Make cloup pass mypy --strict
Pull Request -
State: closed - Opened by janluke over 2 years ago
- 10 comments
#121 - Made Cloup compatible with MyPy strict mode (when used as a dependency)
Pull Request -
State: closed - Opened by janluke over 2 years ago
- 4 comments
#120 - Fix title of default option group when the only other visible section is "Positional arguments"
Pull Request -
State: closed - Opened by janluke over 2 years ago
#119 - Move calls to `super().__init__` forward
Pull Request -
State: closed - Opened by alexreg over 2 years ago
- 2 comments
#118 - `SectionMixin`: `super().__init__` should be called at the beginning of `__init__`
Issue -
State: closed - Opened by janluke over 2 years ago
- 5 comments
#117 - Mypy fails in strict mode
Issue -
State: closed - Opened by alexreg over 2 years ago
- 5 comments
#116 - Rename `Argument.help_record` to `get_help_record` + fix typos
Pull Request -
State: closed - Opened by alexreg over 2 years ago
- 5 comments
#115 - AnySet/AllSet throws AttributeError
Issue -
State: closed - Opened by bertsky over 2 years ago
- 5 comments
#114 - Drop support to Python 3.6 and test for 3.10
Issue -
State: closed - Opened by janluke almost 3 years ago
- 1 comment
Labels: chore
#113 - Feature: "Positional arguments" section. Make Group inherit from Command.
Pull Request -
State: closed - Opened by janluke almost 3 years ago
#112 - Support option groups and constraints in Group by removing `BaseCommand` and making `Group` inherit from `Command`
Issue -
State: closed - Opened by janluke almost 3 years ago
Labels: enhancement, breaking change
#111 - Rename `GroupedOption` to `Option` and keep it as an alias
Issue -
State: closed - Opened by janluke almost 3 years ago
Labels: enhancement
#110 - Fix: non normalized help and epilog text when using click 8.1.0
Pull Request -
State: closed - Opened by janluke almost 3 years ago
#109 - Help text and epilog text are not normalized when using click >= 8.1.0
Issue -
State: closed - Opened by janluke almost 3 years ago
Labels: bug
#108 - Allow `params` attribute in decorators
Issue -
State: closed - Opened by kdeldycke almost 3 years ago
- 3 comments
Labels: enhancement
#107 - Read arguments with error
Issue -
State: closed - Opened by tower-town almost 3 years ago
- 2 comments
#106 - A section for positional arguments
Issue -
State: closed - Opened by janluke almost 3 years ago
- 1 comment
Labels: enhancement
#105 - `ctx.command.get_param_by_name()` not recognized by mypy
Issue -
State: closed - Opened by 0xallie almost 3 years ago
- 1 comment
Labels: typing
#104 - Add utility functions for creating click.Path (using pathlib by default)
Pull Request -
State: closed - Opened by janluke almost 3 years ago
#103 - Lazy loading of commands
Issue -
State: open - Opened by janluke about 3 years ago
Labels: under consideration, feedback appreciated, feature
#101 - Case-insensitive command names/aliases
Issue -
State: closed - Opened by 0xallie over 3 years ago
- 7 comments
Labels: enhancement
#99 - Subcommands stripped in help screen when using option groups
Issue -
State: closed - Opened by kdeldycke over 3 years ago
- 4 comments
Labels: bug
#98 - Add support for option groups on `cloup.Group`
Issue -
State: closed - Opened by kdeldycke over 3 years ago
- 8 comments
Labels: enhancement
#97 - Styling metavars, default values, env var, choices...
Issue -
State: open - Opened by janluke over 3 years ago
Labels: enhancement, low priority
#96 - Add loading of options from a TOML configuration file
Issue -
State: closed - Opened by kdeldycke over 3 years ago
- 8 comments
Labels: enhancement
#95 - Highlights options, choices and metavars
Issue -
State: closed - Opened by kdeldycke over 3 years ago
- 4 comments
Labels: enhancement
#94 - Feat: "did you mean <command>?" when a command is mistyped
Pull Request -
State: closed - Opened by janluke over 3 years ago
#93 - Integrate "did you mean" feature in Group
Issue -
State: closed - Opened by janluke over 3 years ago
Labels: enhancement
#92 - Use sphinx directive to generate output of full examples in the docs
Issue -
State: open - Opened by janluke over 3 years ago
- 5 comments
Labels: documentation, chore, low priority
#91 - Integrate sphinx.ext.doctest for a few example snippets
Pull Request -
State: closed - Opened by jsonvillanueva over 3 years ago
- 2 comments
#90 - Use `sphinx.ext.doctest` to test examples in the docs
Issue -
State: closed - Opened by janluke over 3 years ago
- 1 comment
Labels: documentation, chore
#89 - Fixed example in documentation and removed duplicate parameter info
Pull Request -
State: closed - Opened by jsonvillanueva over 3 years ago
- 2 comments
#88 - Typing workarounds and list of relevant mypy issues
Issue -
State: open - Opened by janluke over 3 years ago
Labels: typing
#87 - Should I drop support for click 7.x before v1.0?
Issue -
State: closed - Opened by janluke over 3 years ago
- 2 comments
Labels: discuss, chore
#85 - Help theme constraint=Style(fg=Color.xxx) is ignored
Issue -
State: closed - Opened by hiwixxl over 3 years ago
- 2 comments
#84 - Mutually exclusive option group always faults
Issue -
State: closed - Opened by hiwixxl over 3 years ago
- 3 comments
#82 - Expose attributes of parametric constraints
Pull Request -
State: closed - Opened by janluke over 3 years ago
#81 - Expose attributes of parametric constraints
Issue -
State: closed - Opened by janluke over 3 years ago
Labels: enhancement
#80 - Add a `type` attribute to easily identify the type of a rephrased constraint
Issue -
State: closed - Opened by janluke over 3 years ago
- 1 comment
Labels: enhancement
#78 - Constraints on parameters that have identical "internal" names
Issue -
State: closed - Opened by janluke over 3 years ago
- 1 comment
#75 - Feature: subcommand aliases
Pull Request -
State: closed - Opened by janluke over 3 years ago
Labels: enhancement
#74 - Context.check_constraints_consistency is not propagated to children
Issue -
State: closed - Opened by janluke over 3 years ago
Labels: bug
#72 - Re-export Click types from Cloup package
Issue -
State: closed - Opened by janluke over 3 years ago
Labels: enhancement, under consideration
#71 - Docs: expand on the fact that Cloup is not a replacement for Click
Issue -
State: closed - Opened by janluke over 3 years ago
- 1 comment
Labels: documentation
#70 - Alternative to click types
Issue -
State: closed - Opened by Mitmischer over 3 years ago
- 1 comment