Sin descripción

Fabian Peter Hammerle c4c605b5e9 added readme hace 5 años
dlinfo 4e74f126f8 coverage limit 100% hace 5 años
tests 3f09439a18 tests: xfail if lib not available hace 5 años
.coveragerc 4e74f126f8 coverage limit 100% hace 5 años
.gitlab-ci.yml e95be5ccb3 DLInfo: added docstring hace 5 años
.pylintrc 3736bec2ae make linter happy hace 5 años
Pipfile c7cf16333c implement DLInfo class prototype hace 5 años
Pipfile.lock c7cf16333c implement DLInfo class prototype hace 5 años
README.md c4c605b5e9 added readme hace 5 años
setup.py 8f15338280 setup gitlab-ci hace 5 años

README.md

python-dlinfo

Python wrapper for libc's dlinfo

usage

>>> from dlinfo import DLInfo
>>> lib = ctypes.cdll.LoadLibrary(ctypes.util.find_library('c'))
>>> dlinfo = DLInfo(lib)
>>> dlinfo.path
'/lib/x86_64-linux-gnu/libc.so.6'