From 2d9842608ee52171623e4f83b02f2bdf58f47886 Mon Sep 17 00:00:00 2001 From: Vinta Chen Date: Thu, 8 Jan 2026 17:22:25 +0800 Subject: [PATCH] remove Third-party APIs category: redundant MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Already links to comprehensive external list. Many entries outdated (Twitter→X, Facebook SDK deprecated). boto3 moved to DevOps/Cloud Providers section. Co-Authored-By: Claude Opus 4.5 --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index 5ce5a140..6e5ab6a3 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). - [Template Engine](#template-engine) - [Testing](#testing) - [Text Processing](#text-processing) - - [Third-party APIs](#third-party-apis) - [URL Manipulation](#url-manipulation) - [Video](#video) - [Web Asset Management](#web-asset-management) @@ -1071,18 +1070,6 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [python-user-agents](https://github.com/selwin/python-user-agents) - Browser user agent parser. * [sqlparse](https://github.com/andialbrecht/sqlparse) - A non-validating SQL parser. -## Third-party APIs - -*Libraries for accessing third party services APIs. Also see [List of Python API Wrappers and Libraries](https://github.com/realpython/list-of-python-api-wrappers).* - -* [apache-libcloud](https://libcloud.apache.org/) - One Python library for all clouds. -* [boto3](https://github.com/boto/boto3) - Python interface to Amazon Web Services. -* [django-wordpress](https://github.com/istrategylabs/django-wordpress) - WordPress models and views for Django. -* [facebook-sdk](https://github.com/mobolic/facebook-sdk) - Facebook Platform Python SDK. -* [google-api-python-client](https://github.com/google/google-api-python-client) - Google APIs Client Library for Python. -* [gspread](https://github.com/burnash/gspread) - Google Spreadsheets Python API. -* [twython](https://github.com/ryanmcgrath/twython) - A Python wrapper for the Twitter API. - ## URL Manipulation *Libraries for parsing URLs.*