Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / brianpugh/cyclopts issues and pull requests
#334 - Fix incorrectly parsing json `null` values as the string "None".
Pull Request -
State: closed - Opened by BrianPugh 4 days ago
- 1 comment
#333 - Add `end_of_options_delimiter` option.
Pull Request -
State: closed - Opened by BrianPugh 5 days ago
- 1 comment
#332 - Incorrect Pydantic Aliases when loading from json. Also incorrect null/None.
Issue -
State: closed - Opened by BrianPugh 6 days ago
- 2 comments
Labels: bug
#331 - Show choices in help output for Sequence
Pull Request -
State: closed - Opened by aneeshusa 7 days ago
- 3 comments
#330 - Fix incorrect parsing of `-j`
Pull Request -
State: closed - Opened by BrianPugh 8 days ago
- 1 comment
#329 - Add extension-checking to Path validator.
Pull Request -
State: closed - Opened by BrianPugh 8 days ago
- 1 comment
#328 - `-j` short-form will be parsed as a `complex` rather than an option
Issue -
State: closed - Opened by HAOCHENYE 8 days ago
- 4 comments
#327 - Misc cleanup
Pull Request -
State: closed - Opened by BrianPugh 8 days ago
- 1 comment
#326 - Bump coverage from 7.6.10 to 7.6.11
Pull Request -
State: closed - Opened by dependabot[bot] 10 days ago
Labels: dependencies
#325 - Option to parse json-list data. Configuration of json dict/list parsing via `Parameter`.
Pull Request -
State: closed - Opened by BrianPugh 12 days ago
- 1 comment
#324 - v4 Breaking Change Wishlist
Issue -
State: open - Opened by BrianPugh 12 days ago
#323 - run: fix type signature for coroutines
Pull Request -
State: closed - Opened by Tinche 15 days ago
- 4 comments
#322 - fix obj check in Parameter.__call__; only fixes an unnecessary copy and code semantics.
Pull Request -
State: closed - Opened by BrianPugh 16 days ago
- 1 comment
#321 - Bugfix/pydantic annotations
Pull Request -
State: closed - Opened by BrianPugh 16 days ago
- 1 comment
#320 - flatten/embedding of type is not overridable [docs]
Issue -
State: closed - Opened by OrHayat 16 days ago
- 2 comments
Labels: bug
#319 - Async support?
Issue -
State: closed - Opened by fubuloubu 17 days ago
- 2 comments
#318 - [QUESTION] How do I test exit code equals 0?
Issue -
State: closed - Opened by ivansantiagojr 17 days ago
- 4 comments
#317 - Add "did you mean" suggestions to MissingArgumentError.
Pull Request -
State: closed - Opened by BrianPugh 18 days ago
- 1 comment
#316 - Add argument/attribute `help_on_error`
Pull Request -
State: closed - Opened by BrianPugh 19 days ago
- 1 comment
#315 - Move config-file-caching responsibility into ConfigFromFile.
Pull Request -
State: closed - Opened by BrianPugh 21 days ago
- 3 comments
#314 - Bump attrs from 24.3.0 to 25.1.0
Pull Request -
State: closed - Opened by dependabot[bot] 24 days ago
Labels: dependencies
#313 - Bump importlib-metadata from 8.5.0 to 8.6.1
Pull Request -
State: closed - Opened by dependabot[bot] 24 days ago
Labels: dependencies
#312 - Bump pre-commit from 4.0.1 to 4.1.0
Pull Request -
State: closed - Opened by dependabot[bot] 24 days ago
Labels: dependencies
#311 - Bump pydantic from 2.10.5 to 2.10.6
Pull Request -
State: closed - Opened by dependabot[bot] 24 days ago
Labels: dependencies
#310 - supply the absolute path to cached config-reads. This is done in case the cwd changes.
Pull Request -
State: closed - Opened by BrianPugh 25 days ago
- 2 comments
#309 - Writing tests for config files
Issue -
State: closed - Opened by jayqi 26 days ago
- 5 comments
#308 - Name of @app.default function appears in help
Issue -
State: closed - Opened by BruceEckel 27 days ago
- 1 comment
#307 - Automatically show help before an error message?
Issue -
State: closed - Opened by BruceEckel 28 days ago
- 4 comments
Labels: enhancement
#306 - Improve handling of dataclass-like aliases
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#305 - `cyclopts.run` convenience function for terser, simpler short scripts
Pull Request -
State: closed - Opened by Tinche about 1 month ago
- 7 comments
#304 - update pydantic error message unit test
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#303 - edit() to launch text editor for user input.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#302 - print argument string
Issue -
State: closed - Opened by vhdirk about 1 month ago
- 4 comments
#301 - improved pytest warning variable-name detection.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#300 - Warn if cyclopts application is invoked with no python arguments within pytest.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 3 comments
#299 - Add unit testing cookbook.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#298 - Launching editors
Issue -
State: closed - Opened by jayqi about 1 month ago
- 2 comments
Labels: enhancement
#297 - use google for search bar
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 3 comments
#296 - sharing-parameters cookbook example.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 3 comments
#295 - Allow Parameter to be used as a decorator. Introduce the hidden __cyclopts__ attribute.
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#294 - Bump pydantic from 2.9.2 to 2.10.5
Pull Request -
State: closed - Opened by dependabot[bot] about 1 month ago
- 1 comment
Labels: dependencies
#293 - Fix converters/validators getting the wrong type for nested Annotated[Parameter(...)]
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 3 comments
#292 - Path validator seems to be stripping path separators
Issue -
State: closed - Opened by BruceEckel about 1 month ago
- 6 comments
#291 - Better handling of nested meta apps
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 3 comments
#290 - Nested Commands not showing help correctly / nested meta-apps not running
Issue -
State: closed - Opened by AngellusMortis about 1 month ago
- 3 comments
Labels: bug
#289 - fix handling for when Annotated is inside another type; namely list[Annotated[...]].
Pull Request -
State: closed - Opened by BrianPugh about 1 month ago
- 1 comment
#288 - Inconsistent behaviour with list of dict-like parameters
Issue -
State: closed - Opened by Jus-Codin about 1 month ago
- 7 comments
Labels: enhancement
#287 - Path-checking operations for cyclopts.types
Issue -
State: closed - Opened by BruceEckel about 1 month ago
- 8 comments
#286 - Bump gitpython from 3.1.43 to 3.1.44
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies
#285 - Parse json data from token if object is dict-like.
Pull Request -
State: closed - Opened by BrianPugh about 2 months ago
- 17 comments
#284 - Cannot figure out how to do optional flags
Issue -
State: closed - Opened by BruceEckel about 2 months ago
- 15 comments
Labels: documentation
#283 - bugfix: subapp default command/parameter/argument groups.
Pull Request -
State: closed - Opened by BrianPugh about 2 months ago
- 1 comment
#282 - Load dict-like parameters from envs
Issue -
State: closed - Opened by AngellusMortis about 2 months ago
- 6 comments
Labels: bug, enhancement
#281 - Add App.update method.
Pull Request -
State: closed - Opened by BrianPugh about 2 months ago
- 1 comment
#280 - Bump coverage from 7.6.9 to 7.6.10
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
Labels: dependencies
#279 - Various optimizations.
Pull Request -
State: closed - Opened by BrianPugh about 2 months ago
- 2 comments
#278 - don't interpret choices/default as rich markup
Pull Request -
State: closed - Opened by BrianPugh about 2 months ago
- 2 comments
#277 - [Bug] `rich` text format doesn't show help (required/default/choices)
Issue -
State: closed - Opened by mrjsj about 2 months ago
- 2 comments
#276 - Lazy load subapps/subcommands
Issue -
State: open - Opened by mrjsj about 2 months ago
- 7 comments
Labels: enhancement
#275 - Bump pydantic from 2.9.2 to 2.10.4
Pull Request -
State: closed - Opened by dependabot[bot] about 2 months ago
- 1 comment
Labels: dependencies
#274 - Feature request: formatting of help screen similar to typer
Issue -
State: closed - Opened by JackismyShephard 2 months ago
- 3 comments
#273 - Bump attrs from 24.2.0 to 24.3.0
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
Labels: dependencies
#272 - Bump line-profiler from 4.1.3 to 4.2.0
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies
#271 - Bump coverage from 7.6.8 to 7.6.9
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
Labels: dependencies
#270 - Bump pydantic from 2.9.2 to 2.10.3
Pull Request -
State: closed - Opened by dependabot[bot] 2 months ago
- 1 comment
Labels: dependencies
#269 - Add vs-Typer documentation on keyword multiple values.
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 1 comment
#268 - Bump tomli from 2.1.0 to 2.2.1
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#267 - Bump pydantic from 2.9.2 to 2.10.2
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies
#266 - Bump pytest from 8.3.3 to 8.3.4
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#265 - Fix NewType token count for certain python versions.
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 1 comment
#264 - Named arguments with multiple values, e.g. list[str]
Issue -
State: closed - Opened by peterjc 3 months ago
- 5 comments
Labels: documentation
#263 - Support NewType.
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 3 comments
#262 - NewType support
Issue -
State: closed - Opened by m09 3 months ago
- 7 comments
Labels: bug
#261 - Bump coverage from 7.6.7 to 7.6.8
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#260 - Bump pydantic from 2.9.2 to 2.10.1
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies
#259 - Parameter.auto_group and utils.default_auto_group (Automatic nested subfield Group creation)
Pull Request -
State: open - Opened by BrianPugh 3 months ago
- 8 comments
#258 - New attribute `App.sort_key` that controls command-order in the help page.
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 1 comment
#257 - Feature request: Setting help panel order of commands
Issue -
State: closed - Opened by beskep 3 months ago
- 5 comments
Labels: enhancement
#256 - updates GA from python-template to improve caching.
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 1 comment
#255 - Bump tomli from 2.0.2 to 2.1.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#254 - Bump sphinx-autodoc-typehints from 2.0.1 to 2.3.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
- 1 comment
Labels: dependencies
#253 - Bump sphinx-rtd-theme from 3.0.1 to 3.0.2
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#252 - Bump coverage from 7.6.4 to 7.6.7
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#251 - Allow for list[bool] and similar (list of flags).
Pull Request -
State: closed - Opened by BrianPugh 3 months ago
- 1 comment
#250 - Feature request: let enum types accept values
Issue -
State: closed - Opened by vhdirk 3 months ago
- 6 comments
Labels: enhancement
#249 - Feature request: counting flags
Issue -
State: closed - Opened by vhdirk 3 months ago
- 5 comments
Labels: bug, enhancement
#248 - Feature request: Automatic grouping for nested objects
Issue -
State: closed - Opened by vhdirk 3 months ago
- 7 comments
Labels: enhancement
#247 - [3.0.0] multiparameter is broken
Issue -
State: closed - Opened by TakWolf 3 months ago
- 1 comment
#246 - Bump sphinx from 7.1.2 to 7.4.7
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#245 - Bump pytest-cov from 5.0.0 to 6.0.0
Pull Request -
State: closed - Opened by dependabot[bot] 3 months ago
Labels: dependencies
#244 - fix: readme grammar
Pull Request -
State: closed - Opened by YodaDaCoda 3 months ago
- 2 comments
#243 - Equivalent to click context
Issue -
State: closed - Opened by vikigenius 4 months ago
- 10 comments
Labels: v3
#242 - Bump rich from 13.7.1 to 13.9.4
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies
#241 - [feature request] Support for dict parameters
Issue -
State: closed - Opened by noaonoszko 4 months ago
- 3 comments
Labels: v3
#240 - Bump rich from 13.7.1 to 13.9.3
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies
#239 - feature: list options before list arguments
Issue -
State: closed - Opened by thvitt 4 months ago
- 5 comments
Labels: v3
#238 - A Testing Client
Issue -
State: closed - Opened by dunossauro 4 months ago
- 4 comments
#237 - Bump sphinx-rtd-theme from 2.0.0 to 3.0.1
Pull Request -
State: closed - Opened by dependabot[bot] 4 months ago
- 1 comment
Labels: dependencies
#236 - Bump tomli from 2.0.1 to 2.0.2
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies
#235 - Bump rich from 13.7.1 to 13.9.2
Pull Request -
State: closed - Opened by dependabot[bot] 5 months ago
- 1 comment
Labels: dependencies