mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-29 07:00:51 +08:00
update README description and remove Resources section
- Add 'tools' to the description tagline - Remove the Resources TOC entry (Newsletters, Podcasts) and corresponding section — content is no longer relevant to the relaunched site - Remove uv from the Environment Management section (it's now a dev dependency managed by pyproject.toml, not a curated list entry) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Awesome Python
|
# Awesome Python
|
||||||
|
|
||||||
An opinionated list of awesome Python frameworks, libraries, software and resources.
|
An opinionated list of awesome Python frameworks, libraries, tools, software and resources.
|
||||||
|
|
||||||
> The **#10 most-starred repo on GitHub**. Put your product where Python developers discover tools. [Become a sponsor](SPONSORSHIP.md).
|
> The **#10 most-starred repo on GitHub**. Put your product where Python developers discover tools. [Become a sponsor](SPONSORSHIP.md).
|
||||||
|
|
||||||
@@ -87,9 +87,6 @@ An opinionated list of awesome Python frameworks, libraries, software and resour
|
|||||||
- [Web Frameworks](#web-frameworks)
|
- [Web Frameworks](#web-frameworks)
|
||||||
- [WebSocket](#websocket)
|
- [WebSocket](#websocket)
|
||||||
- [WSGI Servers](#wsgi-servers)
|
- [WSGI Servers](#wsgi-servers)
|
||||||
- [Resources](#resources)
|
|
||||||
- [Newsletters](#newsletters)
|
|
||||||
- [Podcasts](#podcasts)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -534,7 +531,6 @@ _Libraries for Python version and virtual environment management._
|
|||||||
|
|
||||||
- [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
|
- [pyenv](https://github.com/pyenv/pyenv) - Simple Python version management.
|
||||||
- [pyenv-win](https://github.com/pyenv-win/pyenv-win) - Pyenv for Windows, Simple Python version management.
|
- [pyenv-win](https://github.com/pyenv-win/pyenv-win) - Pyenv for Windows, Simple Python version management.
|
||||||
- [uv](https://github.com/astral-sh/uv) - An extremely fast Python package and project manager, written in Rust.
|
|
||||||
- [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
|
- [virtualenv](https://github.com/pypa/virtualenv) - A tool to create isolated Python environments.
|
||||||
|
|
||||||
## File Manipulation
|
## File Manipulation
|
||||||
|
|||||||
Reference in New Issue
Block a user