Repository History
6 repositories tagged with Library

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.

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.

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.

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.

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.

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.