skillfed

ubiquerg

Various utility functions

ubiquerg v0.9.3 237.7K downloads/30d#8,955 on PyPI1
Permissive license BSD-2-Clause Active released

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 on this page — 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

ubiquerg on PyPI

pip

pip install ubiquerg

uv

uv add ubiquerg

poetry

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 the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies none
Maintenance actively maintained — 134 days since the last release
Last repo commit
First released
Downloads 237,682/month — #8,955 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: ubiquerg-0.9.3-py3-none-any.whl

Keywords: tools, utilities, utility

Development Status :: 4 - BetaLicense :: OSI Approved :: BSD LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Scientific/Engineering :: Bio-Informatics

Tags

utility functions collectionlow-level helpers no dependenciesgeneric path file system utilitiescross-project utility libraryenvironment and collection toolscli and web utility functionsstandard library wrapper utilities
no-dependenciesutility-library

More Bio-Informatics packages