--- id: nr-util version: "0.8.12" license: MIT license_treatment: permissive maintenance: abandoned --- # nr-util — General purpose Python utility library. License: permissive · Maintenance: abandoned · Downloads: 229.2K/mo ## What it is and what it does nr.util is a general-purpose utility library for Python that bundles common helper functions and utilities. It supports Python 3.7 through 3.10 and depends only on deprecated and typing-extensions, keeping its footprint minimal. The package was last released in June 2022 and its repository was archived in early 2023, meaning it receives no active maintenance, bug fixes, or security updates. Developers considering this package should understand that while it installs cleanly and carries a permissive MIT license, its abandoned status makes it a risky choice for new projects. Existing code that depends on it will continue to work on supported Python versions, but no forward compatibility or security patches should be expected. Use it for: - Maintaining legacy Python applications that already depend on nr.util and need to remain on older Python versions. - Learning from or forking the utility implementations if the specific helpers match your needs. - Temporary use in throwaway scripts where maintenance status is not a concern. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. nr.util provides general-purpose utility functions and helpers for Python applications, supporting Python 3.7 through 3.10. No, not for new projects. The package is abandoned with no maintenance since early 2023. While it installs cleanly and carries a permissive license, the lack of security updates, bug fixes, or forward compatibility makes it unsuitable for production use. Only consider it if you are maintaining existing code that already depends on it. ## Install pip install nr-util uv add nr-util poetry add nr-util ## Installing nr-util Before you install: Installation is straightforward with low friction—a pure Python wheel with only two runtime dependencies (deprecated and typing-extensions). However, the project was archived in early 2023 with no commits since February 2023, meaning no maintenance or security updates are forthcoming. License in practice: MIT license is permissive, allowing use in commercial and proprietary projects with minimal restrictions—you may use, modify, and distribute the code provided you include the license notice. Quickstart: pip install nr-util import nr.util # Use utility functions from the package Verify before relying: - What specific utility functions or helpers the package provides—the fact sheet does not detail its API surface. - Whether the package is actively used in production codebases despite its abandoned status. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: abandoned - Downloads: 229.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags general purpose utility library, python utility functions, helper utilities, common utility tools, python utilities, utility library, general utilities, abandoned, legacy [View on SkillFed](https://skillfed.io/packages/nr-util) · [View on PyPI](https://pypi.org/project/nr-util/)