Skip to content

Releases: arturormk/dropin-cli-python

dropin-cli-python 0.1.0

19 Oct 17:57

Choose a tag to compare

Added

  • Initial public release of cli.py (drop-in, single-file helper).
  • @command decorator with docstring-derived help/description.
  • Output renderers: JSON, pretty JSON, YAML, table (rich → tabulate → fallback).
  • Progress bar wrapper (rich → tqdm → basic TTY).
  • Subcommand parser/dispatcher.
  • Examples: echo-words.py, icons.py.
  • Documentation: README, screenshot, MIT LICENSE.