--- id: pyjon-utils version: "0.7" license: MIT license_treatment: permissive maintenance: abandoned --- # pyjon.utils — Useful tools library with classes to do singletons, dynamic function pointers... License: permissive · Maintenance: abandoned · Downloads: 74.6K/mo ## What it is and what it does pyjon.utils is a small utility library providing design-pattern implementations for Python development. It offers classes for singletons and dynamic function pointers. The package has no runtime dependencies, making it lightweight to install. The package was last updated in 2014 and is now abandoned. While it was ported to Python 3, the documentation explicitly warns that the Singleton metaclass does not work in Python 3, making it unsuitable for modern Python 3 projects that rely on that feature. For Python 2 codebases still in maintenance, it may serve as a lightweight utility, but for new projects or Python 3 development, its limitations and lack of maintenance are significant concerns. Use it for: - Maintaining legacy Python 2 codebases where the package was already in use. - Adding dynamic function pointer support to older Python applications predating modern alternatives. - Educational reference for understanding how singleton metaclasses were implemented in early Python libraries. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides utility classes for Python development, including singleton pattern support and dynamic function pointers, though with known limitations in Python 3. No, not for new projects. The package is abandoned (last release 2014-10-10), and its own documentation warns that the Singleton metaclass—a core feature—does not work in Python 3. For Python 2 legacy maintenance only, and only if already in use; modern Python 3 projects should seek maintained alternatives. ## Install pip install pyjon-utils uv add pyjon-utils poetry add pyjon-utils ## Installing pyjon.utils Before you install: Low install friction with no runtime dependencies. Package is abandoned—last release was 2014-10-10, over 4326 days ago. Python 3 support was added but the Singleton metaclass does not work in Python 3 according to the package's own documentation. License in practice: MIT license is permissive, imposing no restrictions on use, modification, or distribution. Quickstart: pip install pyjon.utils==0.7 from pyjon.utils import Singleton # Note: Singleton metaclass does not work in Python 3 Singleton metaclass does not work in Python 3; suitable only for Python 2 codebases. Verify before relying: - Whether the Singleton metaclass limitation in Python 3 has been worked around by users or remains a blocker. - Current state of the codebase and whether community forks or maintained alternatives exist. - Compatibility with modern Python versions beyond the stated Python 3 support caveat. ## Package facts - License: MIT (permissive) - Python support: unspecified - Install friction: low - Maintenance: abandoned - Downloads: 74.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags singleton pattern python, dynamic function pointers, utility classes library, python design patterns, function pointer implementation, legacy, abandoned [View on SkillFed](https://skillfed.io/packages/pyjon-utils) · [View on PyPI](https://pypi.org/project/pyjon-utils/)