A useful tools library providing singleton patterns, dynamic function pointers, and other Python utilities. Version 0.7 is outdated; the package appears unmaintained since 2010. No recent releases or activity.
pip install pyjon-utils==0.7No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic usage of the Singleton metaclass.
Consider alternatives like 'singledispatch' or custom metaclasses.
Use correct import path: from pyjon.utils import ClassName
pip install pyjon-utils and use: from pyjon.utils import ...
Use: from pyjon.utils import Singleton
No dependency data recorded yet.