Repository History

8 repositories tagged with Library

Topic: Library
shortuuid: Generate Concise, Unambiguous, and URL-Safe UUIDs in Python

shortuuid: Generate Concise, Unambiguous, and URL-Safe UUIDs in Python

shortuuid is a Python library designed to generate concise, unambiguous, and URL-safe UUIDs. It addresses the need for non-sequential IDs that are easy for users to read and use, by translating standard UUIDs to a base57 alphabet. This library ensures IDs are short, readable, and avoids similar-looking characters like 'l', '1', 'I', 'O', and '0'.

Analyzed Jul 31, 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
Toolz: A Functional Standard Library for Python

Toolz: A Functional Standard Library for Python

Toolz is a Python library that provides a collection of utility functions for functional programming paradigms. It offers tools for working with iterators, functions, and dictionaries, simplifying complex data manipulation tasks. This lightweight, pure Python library serves as a valuable functional standard library for Python developers.

Analyzed Apr 24, 2026
View Details
configobj: A Python 3+ Compatible Library for Configuration Files

configobj: A Python 3+ Compatible Library for Configuration Files

configobj is a robust Python library designed for handling configuration files, serving as a Python 3+ compatible port of the original configobj library. It offers a powerful yet easy-to-use interface for reading, writing, and validating configuration data. While a mature project not actively maintained, it remains a reliable tool for managing application settings across various Python 3 versions.

Analyzed Apr 5, 2026
View Details
Rayon: Effortless Data Parallelism in Rust

Rayon: Effortless Data Parallelism in Rust

Rayon is a lightweight data parallelism library for Rust, designed to easily convert sequential computations into parallel ones. It guarantees data-race freedom, making concurrent programming safer and more straightforward for developers looking to leverage multi-core processors.

Analyzed Mar 12, 2026
View Details
pypdf: A Powerful Pure-Python Library for PDF Manipulation

pypdf: A Powerful Pure-Python Library for PDF Manipulation

pypdf is a free and open-source pure-Python library designed for comprehensive PDF manipulation. It allows users to split, merge, crop, and transform PDF pages, as well as add custom data, viewing options, and passwords. The library also supports extracting text and metadata from PDF files, making it a versatile tool for various PDF-related tasks.

Analyzed Dec 24, 2025
View Details
Waha-net/waha-net: .NET C# Client Library for WhatsApp HTTP API (WAHA)

Waha-net/waha-net: .NET C# Client Library for WhatsApp HTTP API (WAHA)

Waha-net/waha-net is a .NET C# client library designed to simplify interaction with the WAHA (WhatsApp HTTP API). It enables developers to easily integrate WhatsApp services into their .NET applications, providing a streamlined way to manage chats and sessions.

Analyzed Oct 12, 2025
View Details
HtmlRendererCore: HTML to PDF Rendering for .NET Core

HtmlRendererCore: HTML to PDF Rendering for .NET Core

HtmlRendererCore is a partial port of the popular HtmlRenderer library, specifically designed to bring robust HTML to PDF conversion capabilities to .NET Core projects. It leverages PdfSharpCore to enable developers to easily generate PDF documents from HTML content, making it a valuable tool for various application needs.

Analyzed Oct 12, 2025
View Details
Previous Page 1 Next
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 ❤️