Skip to content

Commit 9761bac

Browse files
vintaclaude
andcommitted
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>
1 parent e70b25d commit 9761bac

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ _Libraries for manipulating audio and its metadata._
147147
- [audioflux](https://github.com/libAudioFlux/audioFlux) - A library for audio and music analysis, feature extraction.
148148
- [audioread](https://github.com/beetbox/audioread) - Cross-library (GStreamer + Core Audio + MAD + FFmpeg) audio decoding.
149149
- [dejavu](https://github.com/worldveil/dejavu) - Audio fingerprinting and recognition.
150-
- [gTTS](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
150+
- [gtts](https://github.com/pndurette/gTTS) - Python library and CLI tool for converting text to speech using Google Translate TTS.
151151
- [kapre](https://github.com/keunwoochoi/kapre) - Keras Audio Preprocessors.
152152
- [librosa](https://github.com/librosa/librosa) - Python library for audio and music analysis.
153153
- [matchering](https://github.com/sergree/matchering) - A library for automated reference audio mastering.
@@ -157,7 +157,7 @@ _Libraries for manipulating audio and its metadata._
157157
- [TimeSide](https://github.com/Parisson/TimeSide) - Open web audio processing framework.
158158
- Metadata
159159
- [beets](https://github.com/beetbox/beets) - A music library manager and [MusicBrainz](https://musicbrainz.org/) tagger.
160-
- [eyeD3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
160+
- [eyed3](https://github.com/nicfit/eyeD3) - A tool for working with audio files, specifically MP3 files containing ID3 metadata.
161161
- [mutagen](https://github.com/quodlibet/mutagen) - A Python module to handle audio metadata.
162162
- [tinytag](https://github.com/devsnd/tinytag) - A library for reading music meta data of MP3, OGG, FLAC and Wave files.
163163

@@ -236,7 +236,7 @@ _Tools of static analysis, linters and code quality checkers. Also see [awesome-
236236
- [ty](https://github.com/astral-sh/ty) - An extremely fast Python type checker and language server.
237237
- [typeshed](https://github.com/python/typeshed) - Collection of library stubs for Python, with static types.
238238
- Static Type Annotations Generators
239-
- [MonkeyType](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
239+
- [monkeytype](https://github.com/Instagram/MonkeyType) - A system for Python that generates static type annotations by collecting runtime types.
240240
- [pytype](https://github.com/google/pytype) - Pytype checks and infers types for Python code - without requiring type annotations.
241241

242242
## Command-line Interface Development
@@ -367,7 +367,7 @@ _Libraries for connecting and operating databases._
367367

368368
- MySQL - [awesome-mysql](https://github.com/shlomi-noach/awesome-mysql)
369369
- [mysqlclient](https://github.com/PyMySQL/mysqlclient) - MySQL connector with Python 3 support ([mysql-python](https://sourceforge.net/projects/mysql-python/) fork).
370-
- [PyMySQL](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
370+
- [pymysql](https://github.com/PyMySQL/PyMySQL) - A pure Python MySQL driver compatible to mysql-python.
371371
- PostgreSQL - [awesome-postgres](https://github.com/dhamaniasad/awesome-postgres)
372372
- [psycopg](https://github.com/psycopg/psycopg) - The most popular PostgreSQL adapter for Python.
373373
- SQlite - [awesome-sqlite](https://github.com/planetopendata/awesome-sqlite)
@@ -564,15 +564,15 @@ _Libraries for working with graphical user interface applications._
564564
- [enaml](https://github.com/nucleic/enaml) - Creating beautiful user-interfaces with Declarative Syntax like QML.
565565
- [flet](https://github.com/flet-dev/flet) - Cross-platform GUI framework for building modern apps in pure Python.
566566
- [flexx](https://github.com/zoofIO/flexx) - Flexx is a pure Python toolkit for creating GUI's, that uses web technology for its rendering.
567-
- [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
567+
- [gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line.
568568
- [kivy](https://github.com/kivy/kivy) - A library for creating NUI applications, running on Windows, Linux, Mac OS X, Android and iOS.
569569
- [nicegui](https://github.com/zauberzeug/nicegui) - An easy-to-use, Python-based UI framework, which shows up in your web browser.
570570
- [pyglet](https://github.com/pyglet/pyglet) - A cross-platform windowing and multimedia library for Python.
571571
- [pygobject](https://github.com/GNOME/pygobject) - Python Bindings for GLib/GObject/GIO/GTK+ (GTK+3).
572572
- [PyQt](https://www.riverbankcomputing.com/static/Docs/PyQt6/) - Python bindings for the [Qt](https://www.qt.io/) cross-platform application and UI framework.
573-
- [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.
573+
- [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.
574574
- [pywebview](https://github.com/r0x0r/pywebview/) - A lightweight cross-platform native wrapper around a webview component.
575-
- [tkinter](https://docs.python.org/3/library/tkinter.html) - (Python standard library) De-facto standard GUI package.
575+
- [tkinter](https://docs.python.org/3/library/tkinter.html) - (Python standard library) The standard Python interface to the Tcl/Tk GUI toolkit.
576576
- [toga](https://github.com/pybee/toga) - A Python native, OS native GUI toolkit.
577577
- [urwid](https://github.com/urwid/urwid) - A library for creating terminal GUI applications with strong support for widgets, events, rich colors, etc.
578578
- [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
725725
- [metrics](https://github.com/benhamner/Metrics) - Machine learning evaluation metrics.
726726
- [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.
727727
- [pgmpy](https://github.com/pgmpy/pgmpy) - A Python library for probabilistic graphical models and Bayesian networks.
728-
- [PraisonAI](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
728+
- [praisonai](https://github.com/MervinPraison/PraisonAI) - Production-ready Multi-AI Agents framework with self-reflection, 100+ LLM support, MCP integration, and agentic workflows.
729729
- [pydantic-ai](https://github.com/pydantic/pydantic-ai) - A Python agent framework for building generative AI applications with structured schemas.
730730
- [ragflow](https://github.com/infiniflow/ragflow) - An open-source RAG engine for document understanding and question answering with LLMs.
731731
- [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._
954954
_Frameworks for developing serverless Python code._
955955

956956
- [python-lambda](https://github.com/nficano/python-lambda) - A toolkit for developing and deploying Python code in AWS Lambda.
957-
- [Zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
957+
- [zappa](https://github.com/zappa/Zappa) - A tool for deploying WSGI applications on AWS Lambda and API Gateway.
958958

959959
## Shell
960960

@@ -1144,7 +1144,7 @@ _Libraries to automate web scraping._
11441144
- [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.
11451145
- [feedparser](https://github.com/kurtmckee/feedparser) - Universal feed parser.
11461146
- [grab](https://github.com/lorien/grab) - Site scraping framework.
1147-
- [MechanicalSoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
1147+
- [mechanicalsoup](https://github.com/MechanicalSoup/MechanicalSoup) - A Python library for automating interaction with websites.
11481148
- [scrapy](https://github.com/scrapy/scrapy) - A fast high-level screen scraping and web crawling framework.
11491149

11501150
## Web Frameworks

0 commit comments

Comments
 (0)