skillfed

bpyutils

A collection of various common Python utilities.

bpyutils v0.5.8 934.6K downloads/30d#4,697 on PyPI
Permissive license MIT License Abandoned released

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 bpyutils

uv

uv add bpyutils

poetry

poetry add bpyutils

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersLicense :: OSI Approved :: MIT LicenseProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonProgramming Language :: Python :: Implementation :: PyPy

Tags

python utility librarycommon utilities modulecommand-line utility toolspython helpersgeneral purpose utilities
abandonedlegacy-compatible

More Utilities packages