--- id: ipython-genutils version: "0.2.0" license: BSD license_treatment: permissive maintenance: abandoned --- # ipython_genutils — Vestigial utilities from IPython License: permissive · Maintenance: abandoned · Downloads: 6.9M/mo ## What it is and what it does ipython_genutils is a collection of utility functions that originated in IPython but were extracted into a separate package. The package itself carries an explicit warning in its description stating "Pretend this doesn't exist. Nobody should use it," which reflects its status as legacy code maintained only for backward compatibility with older projects that may still import from it. The package has no runtime dependencies and installs with low friction, but it has been abandoned since 2017-03-13 with no active development or maintenance. It exists primarily as a compatibility shim for code written when these utilities were part of IPython proper, not as a recommended tool for new development. Use it for: - Maintaining compatibility with legacy code that imports from ipython_genutils without refactoring - Bridging older projects when direct migration away from deprecated utilities is not immediately possible - Temporary dependency resolution in projects undergoing transition away from these utilities ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides legacy utility functions extracted from IPython, maintained only for backward compatibility with older code. No. The package's own description advises against use, it has been abandoned since 2017-03-13, and no new development should depend on it. If you encounter it as a transitive dependency, investigate whether the upstream package has a newer version that no longer requires it. ## Install pip install ipython-genutils uv add ipython-genutils poetry add ipython-genutils ## Installing ipython_genutils Before you install: Install friction is low, but the package has been abandoned since 2017-03-13 with no active maintenance, meaning no security updates or bug fixes are forthcoming. License in practice: Licensed under BSD (permissive), so there are no legal restrictions on use, but this does not offset the maintenance and support risk. Quickstart: pip install ipython_genutils==0.2.0 import ipython_genutils Package is abandoned and not recommended for new code; only install if required by legacy dependencies. Verify before relying: - Whether active projects still depend on this package and what their migration strategies are - Whether the utilities provided have been superseded by functionality in other maintained packages ## Package facts - License: BSD (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 6.9M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags ipython utilities, legacy ipython helpers, ipython genutils, ipython compatibility, vestigial utilities, legacy, abandoned [View on SkillFed](https://skillfed.io/packages/ipython-genutils) · [View on PyPI](https://pypi.org/project/ipython-genutils/)