mirror of
https://github.com/vinta/awesome-python.git
synced 2026-03-23 13:56:43 +08:00
docs: lowercase 8 project names to match their import names
eyeD3→eyed3, Gooey→gooey, gTTS→gtts, MechanicalSoup→mechanicalsoup, MonkeyType→monkeytype, PraisonAI→praisonai, PyMySQL→pymysql, Zappa→zappa. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
20
README.md
20
README.md
@@ -147,7 +147,7 @@ _Libraries for manipulating audio and its metadata._
|
|||||||
- [audioflux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
|
- [audioflux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
|
||||||
- [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
|
- [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
|
||||||
- [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
|
- [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
|
||||||
- [gTTS](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
|
- [gtts](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
|
||||||
- [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
|
- [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
|
||||||
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
|
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
|
||||||
- [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
|
- [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
|
||||||
@@ -157,7 +157,7 @@ _Libraries for manipulating audio and its metadata._
|
|||||||
- [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
|
- [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
|
||||||
- Metadata
|
- Metadata
|
||||||
- [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
|
- [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
|
||||||
- [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
|
- [eyed3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
|
||||||
- [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
|
- [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
|
||||||
- [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
|
- [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
|
||||||
|
|
||||||
@@ -236,7 +236,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
|
|||||||
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
|
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
|
||||||
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
|
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
|
||||||
- Static Type Annotations Generators
|
- Static Type Annotations Generators
|
||||||
- [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
|
- [monkeytype](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
|
||||||
- [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations.
|
- [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations.
|
||||||
|
|
||||||
## Command-line Interface Development
|
## Command-line Interface Development
|
||||||
@@ -367,7 +367,7 @@ _Libraries for connecting and operating databases._
|
|||||||
|
|
||||||
- MySQL - [awesome-mysql](https://github.com/shlomi-noach/awesome-mysql)
|
- MySQL - [awesome-mysql](https://github.com/shlomi-noach/awesome-mysql)
|
||||||
- [mysqlclient](https://github.com/PyMySQL/mysqlclient) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
|
- [mysqlclient](https://github.com/PyMySQL/mysqlclient) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
|
||||||
- [PyMySQL](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
|
- [pymysql](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
|
||||||
- PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
|
- PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
|
||||||
- [psycopg](https://github.com/psycopg/psycopg) - The most popular PostgreSQL adapter for Python.
|
- [psycopg](https://github.com/psycopg/psycopg) - The most popular PostgreSQL adapter for Python.
|
||||||
- SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
|
- SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
|
||||||
@@ -564,15 +564,15 @@ _Libraries for working with graphical user interface applications._
|
|||||||
- [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
|
- [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
|
||||||
- [flet](https://github.com/flet-dev/flet) - Cross-platform GUI framework for building modern apps in pure Python.
|
- [flet](https://github.com/flet-dev/flet) - Cross-platform GUI framework for building modern apps in pure Python.
|
||||||
- [flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
|
- [flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
|
||||||
- [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
|
- [gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
|
||||||
- [kivy](https://github.com/kivy/kivy) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
- [kivy](https://github.com/kivy/kivy) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
|
||||||
- [nicegui](https://github.com/zauberzeug/nicegui) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
|
- [nicegui](https://github.com/zauberzeug/nicegui) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
|
||||||
- [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
|
- [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
|
||||||
- [pygobject](https://github.com/GNOME/pygobject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
|
- [pygobject](https://github.com/GNOME/pygobject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
|
||||||
- [PyQt](https://www.riverbankcomputing.com/static/Docs/PyQt6/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
|
- [PyQt](https://www.riverbankcomputing.com/static/Docs/PyQt6/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
|
||||||
- [PySide](https://github.com/pyside/pyside-setup) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), this is same as PyQt but it's the official binding with different licensing.
|
- [pyside](https://github.com/pyside/pyside-setup) - Qt for Python offers the official Python bindings for [Qt](https://www.qt.io/), this is same as PyQt but it's the official binding with different licensing.
|
||||||
- [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
|
- [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
|
||||||
- [tkinter](https://docs.python.org/3/library/tkinter.html) - (Python standard library) De-facto standard GUI package.
|
- [tkinter](https://docs.python.org/3/library/tkinter.html) - (Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
|
||||||
- [toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
|
- [toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
|
||||||
- [urwid](https://github.com/urwid/urwid) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
|
- [urwid](https://github.com/urwid/urwid) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
|
||||||
- [wxPython](https://github.com/wxWidgets/Phoenix) - A blending of the wxWidgets C++ class library with the Python.
|
- [wxPython](https://github.com/wxWidgets/Phoenix) - A blending of the wxWidgets C++ class library with the Python.
|
||||||
@@ -725,7 +725,7 @@ _Libraries for Machine Learning. Also see [awesome-machine-learning](https://git
|
|||||||
- [metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics.
|
- [metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics.
|
||||||
- [mindsdb](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
|
- [mindsdb](https://github.com/mindsdb/mindsdb) - MindsDB is an open source AI layer for existing databases that allows you to effortlessly develop, train and deploy state-of-the-art machine learning models using standard queries.
|
||||||
- [pgmpy](https://github.com/pgmpy/pgmpy) - A Python library for probabilistic graphical models and Bayesian networks.
|
- [pgmpy](https://github.com/pgmpy/pgmpy) - A Python library for probabilistic graphical models and Bayesian networks.
|
||||||
- [PraisonAI](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
|
- [praisonai](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
|
||||||
- [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas.
|
- [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas.
|
||||||
- [ragflow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs.
|
- [ragflow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs.
|
||||||
- [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations.
|
- [rasa](https://github.com/RasaHQ/rasa) - An open-source machine learning framework for automated text and voice-based conversations.
|
||||||
@@ -954,7 +954,7 @@ _Libraries for serializing complex data types._
|
|||||||
_Frameworks for developing serverless Python code._
|
_Frameworks for developing serverless Python code._
|
||||||
|
|
||||||
- [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
|
- [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
|
||||||
- [Zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
|
- [zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
|
||||||
|
|
||||||
## Shell
|
## Shell
|
||||||
|
|
||||||
@@ -1144,7 +1144,7 @@ _Libraries to automate web scraping._
|
|||||||
- [crawl4ai](https://github.com/unclecode/crawl4ai) - An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.
|
- [crawl4ai](https://github.com/unclecode/crawl4ai) - An open-source, LLM-friendly web crawler that provides lightning-fast, structured data extraction specifically designed for AI agents.
|
||||||
- [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser.
|
- [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser.
|
||||||
- [grab](https://github.com/lorien/grab) - Site scraping framework.
|
- [grab](https://github.com/lorien/grab) - Site scraping framework.
|
||||||
- [MechanicalSoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
|
- [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
|
||||||
- [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework.
|
- [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework.
|
||||||
|
|
||||||
## Web Frameworks
|
## Web Frameworks
|
||||||
|
|||||||
Reference in New Issue
Block a user