YOU’RE LEARNING TO↗learner can configure console_scripts entry points in pyproject.toml to install a CLI command
↗learner can install and run a personal CLI with pipx for isolation
↗learner can build a complete, polished notes CLI tool (add/list/delete/search) using Typer and Rich
↗learner can write a complete pyproject.toml with dependencies, metadata, and build system config
↗learner can publish a package to PyPI using build + twine