Commit Graph

6 Commits

Author SHA1 Message Date
65ff34dd2c Bump version to 0.2.2 2026-04-01 23:51:52 -07:00
c3a71c2ff9 Bump version to 0.2.1 2026-04-01 23:12:21 -07:00
5b336f2ce0 Add LICENSE, fix PEP 639 classifier warning, enhance --version output, add dev dependencies
- Create MIT LICENSE file
- Remove deprecated License classifier, add license-files to pyproject.toml
- Add __license__ constant to __init__.py
- Show full name, copyright, and license in rp --version
- Add ruff and mypy as dev dependencies
2026-04-01 18:40:03 -07:00
5b62100628 Bump version to 0.2.0 2026-04-01 18:23:21 -07:00
1abfcebc24 Implement rp CLI: rich-print markdown, JSON, code, and more
- Add typer CLI with auto file-type detection by extension
- Support markdown (rich.Markdown), JSON (rich.JSON), and 30+ code
  languages via Pygments syntax highlighting
- Features: line numbers toggle, pager support, stdin input,
  configurable color themes
- Project metadata: MIT license, author, classifiers, entry point
2026-04-01 15:56:57 -07:00
a1b5e72032 Initial project scaffold with uv 2026-04-01 15:52:58 -07:00