From ff9114784a3d5f123420959ad13b57427f47420f Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Sat, 21 Mar 2026 16:47:11 +0800 Subject: [PATCH] docs: update Email section description and replace pymssql with mssql-python Expand the Email section description to mention mail server management. Replace the unmaintained pymssql entry with the official Microsoft mssql-python driver, which is actively maintained and built on ODBC. Co-Authored-By: Claude --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 68841adc..f0b6c166 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ _Libraries to automate web scraping and extract web content._ ## Email -_Libraries for sending and parsing email._ +_Libraries for sending and parsing email, and mail server management._ - [modoboa](https://github.com/modoboa/modoboa) - A mail hosting and management platform including a modern Web UI. - [yagmail](https://github.com/kootenpv/yagmail) - Yet another Gmail/SMTP client. @@ -386,7 +386,7 @@ _Libraries for connecting and operating databases._ - [sqlite3](https://docs.python.org/3/library/sqlite3.html) - (Python standard library) SQlite interface compliant with DB-API 2.0. - Other Relational Databases - [clickhouse-driver](https://github.com/mymarilyn/clickhouse-driver) - Python driver with native interface for ClickHouse. - - [pymssql](https://github.com/pymssql/pymssql) - A simple database interface to Microsoft SQL Server. + - [mssql-python](https://github.com/microsoft/mssql-python) - Official Microsoft driver for SQL Server and Azure SQL, built on ODBC for high performance and low memory usage. - NoSQL Databases - [cassandra-driver](https://github.com/apache/cassandra-python-driver) - The Python Driver for Apache Cassandra. - [django-mongodb-backend](https://github.com/mongodb/django-mongodb-backend) - Official MongoDB database backend for Django.