Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / typed-argparse/typed-argparse issues and pull requests
#72 - Add support for NamedTuple
Pull Request -
State: open - Opened by North101 9 months ago
#71 - Request: Support Actions
Issue -
State: open - Opened by North101 9 months ago
- 3 comments
#70 - The method Parser.parse_args() has too strict signature
Issue -
State: open - Opened by vbrozik 12 months ago
- 2 comments
#69 - Improve constructor type safety / semantics
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
- 1 comment
#68 - add support for setting metavar
Pull Request -
State: closed - Opened by MikkelSchubert about 1 year ago
- 4 comments
#67 - fix singular optional positional arguments
Pull Request -
State: closed - Opened by MikkelSchubert about 1 year ago
- 1 comment
#66 - Fix typos
Pull Request -
State: closed - Opened by kianmeng about 1 year ago
- 3 comments
#65 - move formatting of defaults to FormatterClass
Pull Request -
State: open - Opened by MikkelSchubert about 1 year ago
- 5 comments
#64 - first draft to support return types
Pull Request -
State: open - Opened by bluenote10 about 1 year ago
- 1 comment
#63 - Move parser creation into constructor & add sub parser collision detection
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
- 1 comment
#62 - Fix support of sub parser aliases
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
- 1 comment
#61 - Issue: Aliases argument not working
Issue -
State: closed - Opened by yourlogarithm about 1 year ago
- 1 comment
#60 - Update README.md
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
#59 - set version to 0.3.0
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
#58 - Feature request: Allow bindings to return values
Issue -
State: open - Opened by MikkelSchubert about 1 year ago
- 6 comments
#57 - drop Python 3.6 and 3.7 work-arounds
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
#56 - fix constructor type safety
Pull Request -
State: closed - Opened by bluenote10 about 1 year ago
- 1 comment
#55 - Detecting conflicts between common args and sub command args
Issue -
State: open - Opened by bluenote10 about 1 year ago
- 2 comments
#54 - Time to drop Python 3.6 and 3.7 support?
Issue -
State: closed - Opened by bluenote10 about 1 year ago
- 1 comment
#53 - PoC: allow the user to customize how to generate flags.
Pull Request -
State: open - Opened by mikolajz about 1 year ago
- 1 comment
#52 - Allow mixing in legacy code accessing argparse.Namespace.
Pull Request -
State: open - Opened by mikolajz about 1 year ago
- 3 comments
#51 - Feature request: use docstring as help string
Issue -
State: closed - Opened by pdc1 over 1 year ago
- 4 comments
#50 - Feature Request: init-only arguments
Issue -
State: closed - Opened by HeinrichAD over 1 year ago
- 6 comments
#49 - add name of author
Pull Request -
State: closed - Opened by shmuel44 over 1 year ago
- 2 comments
#48 - fix regression introduced by new typing_extension version
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
- 1 comment
#47 - check example outputs in ci
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
#46 - Added support for passing formatter_class to parser
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
#45 - Enable CI for Python 3.10 + 3.11
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
#44 - Default sub command
Issue -
State: closed - Opened by Roang-zero1 over 1 year ago
- 2 comments
#43 - Pass in formatter_class to argparse.ArgumentParser via tap.Parser
Issue -
State: closed - Opened by OlegAlexander over 1 year ago
- 1 comment
#42 - Questions: are some things already possible
Issue -
State: open - Opened by mikolajz over 1 year ago
- 7 comments
#41 - pin black
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
#40 - added example for multiple positional arguments
Pull Request -
State: closed - Opened by bluenote10 over 1 year ago
#39 - Documentation: Non optional positional list
Issue -
State: closed - Opened by Roang-zero1 over 1 year ago
- 1 comment
#38 - Feature - Inverted bool flags/switches
Issue -
State: closed - Opened by ptous over 1 year ago
- 2 comments
#37 - add documentation for enums and shared options
Pull Request -
State: closed - Opened by kopp over 1 year ago
- 2 comments
#36 - Enum handling in high level API
Issue -
State: closed - Opened by kopp over 1 year ago
- 3 comments
#35 - fix issue related to __future__ annotations
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
- 1 comment
#34 - support forwarding help texts to subparsers
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
- 1 comment
#33 - description in `SubParser`s
Issue -
State: closed - Opened by kopp almost 2 years ago
- 1 comment
#32 - Feature request: high-level APIs
Issue -
State: open - Opened by pdc1 almost 2 years ago
- 6 comments
#31 - common arguments shared between sub-commands
Issue -
State: closed - Opened by kopp almost 2 years ago
- 5 comments
#30 - fix link to argcomplete
Pull Request -
State: closed - Opened by kopp almost 2 years ago
#29 - fix link to getting started
Pull Request -
State: closed - Opened by kopp almost 2 years ago
- 1 comment
#28 - improve handling of optional list arguments
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
- 1 comment
#27 - Feature Request: Handling Groups of Required Arguments?
Issue -
State: open - Opened by AlJohri almost 2 years ago
- 4 comments
#26 - Argument of Type Optional[List[str]] doesn't work
Issue -
State: closed - Opened by AlJohri almost 2 years ago
- 3 comments
#25 - Minor docs additions
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
#24 - Updated package meta data
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
- 1 comment
#23 - Add docs publishing to CI pipeline
Pull Request -
State: closed - Opened by bluenote10 almost 2 years ago
#22 - Fuzzy choice matching, dynamic choices, dynamic defaults, better nargs, started documentation...
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#21 - more tests & fixes for subparser behavior
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#20 - Yet more features
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#19 - more new features
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#18 - added temporary backwards compatibility
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
#17 - draft for app system
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#16 - switch to dataclass transform semantics
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#15 - support unions
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
#14 - support for new type
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
- 1 comment
#13 - improved enum support; attempt to fix #10
Pull Request -
State: closed - Opened by bluenote10 about 2 years ago
#12 - Add support for iterator
Issue -
State: closed - Opened by bandophahita about 2 years ago
- 2 comments
#11 - Fix compatibility with future annotations
Pull Request -
State: closed - Opened by bluenote10 over 2 years ago
- 1 comment
#10 - Handling of Enums with default arguments is unexpected
Issue -
State: closed - Opened by kopp over 2 years ago
- 2 comments
#9 - Subparser command name is not constrained by Literal type definition
Issue -
State: closed - Opened by pdc1 over 2 years ago
- 4 comments
#8 - improved support for mutually exclusive groups
Pull Request -
State: closed - Opened by bluenote10 almost 3 years ago
- 1 comment
#7 - Add Alias Name
Issue -
State: closed - Opened by Maherz123 about 3 years ago
- 3 comments
#6 - More convenience for choices
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
#5 - Improved tests
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
- 1 comment
#4 - Experimental sub command support
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
- 1 comment
#3 - Literals support
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
- 1 comment
#2 - Support more types
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
- 1 comment
#1 - Feature/minor improvements
Pull Request -
State: closed - Opened by bluenote10 about 3 years ago
- 1 comment