feat: rename rp assistant to reetor's guide to modern python

feat: update readme with tutorial overview and version requirements
docs: add python 3.13 modern features section to readme
docs: add installation instructions to readme
docs: add quick start guide to readme
docs: add aiohttp fundamentals section to readme
docs: add client sessions and connection management section to readme
docs: update changelog with version 1.26.0 release notes
This commit is contained in:
retoor 2025-11-07 23:53:58 +00:00
parent 08a782997c
commit c968c9407d
3 changed files with 2525 additions and 351 deletions

View File

@ -22,6 +22,14 @@
## Version 1.26.0 - 2025-11-08
You can now scroll within the editor. The version number has been updated to 1.26.0.
**Changes:** 3 files, 77 lines
**Languages:** Markdown (8 lines), Python (67 lines), TOML (2 lines)
## Version 1.25.0 - 2025-11-08

2866
README.md

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rp"
version = "1.25.0"
version = "1.26.0"
description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md"
requires-python = ">=3.10"