0.1.1
This release allows mypy to type check this library when installed from PyPI.
Changes:
- Added
py.typed
insidejit_env
andsetup.py
- Extended
repr
in Environment and Wrapper and implemented more detailedrepr
s injit_env.wrappers.py
. - Added tests to ensure
repr
andstr
work as expected.