bpyutils
A collection of various common Python utilities.
What it is and what it does
bpyutils is a general-purpose utility library that bundles common Python helper functions and tools into a single package. It offers both a Python API (via import) and a command-line interface for accessing its utilities. The package has no runtime dependencies, making installation lightweight and straightforward.
The library was designed to support Python 2.7 and Python 3.4 through 3.10, and classifiers indicate production-stable status. However, the package has been abandoned for over three years with no new releases or maintenance, so it will not evolve to support newer Python versions or address any issues that may arise.
Use it for:
- Quick access to a pre-built set of common utilities without adding multiple dependencies to a project.
- Command-line scripting when you need standard utility functions available from the shell.
- Legacy Python projects still running on Python 2.7 or early Python 3 versions that need a stable utility baseline.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides a collection of common Python utilities accessible both as an importable module and a command-line tool.
No. While the package installs cleanly and carries a permissive license, its abandonment for 1430 days means it will not receive bug fixes, security updates, or compatibility improvements. For new projects, prefer actively maintained utility libraries; for legacy systems already using it, evaluate whether its utilities can be replaced or whether sticking with it poses acceptable risk.
Install
bpyutils on PyPI
pip
pip install bpyutilsuv
uv add bpyutilspoetry
poetry add bpyutilsInstalling bpyutils
Before you install
Installation is frictionless with no runtime dependencies. However, the package is abandoned—last release was 1430 days ago—so it will not receive updates or maintenance.
License in practice
MIT License (permissive) means you can use, modify, and distribute this package freely with minimal restrictions.
Quickstart
pip install bpyutils
import bpyutils
# Or use the command-line interface:
# bpyutils --version
Verify before relying
- What specific utilities are included in the collection—the fact sheet does not detail the actual functions or classes available.
- Whether the package remains functional with modern Python versions despite being abandoned.
Package facts
| License | MIT License (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | none |
| Maintenance | abandoned — 1,430 days since the last release |
| First released | |
| Downloads | 934,636/month — #4,697 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: bpyutils-0.5.8-py3-none-any.whl
Keywords: utilities, python, boilpy
Tags
More Utilities packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
charset-normalizerDetects and normalizes text encoding from…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
PygmentsPygments is a syntax highlighter that colorizes…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
bx-py-utilsA collection of utility functions covering…
permissive · top 15,000 on PyPI
nr-utilnr.util provides general-purpose utility…
permissive · top 15,000 on PyPI
etilsA modular collection of utility submodules for…
permissive · top 5,000 on PyPI
mwcliProvides helper functions and classes for…
permissive · top 15,000 on PyPI
fpyutilsfpyutils provides a collection of utility…
copyleft · top 15,000 on PyPI
pymiscutilsProvides a collection of utility classes and…
permissive · top 15,000 on PyPI
dacktoolDacktool provides unspecified Python utilities…
permissive · top 15,000 on PyPI
pipupgradeA command-line tool that upgrades pip packages…
permissive · top 5,000 on PyPI
absl-pyProvides Google's production-tested Python…
permissive · top 1,000 on PyPI
toolsA collection of Python utility functions for…
permissive · top 15,000 on PyPI