feat: rename rp assistant to reetor's guide to modern python
Some checks failed
Tests / test (macos-latest, 3.10) (push) Waiting to run
Tests / test (macos-latest, 3.11) (push) Waiting to run
Tests / test (macos-latest, 3.12) (push) Waiting to run
Tests / test (windows-latest, 3.10) (push) Waiting to run
Tests / test (windows-latest, 3.11) (push) Waiting to run
Tests / test (windows-latest, 3.12) (push) Waiting to run
Lint / lint (push) Failing after 23s
Tests / test (ubuntu-latest, 3.10) (push) Failing after 40s
Tests / test (ubuntu-latest, 3.11) (push) Failing after 42s
Tests / test (ubuntu-latest, 3.12) (push) Failing after 1m1s

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-08 00:53:58 +01:00
parent a6c276862e
commit 1f0444d8c1
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 ## 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] [project]
name = "rp" name = "rp"
version = "1.25.0" version = "1.26.0"
description = "R python edition. The ultimate autonomous AI CLI." description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md" readme = "README.md"
requires-python = ">=3.10" requires-python = ">=3.10"