Repository History

351 repositories tagged with Python

Topic: Python
PLY: A Legacy Python Lex-Yacc Parser Generator (Project Abandoned)

PLY: A Legacy Python Lex-Yacc Parser Generator (Project Abandoned)

PLY (Python Lex-Yacc) is a zero-dependency Python implementation of the traditional lex and yacc parsing tools, designed for building compilers, ASTs, and protocol decoders. Created by David Beazley, it offers a robust LALR(1) parsing algorithm compatible with modern Python versions. However, it's important to note that the project has been officially abandoned by its author, with no further maintenance expected.

Analyzed Jul 30, 2026
View Details
python-phonenumbers: Google's libphonenumber Port for Python

python-phonenumbers: Google's libphonenumber Port for Python

`python-phonenumbers` is a robust Python port of Google's highly acclaimed `libphonenumber` library. It offers comprehensive functionality for parsing, validating, and formatting international phone numbers, making it an indispensable tool for global applications. This library ensures accurate and standardized phone number handling across diverse regions.

Analyzed Jul 30, 2026
View Details
sqlparse: A Powerful Non-Validating SQL Parser for Python

sqlparse: A Powerful Non-Validating SQL Parser for Python

sqlparse is a robust, non-validating SQL parser module for Python, designed to tokenize SQL text and group its components into a structured tree. It serves as a foundational tool for building formatters, linters, and query analysis applications. Developers can leverage its capabilities to split SQL scripts, format statements, and deeply inspect their token trees.

Analyzed Jul 30, 2026
View Details
Boto3: The AWS SDK for Python for Seamless Cloud Interaction

Boto3: The AWS SDK for Python for Seamless Cloud Interaction

Boto3 is the official Amazon Web Services (AWS) SDK for Python, enabling developers to easily interact with a wide range of AWS services like S3 and EC2. It provides a powerful and intuitive interface for managing cloud resources directly from Python applications. With robust documentation and active community support, Boto3 is an essential tool for Python developers working with AWS.

Analyzed Jul 29, 2026
View Details
google-api-python-client: The Official Python Library for Google APIs

google-api-python-client: The Official Python Library for Google APIs

The `google-api-python-client` is the official Python client library for interacting with Google's discovery-based APIs. It provides a robust way for Python developers to integrate their applications with various Google services. While in maintenance mode, it remains a reliable choice, especially with its improved v2.0 caching mechanism.

Analyzed Jul 29, 2026
View Details
gspread: A Python API for Seamless Google Sheets Integration

gspread: A Python API for Seamless Google Sheets Integration

gspread is a powerful Python API designed for seamless interaction with Google Sheets. It offers a simple and comprehensive interface to programmatically open, read, write, and format data in spreadsheets, along with managing worksheets and access permissions. This library is an essential tool for automating Google Sheets operations directly from Python applications.

Analyzed Jul 28, 2026
View Details
Twython: A Pure Python Wrapper for the Twitter API

Twython: A Pure Python Wrapper for the Twitter API

Twython is an actively maintained, pure Python library designed to simplify interaction with the Twitter API. It provides comprehensive support for both normal and streaming Twitter APIs, making it easy to query user data, timelines, direct messages, and handle image uploads. This battle-tested wrapper is a robust solution for integrating Twitter functionalities into Python applications.

Analyzed Jul 28, 2026
View Details
purl: A Simple, Immutable Python URL Class for Clean Manipulation

purl: A Simple, Immutable Python URL Class for Clean Manipulation

purl is a Python library offering a simple, immutable URL class designed for easy interrogation and manipulation of URLs. It provides a clean API, supports various Python versions, and includes features like URL template expansion based on RFC 6570. This makes it an excellent tool for handling URLs robustly in your Python projects.

Analyzed Jul 27, 2026
View Details
pyshorteners: Simplify URL Shortening in Python

pyshorteners: Simplify URL Shortening in Python

pyshorteners is a Python library designed to make URL shortening effortless. It acts as a simple API wrapper, supporting various popular shortening services. Developers can easily integrate URL shortening capabilities into their Python applications with this versatile tool.

Analyzed Jul 27, 2026
View Details
webargs: Efficient HTTP Request Argument Parsing for Python Web Frameworks

webargs: Efficient HTTP Request Argument Parsing for Python Web Frameworks

webargs is a robust Python library designed for parsing and validating HTTP request arguments across various web frameworks. It offers seamless integration with popular choices like Flask, Django, and aiohttp, simplifying the process of handling incoming request data. This library helps developers build more secure and reliable web applications by ensuring proper data validation.

Analyzed Jul 27, 2026
View Details
scikit-video: Video Processing Routines for SciPy

scikit-video: Video Processing Routines for SciPy

scikit-video is a Python library designed for video processing, offering a suite of routines for tasks like I/O, quality metrics, and temporal filtering. Intended as a companion to scikit-image, it provides video-specific algorithms and aims for flexibility and GPU compute capabilities. This project offers a research-oriented alternative to existing frameworks, built entirely in Python.

Analyzed Jul 27, 2026
View Details
vidgear: High-Performance Cross-Platform Video Processing Framework in Python

vidgear: High-Performance Cross-Platform Video Processing Framework in Python

vidgear is a high-performance, cross-platform Python framework for advanced video processing. It provides a comprehensive, multi-threaded, and asyncio API for real-time video capture, writing, streaming, and network transfer. This framework simplifies complex media operations, enabling developers to build robust applications with ease.

Analyzed Jul 27, 2026
View Details
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️