Repository History
4 repositories tagged with utilities

furl: The Easiest Way to Parse and Modify URLs in Python
furl is a lightweight Python library designed to simplify URL parsing and modification. It offers an intuitive API that makes common URL operations, often tedious with standard modules, straightforward and efficient. Developers can easily manipulate various URL components, including paths, query arguments, and fragments, with robust encoding handling.

definitive-opensource: The Definitive List of Consumer-Facing Open Source Software
The `definitive-opensource` repository by mustbeperfect offers a meticulously curated list of high-quality, consumer-facing open-source applications. It aims to be a centralized resource for modern and actively maintained open-source projects, distinguishing itself from outdated or cluttered alternatives. This list is carefully vetted based on user base, contributor activity, long-term growth, and overall product quality.

Webtor Self-Hosted: Stream and Download Torrents with Your Own Docker Instance
Webtor Self-Hosted offers a robust, all-in-one Docker image for streaming and downloading torrents directly from your own server. This self-hosted solution provides instant video and audio streaming, direct file downloads, and the ability to download entire torrents as ZIP archives. It's an excellent choice for those seeking a private, customizable media streaming and management platform.

CyToolz: High-Performance Functional Utilities for Python
CyToolz is a high-performance Cython implementation of the popular Toolz library, offering functional utilities for iterables, functions, and dictionaries. It provides significant speed improvements, typically 2-5x faster than its pure Python counterpart, while maintaining the same API. This makes CyToolz an excellent choice for data processing tasks requiring efficiency and low memory usage.