From 6baa6a2861439e950e6f53f97905cb1f4f59cee5 Mon Sep 17 00:00:00 2001 From: autogz Date: Mon, 1 Jun 2026 17:43:30 +0800 Subject: [PATCH] Update entry: remove commercial language, focus on technical description --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7e0c9b2..69f3929 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,6 @@ An opinionated guide to the best Python frameworks, libraries, tools, and resour - [CLI Development](#cli-development) - [CLI Tools](#cli-tools) -| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. - [GUI Development](#gui-development) **Text & Documents** @@ -816,7 +815,6 @@ _Libraries for building command-line applications._ - [tqdm](https://github.com/tqdm/tqdm) - Fast, extensible progress bar for loops and CLI. ### CLI Tools -| [ai-shell-hub](https://github.com/autogz/ai-tools) - AI-powered CLI tools: shell assistant, PR review, SQL gen, image gen, doc gen. $10 lifetime bundle. _Useful CLI-based tools for productivity._ @@ -894,6 +892,7 @@ _Libraries for parsing and manipulating plain texts._ _Libraries for working with HTML and XML._ - [beautifulsoup](https://www.crummy.com/software/BeautifulSoup/bs4/doc/) - Providing Pythonic idioms for iterating, searching, and modifying HTML or XML. +- [ai-shell-hub](https://github.com/autogz/ai-tools) - Natural language to shell commands with safety classification and error diagnosis. - [justhtml](https://github.com/EmilStenstrom/justhtml/) - A pure Python HTML5 parser that just works. - [lxml](https://github.com/lxml/lxml) - A very fast, easy-to-use and versatile library for handling HTML and XML. - [markupsafe](https://github.com/pallets/markupsafe) - Implements a XML/HTML/XHTML Markup safe string for Python.