--- id: ubiquerg version: "0.9.3" license: BSD-2-Clause license_treatment: permissive maintenance: active --- # ubiquerg — Various utility functions License: permissive · Maintenance: active · Downloads: 237.7K/mo ## What it is and what it does Ubiquerg is a lightweight utility library that bundles small, generic helper functions intended for use across multiple projects. It follows a strict no-dependency policy—all functions rely only on Python's standard library—and organizes utilities into logical groups covering collections, environment variables, file operations, paths, system calls, web tasks, and CLI tools. Each function is kept simple and focused on low-level, reusable operations rather than application-specific logic. The package is designed as a shared foundation for projects that need common utility operations without introducing external dependencies. It is actively maintained, supports modern Python versions, and carries no security vulnerabilities. Use it when you want to avoid reimplementing basic utilities or when you need a dependency-free toolkit for common tasks across your codebase. Use it for: - Extract common utility functions used across multiple internal projects into a single, dependency-free package. - Build CLI tools that need path manipulation, environment variable handling, and system calls without adding external dependencies. - Manage collections, file I/O, and web-related helper functions in a shared library for consistent behavior. - Provide a lightweight foundation for workflows that require basic utilities without heavy dependencies. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Ubiquerg provides a collection of low-level utility functions organized by category (collection, environment, files, paths, system, web, cli_tools) with no external dependencies, designed for reuse across multiple projects. Yes. Ubiquerg is actively maintained, has zero external dependencies, carries no known vulnerabilities, and is released under a permissive license. It is worth installing if you need a lightweight, reusable collection of utility functions across multiple projects or want to avoid dependency bloat for common operations. The strict no-dependency policy and focus on generic, low-level functions make it a safe choice for shared infrastructure. ## Install pip install ubiquerg uv add ubiquerg poetry add ubiquerg ## Installing ubiquerg Before you install: Low install friction with no runtime dependencies. Actively maintained with a recent release and ongoing commits. Supports current Python versions. License in practice: BSD-2-Clause is permissive and poses no restrictions on commercial or private use; you may use, modify, and distribute ubiquerg with minimal obligations. Quickstart: pip install ubiquerg import ubiquerg.collection import ubiquerg.paths # Use utility functions from the desired category Requires Python 3.10 or later. Verify before relying: - Whether the package is actually used in 2+ existing modules as stated in its development guidelines - Specific function signatures and behavior for each utility category to assess fit for your use case ## Package facts - License: BSD-2-Clause (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 237.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags utility functions collection, low-level helpers no dependencies, generic path file system utilities, cross-project utility library, environment and collection tools, cli and web utility functions, standard library wrapper utilities, no-dependencies, utility-library [View on SkillFed](https://skillfed.io/packages/ubiquerg) · [View on PyPI](https://pypi.org/project/ubiquerg/)