Metadata-Version: 2.4
Name: dladdr
Version: 0.0.0.1
Summary: A Python binding for dladdr
Author: cielavenir
Author-email: cielartisan@gmail.com
License: BSD-2-Clause
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Operating System :: POSIX
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Description-Content-Type: text/markdown

## python-dladdr

dladdr binding using ctypes. potentially useful to debug CDLL symbols exporter.

Please **do not run on Windows,** it will not work, even not sure what side effects will happen.

## test status

Has been tested on macOS / Linux / FreeBSD.

Android has been tested using only (my) C implementation, so not sure it works.
