.readthedocs.yml
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/CHANGES.rst
docs/README.rst
docs/conf.py
docs/index.rst
docs/_static/.keep
docs/_templates/.keep
src/py_utlx.egg-info/PKG-INFO
src/py_utlx.egg-info/SOURCES.txt
src/py_utlx.egg-info/dependency_links.txt
src/py_utlx.egg-info/requires.txt
src/py_utlx.egg-info/top_level.txt
src/py_utlx.egg-info/zip-safe
src/utlx/__about__.py
src/utlx/__init__.py
src/utlx/_adict.py
src/utlx/_borg.py
src/utlx/_cache.py
src/utlx/_classproperty.py
src/utlx/_const.py
src/utlx/_defined.py
src/utlx/_deprecated.py
src/utlx/_dllpath.py
src/utlx/_ftee.py
src/utlx/_modpath.py
src/utlx/_public.py
src/utlx/_renumerate.py
src/utlx/_run.py
src/utlx/_rwproperty.py
src/utlx/_rwproperty.txt
src/utlx/_rwproperty_utlx.txt
src/utlx/_unique.py
src/utlx/_util.py
src/utlx/config.py
src/utlx/epath.py
src/utlx/imports.py
src/utlx/py.typed
src/utlx/ctypes/__init__.py
src/utlx/ctypes/_c_ptr.py
src/utlx/platform/__init__.py
src/utlx/platform/_detect.py
src/utlx/platform/_limits.py
src/utlx/platform/_oid.py
src/utlx/platform/capi.py
src/utlx/platform/linux/__init__.py
src/utlx/platform/linux/_arch.py
src/utlx/platform/linux/capi.py
src/utlx/platform/macos/__init__.py
src/utlx/platform/macos/_arch.py
src/utlx/platform/macos/capi.py
src/utlx/platform/windows/__init__.py
src/utlx/platform/windows/_arch.py
src/utlx/platform/windows/capi.py
src/utlx/platform/windows/winapi.py
tests/__init__.py
tests/__main__.py
tests/test_adict.py
tests/test_borg.py
tests/test_cache.py
tests/test_classproperty.py
tests/test_config.py
tests/test_const.py
tests/test_ctypes.py
tests/test_defined.py
tests/test_deprecated.py
tests/test_dllpath.py
tests/test_epath.py
tests/test_ftee.py
tests/test_imports.py
tests/test_modpath.py
tests/test_platform_arch.py
tests/test_platform_capi.py
tests/test_platform_detect.py
tests/test_platform_oid.py
tests/test_public.py
tests/test_renumerate.py
tests/test_run.py
tests/test_rwproperty.py
tests/test_unique.py
tests/test_util.py
tests/data/.keep