Quickstart#
Compatibility#
CI Tests currently run from Python 3.8 - 3.11, across Linux, Windows, and macOS.
einspect was developed around the CPython implementation, compatibility with other implementations is not impossible, but is currently unlikely.
PyPy compatibility is blocked due to the lack of a
ctypes.pythonapi
protocol.
Installation#
To install use pip:
pip install einspect
Dependencies
typing-extensions ~= 4.4.0