From e281def297d89aba82a717da34d565e2bb03933e Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Fri, 16 Jan 2026 00:40:54 +0800 Subject: [PATCH] Fix formatting and structure in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove PyPI entry from pip sub-items - Fix capitalization: Hatch → hatch - Move awesome-fasthtml link under fastHTML entry Co-Authored-By: Claude Opus 4.5 --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4f6dcd21..990bbaa5 100644 --- a/README.md +++ b/README.md @@ -811,9 +811,8 @@ _Libraries for package and dependency management._ - [pip](https://pip.pypa.io/en/stable/) - The package installer for Python. - [pip-tools](https://github.com/jazzband/pip-tools) - A set of tools to keep your pinned Python dependencies fresh. - - [PyPI](https://pypi.org/) - [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. -- [Hatch](https://github.com/pypa/hatch) - Modern, extensible Python project management. +- [hatch](https://github.com/pypa/hatch) - Modern, extensible Python project management. - [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. - [uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager, written in Rust. @@ -1157,8 +1156,8 @@ _Traditional full stack web frameworks. Also see [RESTful API](https://github.co - [pyramid](https://pylonsproject.org/) - A small, fast, down-to-earth, open source Python web framework. - [awesome-pyramid](https://github.com/uralbash/awesome-pyramid) - [fastHTML](https://github.com/AnswerDotAI/fasthtml) - The fastest way to create an HTML app. - - [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. - [awesome-fasthtml](https://github.com/amosgyamfi/awesome-fasthtml) + - [masonite](https://github.com/MasoniteFramework/masonite) - The modern and developer centric Python web framework. - Asynchronous - [microdot](https://github.com/miguelgrinberg/microdot) - The impossibly small web framework for Python and MicroPython. - [reflex](https://github.com/reflex-dev/reflex) – A framework for building reactive, full-stack web applications entirely with python .